- 5b9cdc5 tracing: Avoid adding tracer option before update_tracer_options by Mark-PK Tsai · 2 years, 8 months ago
- 2f8ee53 tracing: Ensure trace buffer is at least 4096 bytes large by Sven Schnelle · 2 years, 11 months ago
- 7beb744 tracing: Fix tp_printk option related with tp_printk_stop_on_boot by JaeSang Yoo · 2 years, 11 months ago
- 0edf5cd tracing: Tag trace_percpu_buffer as a percpu pointer by Naveen N. Rao · 3 years ago
- b71cf66 tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() by Naveen N. Rao · 3 years ago
- dd55f64 tracing: Fix a kmemleak false positive in tracing_map by Chen Jun · 3 years, 1 month ago
- 41a3f51 tracing: Check pid filtering when creating events by Steven Rostedt (VMware) · 3 years, 1 month ago
- 53e4683 tracing: Fix pid filtering when triggers are attached by Steven Rostedt (VMware) · 3 years, 1 month ago
- a239577 tracing/cfi: Fix cmp_entries_* functions signature mismatch by Kalesh Singh · 3 years, 3 months ago
- 00b201c tracing: Have all levels of checks prevent recursion by Steven Rostedt (VMware) · 3 years, 2 months ago
- dacfd5e blktrace: Fix uaf in blk_trace access after removing by sysfs by Zhihao Cheng · 3 years, 3 months ago
- 7db12ba tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop. by Haoran Luo · 3 years, 5 months ago
- 657df1f tracing: Do not reference char * as a string in histograms by Steven Rostedt (VMware) · 3 years, 6 months ago
- 5465710 tracing: Do not stop recording comms if the trace file is being read by Steven Rostedt (VMware) · 3 years, 7 months ago
- 46ac8f9 tracing: Do not stop recording cmdlines when tracing is off by Steven Rostedt (VMware) · 3 years, 7 months ago
- 9627a9f tracing: Do no increment trace_clock_global() by one by Steven Rostedt (VMware) · 3 years, 7 months ago
- edcce01 tracing: Correct the length check which causes memory corruption by Liangyan · 3 years, 7 months ago
- 4aedc2b ftrace: Do not blindly read the ip address in ftrace_bug() by Steven Rostedt (VMware) · 3 years, 7 months ago
- 859b47a tracing: Restructure trace_clock_global() to never block by Steven Rostedt (VMware) · 3 years, 8 months ago
- e1bf31b tracing: Map all PIDs to command lines by Steven Rostedt (VMware) · 3 years, 8 months ago
- 27b1e95 tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline() by Amey Telawane · 8 years ago
- e17731c tracing: Treat recording comm for idle task as a success by Joel Fernandes · 7 years ago
- e9cb474 ftrace: Handle commands when closing set_ftrace_filter file by Steven Rostedt (VMware) · 3 years, 8 months ago
- 5a04620 tracing: Fix stack trace event size by Steven Rostedt (VMware) · 3 years, 9 months ago
- 2e584b1 tracing: Check length before giving out the filter buffer by Steven Rostedt (VMware) · 3 years, 11 months ago
- 8b1e20b tracing: Do not count ftrace events in top level enable output by Steven Rostedt (VMware) · 3 years, 11 months ago
- 028bd86 fgraph: Initialize tracing_graph_pause at task creation by Steven Rostedt (VMware) · 4 years ago
- 04f51df tracing: Fix race in trace_open and buffer resize call by Gaurav Kohli · 4 years, 3 months ago
- 0bde9d5 tracing: Fix userstacktrace option for instances by Steven Rostedt (VMware) · 4 years, 1 month ago
- 3920afb ftrace: Fix updating FTRACE_FL_TRAMP by Naveen N. Rao · 4 years, 1 month ago
- b0db2f0 ring-buffer: Fix recursion protection transitions between interrupt context by Steven Rostedt (VMware) · 4 years, 2 months ago
- b134320 tracing: Fix out of bounds write in get_trace_buf by Qiujun Huang · 4 years, 2 months ago
- 59cc02c ftrace: Handle tracing when switching between context by Steven Rostedt (VMware) · 4 years, 2 months ago
- ee395fa ftrace: Fix recursion check for NMI test by Steven Rostedt (VMware) · 4 years, 2 months ago
- f14b7bf ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 2 months ago
- 03170ea ftrace: Move RCU is watching check after recursion check by Steven Rostedt (VMware) · 4 years, 3 months ago
- efff033 tracing: Use address-of operator on section symbols by Nathan Chancellor · 4 years, 10 months ago
- 5d24e29 tracing: Set kernel_stack's caller size properly by Josef Bacik · 10 years ago
- 6f46c4f tracing: Adding NULL checks for trace_array descriptor pointer by Divya Indi · 5 years ago
- 854cbc3 tracing/hwlat: Honor the tracing_cpumask by Kevin Hao · 4 years, 5 months ago
- ee458aa tracing: Clean up the hwlat binding code by Steven Rostedt (VMware) · 8 years ago
- ea3d57b ftrace: Setup correct FTRACE_FL_REGS flags for module by Chengming Zhou · 4 years, 5 months ago
- 587287c tracing: Fix event trigger to accept redundant spaces by Masami Hiramatsu · 4 years, 6 months ago
- c032e65 blktrace: break out of blktrace setup on concurrent calls by Luis Chamberlain · 4 years, 7 months ago
- ce9f411 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 8 months ago
- c0138cf kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig by Masahiro Yamada · 6 years ago
- a33f9c9 blktrace: fix dereference after null check by Cengiz Can · 4 years, 10 months ago
- 284dba6 blktrace: Protect q->blk_trace with RCU by Jan Kara · 5 years ago
- 0f62edb blktrace: fix trace mutex deadlock by Jens Axboe · 7 years ago
- 0ef5b09 blktrace: fix unlocked access to init/start-stop/teardown by Jens Axboe · 7 years ago
- b488092 blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
- d6e55a3 tracing: Add a vmalloc_sync_mappings() for safe measure by Steven Rostedt (VMware) · 4 years, 8 months ago
- a289fd8 tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation by Xiao Yang · 4 years, 9 months ago
- 38a71bb trigger_next should increase position index by Vasily Averin · 5 years ago
- b4b5af0 ftrace: fpid_next() should increase position index by Vasily Averin · 5 years ago
- 373e93e tracing: Fix very unlikely race of registering two stat tracers by Steven Rostedt (VMware) · 5 years ago
- 29930c6 tracing: Fix tracing_stat return values in error handling paths by Luis Henriques · 10 years ago
- 5cd0449 tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined by Steven Rostedt (VMware) · 5 years ago
- 62599be kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail by Kaitao Cheng · 5 years ago
- 1a2985a ftrace: Avoid potential division by zero in function profiler by Wen Yang · 5 years ago
- 70f32bb tracing: Have the histogram compare functions convert to u64 first by Steven Rostedt (VMware) · 5 years ago
- c24de62 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 5 years ago
- 5e402ba tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 5 years ago
- d9df3aa tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 5 years ago
- 81e3f1d tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 5 years ago
- 81c09ba ftrace: Enable trampoline when rec count returns back to one by Cheng Jian · 6 years ago
- fc19ad3 tracing/snapshot: Resize spare buffer if size changed by Eiichi Tsukata · 6 years ago
- 2e41539 tracing: Silence GCC 9 array bounds warning by Miguel Ojeda · 6 years ago
- 9557090 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
- 17fe900 tracing: Fix partial reading of trace event's id file by Elazar Leibovich · 6 years ago
- 56f9da8 trace: Fix preempt_enable_no_resched() abuse by Peter Zijlstra · 6 years ago
- 3ddc299 tracing: Fix a memory leak by early error exit in trace_pid_write() by Wenwen Wang · 6 years ago
- 25f467d kprobes: Mark ftrace mcount handler functions nokprobe by Masami Hiramatsu · 6 years ago
- 3085d41 tracing: kdb: Fix ftdump to not sleep by Douglas Anderson · 6 years ago
- 037a6cf tracing: Do not free iter->trace in fail path of tracing_open_pipe() by zhangyi (F) · 6 years ago
- 286ffaa tracing: Use strncpy instead of memcpy for string keys in hist triggers by Tom Zanussi · 6 years ago
- 8bd7128 tracing: Use cpumask_available() to check if cpumask variable may be used by Matthias Kaehlcke · 8 years ago
- 61621b5 tracing/uprobes: Fix output for multiple string arguments by Andreas Ziegler · 6 years ago
- 326c9e1 tracing: Fix memory leak of instance function hash filters by Steven Rostedt (VMware) · 6 years ago
- 5e8e777 tracing: Fix memory leak in set_trigger_filter() by Steven Rostedt (VMware) · 6 years ago
- 98547af bpf: fix check of allowed specifiers in bpf_trace_printk by Martynas Pumputis · 6 years ago
- be910e7 ring-buffer: Allow for rescheduling when removing pages by Vaibhav Nagarnaik · 6 years ago
- 0ef6063 uprobes: Use synchronize_rcu() not synchronize_sched() by Steven Rostedt (VMware) · 6 years ago
- 941ca8d tracing/blktrace: Fix to allow setting same value by Steven Rostedt (VMware) · 6 years ago
- dc69731 tracing: Do not call start/stop() functions when tracing_on does not change by Steven Rostedt (VMware) · 6 years ago
- bca139f tracing: Use __printf markup to silence compiler by Mathieu Malaterre · 7 years ago
- a26030a ring_buffer: tracing: Inherit the tracing setting to next ring buffer by Masami Hiramatsu · 6 years ago
- b985a73 tracing: Quiet gcc warning about maybe unused link variable by Steven Rostedt (VMware) · 6 years ago
- 987e425a tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure by Artem Savkov · 6 years ago
- a9737bb tracing: Fix possible double free in event_enable_trigger_func() by Steven Rostedt (VMware) · 6 years ago
- 2a0ce1f tracing: Fix double free of event_trigger_data by Steven Rostedt (VMware) · 6 years ago
- 07cd816 tracing: Fix missing return symbol in function_graph output by Changbin Du · 7 years ago
- dfc80dc tracing: Fix crash when freeing instances with event triggers by Steven Rostedt (VMware) · 7 years ago
- fba70eb tracing/uprobe_event: Fix strncpy corner case by Masami Hiramatsu · 7 years ago
- f94eef3 tracing: Fix regex_match_front() to not over compare the test string by Steven Rostedt (VMware) · 7 years ago
- d434dae tracing: probeevent: Fix to support minus offset from symbol by Masami Hiramatsu · 7 years ago
- 7569adc blktrace: fix unlocked registration of tracepoints by Jens Axboe · 7 years ago
- 2de1085 ftrace: Remove incorrect setting of glob search field by Steven Rostedt (VMware) · 7 years ago
- 9a50ea0 tracing: Fix converting enum's from the map in trace_event_eval_update() by Steven Rostedt (VMware) · 7 years ago
- 2e0d458 ring-buffer: Mask out the info bits when returning buffer page length by Steven Rostedt (VMware) · 7 years ago