- 372c5ee ring-buffer: Sync IRQ works before buffer destruction by Johannes Berg · 1 year, 10 months ago
- f48d7e8 ring-buffer: Fix race while reader and writer are on the same page by Zheng Yejian · 2 years ago
- 2de28e5 ftrace: Fix invalid address access in lookup_rec() when index is 0 by Chen Zhongjin · 2 years ago
- c41b7f8 tracing: Add NULL checks for buffer in ring_buffer_free_read_page() by Jia-Ju Bai · 2 years, 2 months ago
- f97eb0a tracing: Make sure trace_printk() can output as soon as it can be used by Steven Rostedt (Google) · 2 years, 2 months ago
- 6f3c9d6 tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line by Yang Jihong · 2 years, 3 months ago
- 82f2a5b blktrace: Fix output non-blktrace event when blk_classic option enabled by Yang Jihong · 2 years, 4 months ago
- 4c9338d ring_buffer: Do not deactivate non-existant pages by Daniil Tatianin · 2 years, 4 months ago
- 665b4c6 ftrace: Fix null pointer dereference in ftrace_add_mod() by Xiu Jianfeng · 2 years, 4 months ago
- 7eb7b34 ftrace: Optimize the allocation for mcount entries by Wang Wensheng · 2 years, 4 months ago
- c07fd11 ftrace: Fix the possible incorrect kernel message by Wang Wensheng · 2 years, 4 months ago
- 2b26193 ring-buffer: Fix race between reset page and reading page by Steven Rostedt (Google) · 2 years, 5 months ago
- 7240e7d ring-buffer: Check pending waiters when doing wake ups as well by Steven Rostedt (Google) · 2 years, 5 months ago
- 5623aad ring-buffer: Allow splice to read previous partially read pages by Steven Rostedt (Google) · 2 years, 5 months ago
- caeaffa ftrace: Properly unset FTRACE_HASH_FL_MOD by Zheng Yejian · 2 years, 5 months ago
- 4c34a2a ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is dead by Yang Jihong · 2 years, 7 months ago
- 0816ec5 tracing: Avoid adding tracer option before update_tracer_options by Mark-PK Tsai · 2 years, 10 months ago
- be1f323 tracing: Fix sleeping function called from invalid context on RT kernel by Jun Miao · 2 years, 11 months ago
- b45bda0 tracing: Dump stacktrace trigger to the corresponding instance by Daniel Bristot de Oliveira · 3 years ago
- 34a11af tracing: Have traceon and traceoff trigger honor the instance by Steven Rostedt (Google) · 3 years ago
- 33d11ce tracing: Ensure trace buffer is at least 4096 bytes large by Sven Schnelle · 3 years, 1 month ago
- aba99eb tracing: Fix tp_printk option related with tp_printk_stop_on_boot by JaeSang Yoo · 3 years, 1 month ago
- ec5f1f4 tracing: Tag trace_percpu_buffer as a percpu pointer by Naveen N. Rao · 3 years, 2 months ago
- 294e5ae tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() by Naveen N. Rao · 3 years, 2 months ago
- 06f629f tracing: Fix a kmemleak false positive in tracing_map by Chen Jun · 3 years, 3 months ago
- e5b0fba tracing: Check pid filtering when creating events by Steven Rostedt (VMware) · 3 years, 3 months ago
- dae065e tracing: Fix pid filtering when triggers are attached by Steven Rostedt (VMware) · 3 years, 3 months ago
- e7fede1 tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT by Paul Burton · 3 years, 8 months ago
- cb4301a tracing/cfi: Fix cmp_entries_* functions signature mismatch by Kalesh Singh · 3 years, 5 months ago
- 83f0c62 tracing: Have all levels of checks prevent recursion by Steven Rostedt (VMware) · 3 years, 5 months ago
- d56171d blktrace: Fix uaf in blk_trace access after removing by sysfs by Zhihao Cheng · 3 years, 5 months ago
- 7659851 tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop. by Haoran Luo · 3 years, 8 months ago
- 7e35f39 tracing: Do not reference char * as a string in histograms by Steven Rostedt (VMware) · 3 years, 8 months ago
- 5ec5e29 tracing: Simplify & fix saved_tgids logic by Paul Burton · 3 years, 8 months ago
- 43e1f74 tracing: Do no increment trace_clock_global() by one by Steven Rostedt (VMware) · 3 years, 9 months ago
- 5ad487e tracing: Do not stop recording comms if the trace file is being read by Steven Rostedt (VMware) · 3 years, 9 months ago
- de4c5ee tracing: Do not stop recording cmdlines when tracing is off by Steven Rostedt (VMware) · 3 years, 9 months ago
- 2d59890 tracing: Correct the length check which causes memory corruption by Liangyan · 3 years, 9 months ago
- acf671b ftrace: Do not blindly read the ip address in ftrace_bug() by Steven Rostedt (VMware) · 3 years, 9 months ago
- 1fca009 tracing: Restructure trace_clock_global() to never block by Steven Rostedt (VMware) · 3 years, 10 months ago
- 56f86fa tracing: Map all PIDs to command lines by Steven Rostedt (VMware) · 3 years, 10 months ago
- 6ab6711 ftrace: Handle commands when closing set_ftrace_filter file by Steven Rostedt (VMware) · 3 years, 10 months ago
- 2640938 tracing: Fix stack trace event size by Steven Rostedt (VMware) · 4 years ago
- e46d433 tracing: Check length before giving out the filter buffer by Steven Rostedt (VMware) · 4 years, 1 month ago
- c6cb6af tracing: Do not count ftrace events in top level enable output by Steven Rostedt (VMware) · 4 years, 1 month ago
- 7ffd979 fgraph: Initialize tracing_graph_pause at task creation by Steven Rostedt (VMware) · 4 years, 1 month ago
- fdb2310 tracing: Fix race in trace_open and buffer resize call by Gaurav Kohli · 4 years, 5 months ago
- 76dac5d tracing: Fix userstacktrace option for instances by Steven Rostedt (VMware) · 4 years, 3 months ago
- 4d5b218 ftrace: Fix updating FTRACE_FL_TRAMP by Naveen N. Rao · 4 years, 3 months ago
- f974720 ring-buffer: Fix recursion protection transitions between interrupt context by Steven Rostedt (VMware) · 4 years, 4 months ago
- fbf0928 tracing: Fix out of bounds write in get_trace_buf by Qiujun Huang · 4 years, 4 months ago
- 4e3df0f ftrace: Handle tracing when switching between context by Steven Rostedt (VMware) · 4 years, 4 months ago
- ab3e3ca ftrace: Fix recursion check for NMI test by Steven Rostedt (VMware) · 4 years, 4 months ago
- 8268f88 blktrace: fix debugfs use after free by Luis Chamberlain · 4 years, 9 months ago
- 595290c Blktrace: bail out early if block debugfs is not configured by Liu Bo · 7 years ago
- 4e1b6c7 ring-buffer: Return 0 on success from ring_buffer_resize() by Qiujun Huang · 4 years, 5 months ago
- 7362146 ftrace: Move RCU is watching check after recursion check by Steven Rostedt (VMware) · 4 years, 5 months ago
- 6c4d073 tracing: Use address-of operator on section symbols by Nathan Chancellor · 5 years ago
- 2e52111 tracing: Set kernel_stack's caller size properly by Josef Bacik · 10 years ago
- 8366324 tracing: Adding NULL checks for trace_array descriptor pointer by Divya Indi · 6 years ago
- 2496813 blktrace: ensure our debugfs dir exists by Luis Chamberlain · 4 years, 9 months ago
- c9e38a3 tracing: Use trace_sched_process_free() instead of exit() for pid tracing by Steven Rostedt (VMware) · 4 years, 7 months ago
- c3bb307 tracing/hwlat: Honor the tracing_cpumask by Kevin Hao · 4 years, 7 months ago
- 2b58587 ftrace: Setup correct FTRACE_FL_REGS flags for module by Chengming Zhou · 4 years, 7 months ago
- 9e88cda tracing: Fix event trigger to accept redundant spaces by Masami Hiramatsu · 4 years, 9 months ago
- b851d4c9 blktrace: break out of blktrace setup on concurrent calls by Luis Chamberlain · 4 years, 9 months ago
- ce5a0d4 blktrace: fix endianness for blk_log_remap() by Chaitanya Kulkarni · 4 years, 9 months ago
- d297590 blktrace: fix endianness in get_pdu_int() by Chaitanya Kulkarni · 4 years, 9 months ago
- 96e4245 blktrace: use errno instead of bi_status by Chaitanya Kulkarni · 4 years, 9 months ago
- 4cdd5c0 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 10 months ago
- 859ea97 kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig by Masahiro Yamada · 6 years ago
- 84a729b blktrace: fix dereference after null check by Cengiz Can · 5 years ago
- 7a35c8c blktrace: Protect q->blk_trace with RCU by Jan Kara · 5 years ago
- f7216a2 blktrace: fix trace mutex deadlock by Jens Axboe · 7 years ago
- b390c22 blktrace: fix unlocked access to init/start-stop/teardown by Jens Axboe · 7 years ago
- 4d9c4f4 tracing: Add a vmalloc_sync_mappings() for safe measure by Steven Rostedt (VMware) · 4 years, 10 months ago
- dc13f45 tracing: Reverse the order of trace_types_lock and event_mutex by Steven Rostedt (VMware) · 7 years ago
- 7054f86 tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation by Xiao Yang · 5 years ago
- abd1348 ftrace/kprobe: Show the maxactive number on kprobe_events by Masami Hiramatsu · 5 years ago
- 581695e tracing: Disable trace_printk() on post poned tests by Steven Rostedt (VMware) · 5 years ago
- c156943 trigger_next should increase position index by Vasily Averin · 5 years ago
- 9df00bc ftrace: fpid_next() should increase position index by Vasily Averin · 5 years ago
- cf6eb04 tracing: Fix very unlikely race of registering two stat tracers by Steven Rostedt (VMware) · 5 years ago
- 8f16da1 tracing: Fix tracing_stat return values in error handling paths by Luis Henriques · 10 years ago
- e78ca4d ftrace: Protect ftrace_graph_hash with ftrace_sync by Steven Rostedt (VMware) · 5 years ago
- 5aa98ea ftrace: Add comment to why rcu_dereference_sched() is open coded by Steven Rostedt (VMware) · 5 years ago
- bdfe89c tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu by Amol Grover · 5 years ago
- d107132 tracing: Annotate ftrace_graph_hash pointer with __rcu by Amol Grover · 5 years ago
- 93b8f11 tracing: Fix sched switch start/stop refcount racy updates by Mathieu Desnoyers · 6 years ago
- f12e259 tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not defined by Steven Rostedt (VMware) · 5 years ago
- d51eac9 kernel/trace: Fix do not unregister tracepoints when register sched_migrate_task fail by Kaitao Cheng · 5 years ago
- 7650b4b ftrace: Avoid potential division by zero in function profiler by Wen Yang · 5 years ago
- bc5e8a8 tracing: Have the histogram compare functions convert to u64 first by Steven Rostedt (VMware) · 5 years ago
- af24719 tracing: Fix lock inversion in trace_event_enable_tgid_record() by Prateek Sood · 5 years ago
- 2a7ad49 tracing: Initialize iter->seq after zeroing in tracing_read_pipe() by Petr Mladek · 5 years ago
- faf6784 tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 5 years ago
- c22c72f ftrace: Get a reference counter for the trace_array on filter files by Steven Rostedt (VMware) · 5 years ago
- 49495fb tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 5 years ago
- 2d058b1 tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 5 years ago
- 0449718 ftrace: Check for empty hash and comment the race with registering probes by Steven Rostedt (VMware) · 6 years ago