summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* tracing: Set kernel_stack's caller size properlyJosef Bacik2020-10-011-1/+1
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-012-0/+5
* blktrace: ensure our debugfs dir existsLuis Chamberlain2020-09-031-0/+12
* tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-212-4/+4
* tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-08-211-2/+3
* ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-08-211-4/+7
* tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2020-08-051-2/+4
* ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)2020-06-301-1/+1
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-301-2/+19
* blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-301-0/+13
* blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-251-15/+4
* blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-251-1/+1