summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-03-13tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)1-1/+0
2025-03-13tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)1-0/+2
2025-03-07ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-03-07tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-02-27ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-27ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-17tracing/osnoise: Fix resetting of tracepointsSteven Rostedt1-3/+14
2025-02-08bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-5/+6
2025-01-09tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt4-216/+83
2025-01-09tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt1-2/+13
2025-01-09tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)1-3/+39
2025-01-09seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook1-10/+1
2025-01-09tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2-6/+10
2025-01-09tracing: Have process_string() also allow arraysSteven Rostedt1-0/+12
2025-01-02tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2025-01-02tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-27tracing: Add "%s" check in test_event_printk()Steven Rostedt1-15/+89
2024-12-27tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt1-2/+19
2024-12-27tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt1-29/+53
2024-12-19tracing/kprobes: Skip symbol counting logic for module symbols in create_loca...Nikolay Kuratov1-1/+1
2024-12-19bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa1-0/+4
2024-12-19bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-1/+5
2024-12-19bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn1-0/+7
2024-12-14tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)1-0/+5
2024-12-14tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak1-1/+1
2024-12-14tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers1-0/+12
2024-12-14tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu1-5/+1
2024-12-09ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-12-09trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-12-09bpf: Force uprobe bpf program to always return 0Jiri Olsa1-3/+2
2024-11-01tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)1-1/+1
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa1-2/+0
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-11-01uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko1-5/+9
2024-11-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko1-21/+28
2024-11-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko1-37/+41
2024-11-01tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)8-62/+283
2024-11-01tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)6-9/+11
2024-11-01tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)1-1/+1
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa2-5/+14
2024-10-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)1-10/+8
2024-10-17tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)1-4/+2
2024-10-10tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li1-2/+5
2024-10-10tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-10tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li1-7/+6
2024-10-10tracing/hwlat: Fix a race during cpuhp processingWei Li1-0/+2