aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-09-301-0/+8
* tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu2021-09-221-6/+9
* tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu2021-09-224-2/+36
* tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-261-0/+2
* bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-151-2/+3
* tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-08-121-1/+3
* tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-121-1/+19
* tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-121-0/+4
* tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)2021-07-281-1/+1
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-281-4/+24
* tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-282-6/+20
* 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-191-16/+47
* tracing: Simplify & fix saved_tgids logicPaul Burton2021-07-191-25/+13
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-141-1/+2
* tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)2021-07-141-0/+7
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-231-3/+3
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-231-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-231-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
* bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2021-06-101-20/+12
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-05-111-14/+30
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-111-26/+15
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-111-1/+4
* ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2021-04-161-3/+6
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* ftrace: Fix modify_ftrace_direct.Alexei Starovoitov2021-03-301-5/+38
* ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)2021-03-091-0/+11
* bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov2021-02-171-3/+0
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-171-1/+1
* tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-171-1/+2
* tracing: Use pause-on-trace with the latency tracersViktor Rosendahl2021-02-101-0/+4
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-02-101-4/+6
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-101-2/+0
* tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-192-2/+2
* Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2020-12-301-4/+13
* tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-306-14/+25
* bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko2020-12-301-3/+5
* bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-071-5/+8
|\
| * tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-041-5/+8
* | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-015-15/+33
|\|
| * ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)2020-11-301-8/+6
| * ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao2020-11-301-1/+1
| * ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-11-301-1/+21
| * tracing: Fix alignment of static bufferMinchan Kim2020-11-301-1/+1
| * tracing: Remove WARN_ON in start_thread()Vasily Averin2020-11-301-1/+1
| * ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi2020-11-301-3/+3
| * ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)2020-11-301-1/+1