aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
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/trace/linux-traceLinus 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_show()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/trace/linux-traceLinus Torvalds9-11/+58
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman2-7/+9
2026-07-24tracing: perf: Fix stale head for perf syscall tracingSteven Rostedt1-0/+5
2026-07-24ftrace: Add global mutex to serialize trace_parser accessTengda Wu1-0/+13
2026-07-24tracing: Delay module ref count for "enable_event" triggerSteven Rostedt1-2/+4
2026-07-24tracing: Fix use-after-free freeing trigger private dataDavid Carlier3-3/+18
2026-07-24tracing: Fix context switch counter truncationUsama Arif1-1/+1
2026-07-24tracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)1-1/+3
2026-07-24tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt1-1/+1
2026-07-24rv/rtapp: Add wakeup monitorNam Cao8-1/+279
2026-07-24rv/rtapp/sleep: Stop monitoring kernel threadsNam Cao3-98/+46
2026-07-24rv/rtapp/sleep: Update nanosleep ruleNam Cao2-36/+28
2026-07-24rv/rtapp/sleep: Make the error more informative for userNam Cao2-12/+12
2026-07-23tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog1-1/+1
2026-07-23tracing: Propagate errors from remote event bulk updatesJackie Liu1-1/+12
2026-07-23rv: Simplify task monitor slot managementLi Qiang1-13/+5
2026-07-22tracing/remotes: Fix page_va[] access before counter update in trace_remote_alloc_buffer()Fuad Tabba1-2/+1
2026-07-21tracing/probes: Fix extra whitespace in trace_probe_kernel.hMasami Hiramatsu (Google)1-1/+1
2026-07-21tracing/kprobe: Remove redundant memset in kprobe_perf_func()Masami Hiramatsu (Google)1-1/+0
2026-07-21tracing/fprobe: Remove redundant memset in fentry_perf_func()Masami Hiramatsu (Google)1-1/+0