summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2026-08-10ftrace: deprecate disabling via ftrace_enabled sysctlAndrey Grodzovsky1-37/+6
2026-08-10fprobe: Simplify fprobe_remove_ips() by reusing existing helpersMasami Hiramatsu (Google)1-9/+2
2026-08-08ring-buffer: Fix crash passing ERR_PTR to kthread_stop()Hui Su1-1/+1
2026-08-08ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()Vincent Donnefort1-0/+1
2026-08-08ring-buffer: Prevent subbuf order change when resizing is disabledVincent Donnefort1-1/+1
2026-08-08ring-buffer: Prevent resizing of persistent ring bufferVincent Donnefort1-0/+2
2026-08-08ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf1-1/+5
2026-08-08ring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu1-4/+4
2026-08-08eventfs: Define event fields before directory creationAnubhav Shelat1-6/+7
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang1-1/+1
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_modLeon Hwang1-3/+8
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_delLeon Hwang1-5/+8
2026-08-08ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang1-1/+2
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)2-0/+102
2026-08-07tracing/mmiotrace: Use trace_assign_type() in mmio_print_mark()Masami Hiramatsu (Google)1-2/+5
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann14-21/+94
2026-08-05tracing: Make per-template BTF id lists file-localMykyta Yatsenko1-13/+14
2026-08-04mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes1-1/+2
2026-08-04rv: Fix 32-bit build of nomiss KUnit testGabriele Monaco1-1/+1
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung1-31/+31
2026-07-31Merge tag 'trace-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-4/+18
2026-07-31ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error pathMasami Hiramatsu (Google)1-0/+1
2026-07-31rv: Add KUnit tests for some LTL monitorsGabriele Monaco7-0/+180
2026-07-31rv: Add KUnit mock for currentGabriele Monaco5-14/+44
2026-07-31rv: Add KUnit tests for some DA/HA monitorsGabriele Monaco19-0/+622
2026-07-31rv: Export task monitor slot and react symbolsGabriele Monaco2-0/+3
2026-07-31rv: Use generic rv_this for the rv_monitor variable in LTLGabriele Monaco2-6/+6
2026-07-29ring-buffer: Fix reader page read offset for remote buffersVincent Donnefort1-0/+1
2026-07-29tracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)1-0/+3
2026-07-29tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)1-2/+2
2026-07-29tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)1-2/+10
2026-07-29tracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)1-0/+1
2026-07-29fprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)1-4/+2
2026-07-29tracing/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel1-1/+11
2026-07-28tracing/probes: Reject $arg0 in meta argument expansionRaushan Patel1-1/+5
2026-07-28tracing/probes: Treating longer symbol name on event comparationMasami Hiramatsu (Google)3-10/+17
2026-07-28tracing: Use seq_buf for string concatenationWoradorn Laodhanadhaworn1-3/+13
2026-07-28tracing: Use strscpy() instead of strcpy() in trace_sched_switchPo-Sheng Lin1-3/+3
2026-07-28tracing: Warn when an event dereferences a pointer in TP_printk()Steven Rostedt1-6/+29
2026-07-28tracing: Reject invalid preemptirq_delay_test CPU affinitySamuel Moelius1-0/+9
2026-07-28fgraph: Use trace_seq_putc() in print_graph_return()Markus Elfring1-1/+1
2026-07-28tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_sh...Markus Elfring1-1/+1
2026-07-28tracing/user_events: Use seq_putc() in two functionsMarkus Elfring1-4/+4
2026-07-28tracing: Bound histogram expression strings with seq_bufPengpeng Hou1-24/+33
2026-07-28tracing: Return ERR_PTR() from expr_str()Pengpeng Hou1-5/+20
2026-07-28tracing: Use __free() for expr_str() bufferPengpeng Hou1-8/+6
2026-07-28kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()David Laight1-2/+1
2026-07-28tracing: Point constant hist field type to string literalYu Peng1-3/+1
2026-07-28tracing: Expose tracepoint BTF ids via tracefsMykyta Yatsenko2-1/+96
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-11/+58