summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-10module: Use RCU in find_module_all().Sebastian Andrzej Siewior1-6/+3
2025-03-03Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+23
2025-03-03tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)1-1/+0
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-02-27tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)2-1/+7
2025-02-27tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)2-0/+14
2025-02-27tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)1-0/+2
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang1-2/+9
2025-02-21ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior1-4/+2
2025-02-21fprobe: Fix accounting of when to unregister from function graphSteven Rostedt1-3/+3
2025-02-21fprobe: Always unregister fgraph function from opsSteven Rostedt1-4/+2
2025-02-21ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt1-0/+3
2025-02-21ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt1-11/+22
2025-02-15ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt1-0/+5
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt1-0/+4
2025-02-14ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt1-2/+20
2025-02-14tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt1-7/+1
2025-02-14ring-buffer: Unlock resize on mmap errorSteven Rostedt1-0/+1
2025-02-08fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BITSteven Rostedt1-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados2-2/+2
2025-01-26Merge tag 'trace-tools-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-27/+193
2025-01-26Merge tag 'trace-rv-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+14
2025-01-24tracing/osnoise: Fix resetting of tracepointsSteven Rostedt1-3/+14
2025-01-23Merge tag 'trace-ringbuffer-v6.14-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+7
2025-01-23Merge tag 'ftrace-v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-24/+33
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds12-462/+650
2025-01-23Merge tag 'probes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds4-145/+112
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-25/+33
2025-01-21fgraph: Remove calltime and rettime from generic operationsSteven Rostedt6-24/+33
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds13-484/+856
2025-01-21Merge tag 'trace-ringbuffer-v6.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-46/+17
2025-01-21tracing: Fix output of set_event for some cached module eventsSteven Rostedt1-1/+1
2025-01-21tracing: Fix allocation of printing set_event file contentSteven Rostedt1-1/+1
2025-01-21ring-buffer: Do not allow events in NMI with generic atomic64 cmpxchg()Steven Rostedt1-2/+7
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+6
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-24/+12
2025-01-20tracing: Rename update_cache() to update_mod_cache()Steven Rostedt1-2/+2
2025-01-20Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+2
2025-01-20tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULESSteven Rostedt1-1/+1
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt3-9/+68
2025-01-16tracing: Adopt __free() and guard() for trace_fprobe.cMasami Hiramatsu (Google)1-66/+58
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt4-28/+268
2025-01-16tracing: Add :mod: command to enabled module eventsSteven Rostedt2-13/+48
2025-01-15bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-01-14tracing: Print lazy preemption modelShrikanth Hegde1-0/+1
2025-01-14tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt2-0/+28
2025-01-13ring-buffer: Make reading page consistent with the code logicJeongjun Park1-1/+3
2025-01-13ring-buffer: Check for empty ring-buffer with rb_num_of_entries()Vincent Donnefort1-45/+14
2025-01-13bpf: Use ftrace_get_symaddr() for kprobe_multi probesMasami Hiramatsu (Google)1-2/+11