aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2 daystracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
2 daystracing: Disable preemption in the tracepoint callbacks handling filtered pidsMasami Hiramatsu (Google)1-0/+2
2 daysftrace: Disable preemption in the tracepoint callbacks handling filtered pidsSteven Rostedt1-0/+2
2 daystracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
2 daysfgraph: Fix thresh_return nosleeptime double-adjustShengming Hu1-4/+10
2 daysfgraph: Fix thresh_return clear per-task notraceShengming Hu1-2/+3
8 daysbpf: Fix kprobe_multi cookies access in show_fdinfo callbackJiri Olsa1-1/+3
12 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+2
12 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-10/+5
13 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-5/+5
13 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds31-120/+120
13 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook31-152/+151
14 daysMerge tag 'trace-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds4-5/+23
2026-02-19tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu1-0/+3
2026-02-19tracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu1-2/+2
2026-02-19fgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt1-1/+11
2026-02-19tracing: ring-buffer: Fix to check event length before usingMasami Hiramatsu (Google)1-1/+5
2026-02-19ring-buffer: Fix possible dereference of uninitialized pointerDaniil Dulov1-1/+2
2026-02-17Merge tag 'block-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+21
2026-02-16blk-mq: use NOIO context to prevent deadlock during debugfs creationYu Kuai1-17/+21
2026-02-16Merge tag 'probes-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+4
2026-02-13Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds21-1053/+1306
2026-02-13function_graph: Restore direct mode when callbacks drop to oneShengming Hu1-1/+1
2026-02-12Merge tag 'trace-rv-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds22-248/+244
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds3-6/+8
2026-02-11tracing: Fix indentation of return statement in print_trace_fmt()Haoyang LIU1-1/+1
2026-02-11tracing: Reset last_boot_info if ring buffer is resetMasami Hiramatsu (Google)1-0/+6
2026-02-11tracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds3-56/+438
2026-02-10tracing: Fix false sharing in hwlat get_sample()Colin Lord1-8/+7
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-02-09tracing: Move d_max_latency out of CONFIG_FSNOTIFY protectionSteven Rostedt1-1/+1
2026-02-08tracing: Better separate SNAPSHOT and MAX_TRACE optionsSteven Rostedt3-47/+53
2026-02-08tracing: Add tracer_uses_snapshot() helper to remove #ifdefsSteven Rostedt2-35/+28
2026-02-08tracing: Rename trace_array field max_buffer to snapshot_bufferSteven Rostedt3-47/+48
2026-02-08tracing: Move pid filtering into trace_pid.cSteven Rostedt3-242/+247
2026-02-08tracing: Move trace_printk functions out of trace.c and into trace_printk.cSteven Rostedt3-431/+432
2026-02-08tracing: Use system_state in trace_printk_init_buffers()Steven Rostedt1-3/+2
2026-02-08tracing: Have trace_printk functions use flags instead of using global_traceSteven Rostedt1-4/+5
2026-02-08tracing: Make tracing_update_buffers() take NULL for global_traceSteven Rostedt1-1/+4
2026-02-08tracing: Make printk_trace global for tracing systemSteven Rostedt2-1/+3
2026-02-08tracing: Move ftrace_trace_stack() out of trace.c and into trace.hSteven Rostedt2-41/+35
2026-02-08tracing: Move __trace_buffer_{un}lock_*() functions to trace.hSteven Rostedt2-42/+41
2026-02-08tracing: Make tracing_selftest_running global to the tracing subsystemSteven Rostedt2-2/+3
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt4-12/+8
2026-02-08tracing: Clean up use of trace_create_maxlat_file()Steven Rostedt1-22/+16
2026-02-08tracing: Move tracing_set_filter_buffering() into trace_events_hist.cSteven Rostedt3-21/+20
2026-02-08tracing: Have all triggers expect a file parameterSteven Rostedt1-38/+24
2026-02-06tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline eventYaxiong Tian1-0/+4
2026-02-06blktrace: Make init_blk_tracer() asynchronousYaxiong Tian1-1/+22