summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
11 daystracing: Fix fixed array of synthetic eventSteven Rostedt
11 daystracing: Do not register unsupported perf eventsSteven Rostedt
11 daysftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-24ftrace: 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-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
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-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu
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
2025-07-24tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar
2025-07-24tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt
2025-07-24tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-06-27ftrace: Fix UAF when lookup kallsym after ftrace disabledYe Bin
2025-06-19bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen
2025-06-19tracing: Fix error handling in event_trigger_parse()Miaoqian Lin
2025-06-19tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt
2025-06-19tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt
2025-06-19tracing: Fix compilation warning on arm32Pan Taixi
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin
2025-05-22ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin
2025-05-22tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-05-09tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt
2025-05-02bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov
2025-05-02tracing: Verify event formats that have "%*p.."Steven Rostedt
2025-04-25tracing: Fix filter string testingSteven Rostedt
2025-04-25ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong
2025-04-25ftrace: Add cond_resched() to ftrace_graph_set_hash()zhoumin
2025-04-25tracing: Do not add length to print format in synthetic eventsSteven Rostedt
2025-04-25tracing: probe-events: Add comments about entry data storing codeMasami Hiramatsu (Google)
2025-04-25tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...Gabriele Paoloni
2025-04-10tracing: Do not use PERF enums when perf is not definedSteven Rostedt
2025-04-10tracing/osnoise: Fix possible recursive locking for cpus_read_lock()Ran Xiaokai
2025-04-10tracing: Fix synth event printk format for str fieldsDouglas Raillard
2025-04-10tracing: Ensure module defining synth event cannot be unloaded while tracingDouglas Raillard
2025-04-10tracing: Fix use-after-free in print_graph_function_flags during tracer switc...Tengda Wu
2025-04-10tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu
2025-04-10tracing/hist: Support POLLPRI event for poll on histogramMasami Hiramatsu (Google)
2025-04-10tracing/hist: Add poll(POLLIN) support on hist fileMasami Hiramatsu (Google)
2025-04-10tracing: Switch trace_events_hist.c code over to use guard()Steven Rostedt