summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
11 daystracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-04-18blktrace: fix __this_cpu_read/write in preemptible contextChaitanya Kulkarni
2026-04-02tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang
2026-04-02tracing: Switch trace_osnoise.c code over to use guard() and __free()Steven Rostedt
2026-03-25ring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)
2026-03-25tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt
2026-03-25fgraph: Fix thresh_return clear per-task notraceShengming Hu
2026-03-25tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens
2026-03-25tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici
2026-03-25tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He
2026-03-13tracing: Add NULL pointer check to trigger_data_free()Guenter Roeck
2026-03-13tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang
2026-03-04tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu
2026-03-04tracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu
2026-03-04fgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt
2026-03-04tracing: ring-buffer: Fix to check event length before usingMasami Hiramatsu (Google)
2026-03-04function_graph: Restore direct mode when callbacks drop to oneShengming Hu
2026-03-04tracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)
2026-03-04tracing: Fix false sharing in hwlat get_sample()Colin Lord
2026-03-04tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt
2026-03-04tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin
2026-03-04kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek
2026-03-04fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)
2026-03-04ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2026-02-11ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma
2026-02-11tracing: Fix ftrace event field alignmentsSteven Rostedt
2026-01-30tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt
2026-01-08fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu
2026-01-08fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu
2026-01-08tracing: Fix fixed array of synthetic eventSteven Rostedt
2026-01-08tracing: Do not register unsupported perf eventsSteven Rostedt
2025-12-12ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-12-07tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-13tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-13ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt
2025-11-13ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-10-19tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun
2025-09-19trace/fgraph: Fix error handlingGuenter Roeck
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
2025-09-04trace/fgraph: Fix the warning caused by missing unregister notifierYe Weihua
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt
2025-08-28ftrace: Also allocate and copy hash for reading of filter filesSteven Rostedt
2025-08-28tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)
2025-08-15kernel: trace: preemptirq_delay_test: use offstack cpu maskArnd Bergmann