summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
3 daystracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
3 daystracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
10 daystracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu1-0/+3
10 daystracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu1-2/+2
10 daysfgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt1-1/+11
10 daystracing: ring-buffer: Fix to check event length before usingMasami Hiramatsu (Google)1-1/+5
10 daysring-buffer: Fix possible dereference of uninitialized pointerDaniil Dulov1-1/+2
10 daysfunction_graph: Restore direct mode when callbacks drop to oneShengming Hu1-1/+1
10 daystracing: Reset last_boot_info if ring buffer is resetMasami Hiramatsu (Google)1-0/+6
10 daystracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)1-1/+1
10 daystracing: Fix false sharing in hwlat get_sample()Colin Lord1-8/+7
10 daysarm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa1-0/+1
2026-02-26tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
2026-02-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin1-1/+1
2026-02-26kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek1-1/+4
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu1-3/+3
2026-02-11tracing: Avoid possible signed 64-bit truncationIan Rogers1-4/+4
2026-02-11ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma1-0/+2
2026-02-11tracing: Fix ftrace event field alignmentsSteven Rostedt3-24/+36
2026-01-30tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt2-1/+16
2026-01-23ftrace: Do not over-allocate ftrace memoryGuenter Roeck1-14/+15
2026-01-17trace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks1-1/+1
2026-01-17tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+6
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-02tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2026-01-02tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2026-01-02bpf: Fix verifier assumptions of bpf_d_path's output bufferShuran Liu1-1/+1
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+10
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-15/+45
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+8
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)1-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)1-1/+2
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu1-9/+31
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu1-6/+14
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao1-0/+1
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao1-6/+6
2025-10-11Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-4/+8
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt1-2/+6
2025-10-10tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt1-2/+2
2025-10-09Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds5-79/+241
2025-10-08tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt1-48/+220
2025-10-08ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha1-1/+1
2025-10-08tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt1-13/+10
2025-10-08tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt1-10/+6
2025-10-08tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nulThorsten Blum1-7/+4
2025-10-05Merge tag 'trace-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds8-20/+26