summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-12-22tracing: Fix a kmemleak false positive in tracing_mapChen Jun
2021-12-08tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-12-08tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-11-26tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-11-26tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-10-06blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-20tracing: Simplify & fix saved_tgids logicPaul Burton
2021-06-30tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)
2021-06-30tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-30tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)
2021-06-16tracing: Correct the length check which causes memory corruptionLiangyan
2021-06-16ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)
2021-05-22tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)
2021-05-22tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-05-22ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-02-23tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-23tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-23fgraph: Initialize tracing_graph_pause at task creationSteven 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-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-11-18ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-10tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-11-10ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-10ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-10blktrace: fix debugfs use after freeLuis Chamberlain
2020-11-10Blktrace: bail out early if block debugfs is not configuredLiu Bo
2020-11-05ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-10-14ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)
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-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-21tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-06-30tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-06-30blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-06-25blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-06-25blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-06-25blktrace: use errno instead of bi_statusChaitanya Kulkarni
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