summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-081-3/+3
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-03-021-6/+46
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-111-2/+2
* tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-111-1/+1
* tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-221-0/+3
* tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)2021-12-011-0/+7
* tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)2021-12-011-6/+18
* tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh2021-11-261-17/+23
* tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-273-47/+23
* blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-10-061-0/+8
* tracing/kprobe: Fix kprobe_on_func_entry() modificationLi Huafei2021-09-261-1/+2
* tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-261-0/+2
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-151-0/+14
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-08-122-6/+19
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-121-0/+4
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-281-4/+24
* tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-201-3/+3
* tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton2021-07-201-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-201-25/+13
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-201-1/+2
* tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-201-0/+7
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-301-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-301-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-301-2/+0
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-05-221-14/+30
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-221-26/+15
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-221-1/+4
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-231-1/+1
* tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-231-1/+2
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-131-2/+0
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-02-131-2/+2
* tracing: Fix race in trace_open and buffer resize callGaurav Kohli2021-01-301-0/+4
* tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-192-2/+2
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-112-5/+8
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* tracing: Remove WARN_ON in start_thread()Vasily Averin2020-12-081-1/+1
* 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
* blktrace: fix debugfs use after freeLuis Chamberlain2020-11-101-6/+12
* ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-11-051-4/+4
* 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