summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-02-23fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-02-23tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-01-30tracing: Fix race in trace_open and buffer resize callGaurav Kohli
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-11-18ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-10ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-10ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-10ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor
2020-10-01tracing: Set kernel_stack's caller size properlyJosef Bacik
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi
2020-10-01ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-06-29tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-06-29blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-20kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada
2020-05-20blktrace: fix dereference after null checkCengiz Can
2020-05-20blktrace: Protect q->blk_trace with RCUJan Kara
2020-05-20blktrace: fix trace mutex deadlockJens Axboe
2020-05-20blktrace: fix unlocked access to init/start-stop/teardownJens Axboe
2020-05-20blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2020-05-10bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov
2020-04-24tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang
2020-03-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2020-02-28trigger_next should increase position indexVasily Averin
2020-02-28tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-01-12ftrace: Avoid potential division by zero in function profilerWen Yang
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-08-04tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-07-10tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-06-11tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-05-16trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-27kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu
2019-04-27tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-11-10tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-08-06tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)