summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko2-15/+12
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin1-5/+1
2025-05-22ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin1-1/+1
2025-05-22tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)5-3/+27
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-05-02bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov1-3/+4
2025-05-02tracing: Verify event formats that have "%*p.."Steven Rostedt1-0/+7
2025-04-25tracing: Fix filter string testingSteven Rostedt1-2/+2
2025-04-25ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin1-0/+1
2025-04-25tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni1-1/+3
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt1-2/+6
2025-04-10tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai1-1/+0
2025-04-10tracing: Fix synth event printk format for str fieldsDouglas Raillard1-1/+1
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard1-1/+29
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu3-4/+1
2025-04-10ring-buffer: Fix bytes_dropped calculation issueFeng Yang1-2/+2
2025-04-10bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao1-1/+1
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-03-07ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-03-07ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-21bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-01-17bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
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 UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn1-0/+7
2024-12-14bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+4
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-14ftrace: Fix regression with module command in stack_trace_filterguoweikang1-0/+3
2024-12-14trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun1-0/+6
2024-11-17uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-11-17uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko1-38/+41
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa1-2/+0
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
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-17tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-17tracing/hwlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-08-14tracing: Fix overflow in get_free_elt()Tze-nan Wu1-3/+3
2024-08-03trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun1-2/+2