summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-181-10/+44
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-101-1/+1
* ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-102-4/+28
* ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-101-1/+2
* blktrace: fix debugfs use after freeLuis Chamberlain2020-11-101-6/+12
* Blktrace: bail out early if block debugfs is not configuredLiu Bo2020-11-101-3/+3
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-051-4/+4
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-141-5/+3
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* tracing: Set kernel_stack's caller size properlyJosef Bacik2020-10-011-1/+1
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-012-0/+5
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-09-031-0/+12
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-212-4/+4
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-08-211-2/+3
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-301-2/+19
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-301-0/+13
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-251-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-251-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-251-3/+6
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-201-0/+1
* blktrace: fix dereference after null checkCengiz Can2020-05-201-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-05-201-31/+83
* blktrace: fix trace mutex deadlockJens Axboe2020-05-201-2/+2
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2020-05-201-10/+48
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-201-0/+13
* tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2020-05-102-16/+20
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-241-7/+3
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-04-241-0/+2
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-111-0/+2
* trigger_next should increase position indexVasily Averin2020-02-281-2/+3
* ftrace: fpid_next() should increase position indexVasily Averin2020-02-281-2/+3
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-02-281-10/+9
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-02-281-4/+8
* ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-142-2/+11
* ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)2020-02-141-0/+10
* tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-142-3/+7
* tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-142-4/+7
* tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers2020-02-141-1/+3
* tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-141-0/+5
* kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-141-1/+3
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-091-3/+3
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2020-01-091-2/+2
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2020-01-092-4/+12
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-171-9/+18
* tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-171-0/+2
* tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-171-1/+1