summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov
2024-12-19bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa
2024-12-19bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn
2024-12-19bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn
2024-12-14tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak
2024-12-14tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu
2024-12-09ftrace: Fix regression with module command in stack_trace_filterguoweikang
2024-12-09trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun
2024-12-09bpf: Force uprobe bpf program to always return 0Jiri Olsa
2024-11-01tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma
2024-11-01uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko
2024-11-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko
2024-11-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko
2024-11-01tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)
2024-11-01tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)
2024-11-01tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa
2024-10-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)
2024-10-17tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)
2024-10-10tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li
2024-10-10tracing/timerlat: Fix a race during cpuhp processingWei Li
2024-10-10tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li
2024-10-10tracing/hwlat: Fix a race during cpuhp processingWei Li
2024-10-04bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann
2024-09-18tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt
2024-09-12tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-09-12tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt
2024-09-12tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt
2024-09-04tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt
2024-08-14tracing: Fix overflow in get_free_elt()Tze-nan Wu
2024-08-03trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-06-21bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko
2024-06-21bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa
2024-06-12tracing/probes: fix error check in parse_btf_field()Carlos López
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li
2024-06-12eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)
2024-06-12tracing/user_events: Fix non-spaced field matchingBeau Belgrave
2024-06-12tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave