summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu
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-15bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-12tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal
2021-08-12tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-07-28tracing: Synthetic event field_pos is an index not a booleanSteven 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-06-10bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann
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-16ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-03-30ftrace: Fix modify_ftrace_direct.Alexei Starovoitov
2021-03-09ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)
2021-02-17bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov
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-10tracing: Use pause-on-trace with the latency tracersViktor Rosendahl
2021-02-10tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu
2021-02-10fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
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-30tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-12-30bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-12-07Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-30ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)
2020-11-30ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao
2020-11-30ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
2020-11-30tracing: Fix alignment of static bufferMinchan Kim
2020-11-30tracing: Remove WARN_ON in start_thread()Vasily Averin
2020-11-30ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi