summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-101-12/+46
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-051-4/+4
* tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-10-072-25/+25
* ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-10-071-4/+2
* tracing: fix double freeTom Rix2020-10-011-1/+0
* lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle2020-10-011-2/+2
* 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
* tracing: Verify if trace array exists before destroying it.Divya Indi2020-10-011-3/+12
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-09-031-0/+12
* tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-08-212-7/+7
* 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
* blktrace: fix debugfs use after freeLuis Chamberlain2020-08-191-6/+12
* ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)2020-06-301-1/+1
* 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
* tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi2020-06-241-2/+2
* tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-242-2/+2
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-241-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-241-1/+1
* blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-241-3/+6
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-141-0/+13
* tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-141-1/+1
* tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-05-101-0/+7
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-211-7/+3
* ftrace/kprobe: Show the maxactive number on kprobe_eventsMasami Hiramatsu2020-04-171-0/+2
* bpf: Fix deadlock with rq_lock in bpf_send_signal()Yonghong Song2020-04-171-1/+1
* tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-03-211-3/+29
* blktrace: fix dereference after null checkCengiz Can2020-03-121-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-03-051-31/+83
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-051-0/+2
* trigger_next should increase position indexVasily Averin2020-02-241-2/+3
* ftrace: fpid_next() should increase position indexVasily Averin2020-02-241-2/+3
* tracing: Simplify assignment parsing for hist triggersTom Zanussi2020-02-241-43/+27
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-02-241-10/+9
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-02-241-4/+8
* ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2020-02-112-2/+11
* ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)2020-02-111-0/+10
* tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2020-02-112-3/+7
* tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2020-02-112-4/+7
* tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi2020-02-111-15/+38
* tracing: Fix sched switch start/stop refcount racy updatesMathieu Desnoyers2020-02-111-1/+3
* tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)2020-02-111-2/+4