summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2021-11-17tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh
2021-10-27tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)
2021-09-30blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng
2021-09-22tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-15tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-07-28tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-19tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-19tracing: Simplify & fix saved_tgids logicPaul Burton
2021-07-14tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)
2021-07-14tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)
2021-06-23tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)
2021-06-23tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)
2021-06-23tracing: 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-11tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)
2021-05-11ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-02-17tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-17tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-13tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-02-10fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-01-30tracing: Fix race in trace_open and buffer resize callGaurav Kohli
2021-01-19tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu
2020-12-30Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)
2020-12-30bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-12-08tracing: Remove WARN_ON in start_thread()Vasily Averin
2020-11-18tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
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-10ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-05ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-10-07tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-10-07ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)
2020-10-01tracing: fix double freeTom Rix
2020-10-01lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle
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-01tracing: Verify if trace array exists before destroying it.Divya Indi
2020-09-03blktrace: ensure our debugfs dir existsLuis Chamberlain
2020-08-21tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)