summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2026-01-08fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu1-2/+7
2026-01-08fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu1-0/+1
2026-01-08tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2026-01-08tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2025-12-12ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu1-9/+31
2025-12-07tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu1-6/+14
2025-11-13tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-13ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-13ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun1-0/+2
2025-10-19tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen4-14/+29
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen1-2/+7
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)1-0/+4
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui1-1/+5
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun1-2/+2
2025-09-19trace/fgraph: Fix error handlingGuenter Roeck1-1/+2
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu1-2/+2
2025-09-04trace/fgraph: Fix the warning caused by missing unregister notifierYe Weihua1-0/+1
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui2-7/+19
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt1-23/+15
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt1-9/+10
2025-08-28tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)1-1/+1
2025-08-15kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann1-4/+9
2025-08-15ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt3-68/+17
2025-07-24tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar1-1/+1
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-07-24tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin1-3/+7
2025-06-19ring-buffer: Move cpus_read_lock() outside of buffer->mutexSteven Rostedt1-5/+6
2025-06-19ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov1-3/+1
2025-06-19ring-buffer: Do not trigger WARN_ON() due to a commit_overrunSteven Rostedt1-8/+18
2025-06-19bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...Di Shen1-0/+2
2025-06-19bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen1-1/+1
2025-06-19tracing: Fix error handling in event_trigger_parse()Miaoqian Lin1-2/+2
2025-06-19tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt3-14/+12
2025-06-19tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt1-15/+105
2025-06-19bpf: Check link_create.flags parameter for multi_kprobeTao Chen1-0/+3
2025-06-10tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-05-29tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko2-15/+12
2025-05-22ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt1-3/+5
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-09tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt1-2/+2
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: fix incorrect hash size in register_ftrace_direct()Menglong Dong1-3/+4
2025-04-20ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()Steven Rostedt1-2/+3