index
:
kernel/git/sailus/linux.git
for-next
master
pm-mark-last-busy-v6.16-rc1
sailus's fork of linux.git
Sakari Ailus
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-18
fgraph: Do not enable function_graph tracer when setting funcgraph-args
Steven Rostedt
1
-0
/
+6
2025-06-10
tracing: Do not free "head" on error path of filter_free_subsystem_filters()
Steven Rostedt
1
-3
/
+1
2025-06-08
Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2
-53
/
+143
2025-06-07
tracing: Add rcu annotation around file->filter accesses
Steven Rostedt
1
-4
/
+6
2025-06-06
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2025-06-06
ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()
Dmitry Antipov
1
-3
/
+1
2025-06-06
tracing: Fix regression of filter waiting a long time on RCU synchronization
Steven Rostedt
1
-48
/
+138
2025-06-05
Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Palmer Dabbelt
3
-6
/
+9
2025-06-05
kernel: ftrace: export ftrace_sync_ipi
Andy Chiu
1
-1
/
+1
2025-06-02
ftrace: Don't allocate ftrace module map if ftrace is disabled
Ye Bin
1
-0
/
+3
2025-06-02
ftrace: Fix UAF when lookup kallsym after ftrace disabled
Ye Bin
1
-3
/
+7
2025-05-30
Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-105
/
+134
2025-05-30
Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+15
2025-05-29
Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
20
-260
/
+574
2025-05-29
ring-buffer: Simplify functions with __free(kfree) to free allocations
Steven Rostedt
1
-18
/
+9
2025-05-29
ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)
Steven Rostedt
1
-24
/
+11
2025-05-29
ring-buffer: Simplify ring_buffer_read_page() with guard()
Steven Rostedt
1
-17
/
+11
2025-05-29
ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()
Steven Rostedt
1
-7
/
+2
2025-05-29
ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
Steven Rostedt
1
-14
/
+9
2025-05-29
ring-buffer: Removed unnecessary if() goto out where out is the next line
Steven Rostedt
1
-4
/
+1
2025-05-29
tracing: Reset last-boot buffers when reading out all cpu buffers
Masami Hiramatsu (Google)
1
-0
/
+22
2025-05-29
ring-buffer: Allow reserve_mem persistent ring buffers to be mmapped
Steven Rostedt
2
-8
/
+45
2025-05-29
ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
Steven Rostedt
1
-8
/
+18
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2
-111
/
+212
2025-05-28
tracing: Fix compilation warning on arm32
Pan Taixi
1
-1
/
+1
2025-05-27
Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+56
2025-05-27
ring-buffer: Move cpus_read_lock() outside of buffer->mutex
Steven Rostedt
1
-5
/
+6
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-9
/
+2
2025-05-23
bpf: Fix error return value in bpf_copy_from_user_dynptr
Mykyta Yatsenko
1
-2
/
+6
2025-05-23
traceevent/block: Add REQ_ATOMIC flag to block trace events
Ritesh Harjani (IBM)
1
-0
/
+2
2025-05-22
bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe...
Di Shen
1
-0
/
+2
2025-05-14
Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-9
/
+7
2025-05-14
ring-buffer: Fix persistent buffer when commit page is the reader page
Steven Rostedt
1
-3
/
+5
2025-05-14
ftrace: Fix preemption accounting for stacktrace filter command
pengdonglin
1
-5
/
+1
2025-05-14
ftrace: Fix preemption accounting for stacktrace trigger command
pengdonglin
1
-1
/
+1
2025-05-14
tracing: Record trace_clock and recover when reboot
Masami Hiramatsu (Google)
1
-0
/
+17
2025-05-14
tracing: Cleanup upper_empty() in pid_list
Yury Norov
1
-6
/
+2
2025-05-13
bpf: Fix WARN() in get_bpf_raw_tp_regs
Tao Chen
1
-1
/
+1
2025-05-13
tracing: probes: Fix a possible race in trace_probe_log APIs
Masami Hiramatsu (Google)
5
-3
/
+27
2025-05-12
bpf: Implement dynptr copy kfuncs
Mykyta Yatsenko
1
-0
/
+194
2025-05-10
tracing: add missing trace_probe_log_clear for eprobes
Paul Cacheux
1
-0
/
+3
2025-05-10
tracing: fprobe: Fix RCU warning message in list traversal
Breno Leitao
1
-1
/
+2
2025-05-09
bpf: Add support to retrieve ref_ctr_offset for uprobe perf link
Jiri Olsa
1
-1
/
+1
2025-05-09
tracing: Allow the top level trace_marker to write into another instances
Steven Rostedt
2
-31
/
+115
2025-05-09
tracing: Add a helper function to handle the dereference arg in verifier
Steven Rostedt
1
-10
/
+20
2025-05-09
tracing: Remove unnecessary "goto out" that simply returns ret is trigger code
Steven Rostedt
1
-27
/
+17
2025-05-09
tracing: Fix error handling in event_trigger_parse()
Miaoqian Lin
1
-2
/
+2
2025-05-09
tracing: Rename event_trigger_alloc() to trigger_data_alloc()
Steven Rostedt
3
-14
/
+12
2025-05-09
tracing: Replace deprecated strncpy() with strscpy() for stack_trace_filter_buf
Devaansh Kumar
1
-1
/
+1
2025-05-09
tracing: Remove unused buffer_page field from trace_array_cpu structure
Steven Rostedt
1
-1
/
+0
2025-05-09
tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...
Steven Rostedt
1
-11
/
+18
2025-05-09
tracing: Convert the per CPU "disabled" counter to local from atomic
Steven Rostedt
4
-25
/
+25
2025-05-09
tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
Steven Rostedt
1
-3
/
+1
2025-05-09
ring-buffer: Add ring_buffer_record_is_on_cpu()
Steven Rostedt
2
-0
/
+33
2025-05-09
tracing: Do not use per CPU array_buffer.data->disabled for cpumask
Steven Rostedt
1
-2
/
+0
2025-05-09
ftrace: Do not disabled function graph based on "disabled" field
Steven Rostedt
1
-29
/
+9
2025-05-09
tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
Steven Rostedt
1
-7
/
+2
2025-05-09
tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...
Steven Rostedt
1
-7
/
+4
2025-05-09
tracing: Add tracer_tracing_disable/enable() functions
Steven Rostedt
2
-0
/
+35
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
1
-37
/
+4
2025-05-08
tracing: Just use this_cpu_read() to access ignore_pid
Steven Rostedt
1
-4
/
+5
2025-05-08
ftrace: Do not bother checking per CPU "disabled" flag
Steven Rostedt
1
-13
/
+3
2025-05-08
tracing/mmiotrace: Remove reference to unused per CPU data pointer
Steven Rostedt
1
-10
/
+2
2025-05-08
tracing/osnoise: Allow arbitrarily long CPU string
Tomas Glozar
1
-4
/
+5
2025-05-08
ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()
Steven Rostedt
1
-1
/
+6
2025-05-08
ftrace: Expose call graph depth as unsigned int
Ilya Leoshkevich
1
-6
/
+6
2025-05-08
ftrace: Show subops in enabled_functions
Steven Rostedt
2
-0
/
+40
2025-05-06
kill vfs_submount()
Al Viro
1
-3
/
+16
2025-05-06
tracing: Add common_comm to histograms
Steven Rostedt
1
-9
/
+42
2025-05-06
tracing: Move histogram trigger variables from stack to per CPU structure
Steven Rostedt
1
-15
/
+105
2025-05-06
tracing: Always use memcpy() in histogram add_to_key()
Steven Rostedt
1
-4
/
+2
2025-05-06
tracing: Show preempt and irq events callsites from the offsets in field print
Steven Rostedt
1
-0
/
+11
2025-05-06
tracing: Adjust addresses for printing out fields
Steven Rostedt
1
-17
/
+21
2025-05-06
tracing: Only return an adjusted address if it matches the kernel address
Steven Rostedt
1
-1
/
+4
2025-05-06
tracing: Show function names when possible when listing fields
Steven Rostedt
1
-6
/
+16
2025-05-06
tracing: Update function trace addresses with module addresses
Steven Rostedt
1
-8
/
+7
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
1
-9
/
+0
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
1
-2
/
+0
2025-05-01
tracing: Do not take trace_event_sem in print_event_fields()
Steven Rostedt
1
-2
/
+2
2025-05-01
tracing: Fix trace_adjust_address() when there is no modules in scratch area
Steven Rostedt
1
-1
/
+3
2025-05-01
ftrace: Fix NULL memory allocation check
Colin Ian King
1
-1
/
+1
2025-05-01
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
1
-2
/
+3
2025-04-23
bpf: Streamline allowed helpers between tracing and base sets
Feng Yang
1
-72
/
+0
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
9
-185
/
+382
2025-04-17
tracing: Fix filter string testing
Steven Rostedt
1
-2
/
+2
2025-04-17
ftrace: Fix type of ftrace_graph_ent_entry.depth
Ilya Leoshkevich
1
-2
/
+2
2025-04-17
ftrace: fix incorrect hash size in register_ftrace_direct()
Menglong Dong
1
-3
/
+4
2025-04-17
ftrace: Free ftrace hashes after they are replaced in the subops code
Steven Rostedt
1
-1
/
+7
2025-04-17
ftrace: Reinitialize hash to EMPTY_HASH after freeing
Steven Rostedt
1
-0
/
+4
2025-04-17
ftrace: Initialize variables for ftrace_startup/shutdown_subops()
Steven Rostedt
1
-4
/
+4
2025-04-12
Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-145
/
+195
2025-04-12
rv: Fix out-of-bound memory access in rv_is_container_monitor()
Nam Cao
1
-1
/
+6
2025-04-12
ftrace: Do not have print_graph_retval() add a newline
Steven Rostedt
1
-6
/
+5
2025-04-11
ftrace: Fix accounting of subop hashes
Steven Rostedt
1
-137
/
+177
2025-04-11
ftrace: Properly merge notrace hashes
Andy Chiu
1
-4
/
+4
2025-04-09
bpf: Check link_create.flags parameter for multi_uprobe
Tao Chen
1
-0
/
+3
2025-04-09
bpf: Check link_create.flags parameter for multi_kprobe
Tao Chen
1
-0
/
+3
2025-04-09
tracing: Do not add length to print format in synthetic events
Steven Rostedt
1
-1
/
+0
2025-04-09
stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
Joel Granados
1
-1
/
+21
2025-04-09
tracing: Move trace sysctls into trace.c
Joel Granados
1
-1
/
+35
2025-04-08
Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-30
/
+166
2025-04-08
tracing: fprobe: Cleanup fprobe hash when module unloading
Masami Hiramatsu (Google)
1
-2
/
+101
2025-04-07
tracing: Hide get_vm_area() from MMUless builds
Steven Rostedt
1
-0
/
+7
2025-04-03
Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-26
/
+46
2025-04-03
Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
5
-3
/
+12
2025-04-02
Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-15
/
+12
2025-04-02
ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
Steven Rostedt
1
-2
/
+3
2025-04-02
tracing: Use vmap_page_range() to map memmap ring buffer
Steven Rostedt
1
-17
/
+16
2025-04-02
tracing: Have reserve_mem use phys_to_virt() and separate from memmap buffer
Steven Rostedt
2
-7
/
+17
2025-04-02
tracing: Enforce the persistent ring buffer to be page aligned
Steven Rostedt
1
-0
/
+10
2025-04-02
tracing: fprobe events: Fix possible UAF on modules
Masami Hiramatsu (Google)
1
-9
/
+17
2025-04-02
tracing: fprobe: Fix to lock module while registering fprobe
Masami Hiramatsu (Google)
1
-19
/
+48
2025-04-02
rv: Fix missing unlock on double nested monitors return path
Gabriele Monaco
1
-1
/
+2
2025-04-02
tracing: Verify event formats that have "%*p.."
Steven Rostedt
1
-0
/
+7
2025-04-02
ftrace: Add cond_resched() to ftrace_graph_set_hash()
zhoumin
1
-0
/
+1
2025-04-02
tracing: Free module_delta on freeing of persistent ring buffer
Steven Rostedt
1
-0
/
+1
2025-04-02
ftrace: Have tracing function args depend on PROBE_EVENTS_BTF_ARGS
Steven Rostedt
1
-2
/
+1
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-143
/
+561
2025-03-30
Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-17
/
+16
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-4
/
+10
2025-03-28
tracing: Use _text and the kernel offset in last_boot_info
Steven Rostedt
1
-12
/
+6
2025-03-28
tracing: Show last module text symbols in the stacktrace
Masami Hiramatsu (Google)
3
-7
/
+138
2025-03-28
ring-buffer: Remove the unused variable bmeta
Jiapeng Chong
1
-3
/
+0
2025-03-28
tracing: Skip update_last_data() if cleared and remove active check for save_...
Masami Hiramatsu (Google)
1
-18
/
+8
2025-03-28
tracing: Initialize scratch_size to zero to prevent UB
Steven Rostedt
1
-1
/
+1
2025-03-28
tracing: Fix a compilation error without CONFIG_MODULES
Masami Hiramatsu (Google)
1
-0
/
+7
2025-03-28
tracing: Freeable reserved ring buffer
Masami Hiramatsu (Google)
2
-1
/
+13
2025-03-28
tracing: Update modules to persistent instances when loaded
Steven Rostedt
3
-12
/
+57
2025-03-28
tracing: Show module names and addresses of last boot
Steven Rostedt
1
-13
/
+89
2025-03-28
tracing: Have persistent trace instances save module addresses
Steven Rostedt
1
-9
/
+89
2025-03-28
tracing: Have persistent trace instances save KASLR offset
Steven Rostedt
3
-56
/
+46
2025-03-28
ring-buffer: Add ring_buffer_meta_scratch()
Steven Rostedt
2
-7
/
+30
2025-03-28
ring-buffer: Add buffer meta data for persistent ring buffer
Steven Rostedt
1
-52
/
+119
2025-03-28
ring-buffer: Use kaslr address instead of text delta
Steven Rostedt
3
-32
/
+38
2025-03-28
ring-buffer: Fix bytes_dropped calculation issue
Feng Yang
1
-2
/
+2
2025-03-28
tracing: Mark binary printing functions with __printf() attribute
Andy Shevchenko
2
-15
/
+12
2025-03-27
Merge tag 'probes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
6
-4
/
+46
2025-03-27
Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
10
-46
/
+87
2025-03-27
Merge tag 'trace-latency-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
40
-67
/
+1273
2025-03-27
Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
12
-74
/
+346
2025-03-27
Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+50
2025-03-27
tracing: probe-events: Add comments about entry data storing code
Masami Hiramatsu (Google)
1
-0
/
+28
2025-03-27
tracing: probe-events: Log error for exceeding the number of arguments
Masami Hiramatsu (Google)
5
-4
/
+18
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2025-03-25
tracing: Replace strncpy with memcpy for fixed-length substring copy
Siddarth G
1
-1
/
+1
2025-03-25
tracing: Fix synth event printk format for str fields
Douglas Raillard
1
-1
/
+1
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+2
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-17
/
+4
2025-03-24
Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+1
2025-03-24
Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-17
/
+15
2025-03-24
rv: Add scpd, snep and sncid per-cpu monitors
Gabriele Monaco
15
-0
/
+534
2025-03-24
rv: Add snroc per-task monitor
Gabriele Monaco
7
-0
/
+164
2025-03-24
rv: Add sco and tss per-cpu monitors
Gabriele Monaco
11
-0
/
+337
2025-03-24
rv: Add option for nested monitors and include sched
Gabriele Monaco
10
-28
/
+216
2025-03-24
tracing: Do not use PERF enums when perf is not defined
Steven Rostedt
1
-2
/
+6
2025-03-23
tracing: Use hashtable.h for event_hash
Sasha Levin
1
-12
/
+7
2025-03-23
tracing: Ensure module defining synth event cannot be unloaded while tracing
Douglas Raillard
1
-1
/
+29
2025-03-23
tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...
Gabriele Paoloni
1
-1
/
+3
2025-03-23
tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
Ran Xiaokai
1
-1
/
+0
2025-03-23
tracing: Align synth event print fmt
Douglas Raillard
1
-1
/
+1
2025-03-22
tracing: Fix use-after-free in print_graph_function_flags during tracer switc...
Tengda Wu
3
-4
/
+1
2025-03-20
tracing: Constify struct event_trigger_ops
Christophe JAILLET
4
-34
/
+34
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
3
-8
/
+41
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
1
-0
/
+5
2025-03-17
Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-16
/
+14
2025-03-17
tracing: Use preempt_model_str()
Sebastian Andrzej Siewior
1
-6
/
+1
2025-03-16
Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+18
2025-03-15
tracing: tprobe-events: Fix leakage of module refcount
Masami Hiramatsu (Google)
1
-13
/
+8
2025-03-15
tracing: tprobe-events: Fix to clean up tprobe correctly when module unload
Masami Hiramatsu (Google)
1
-3
/
+6
2025-03-14
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
1
-6
/
+18
2025-03-10
bpf: Use RCU in all users of __module_text_address().
Sebastian Andrzej Siewior
1
-11
/
+13
2025-03-10
module: Use RCU in find_module_all().
Sebastian Andrzej Siewior
1
-6
/
+3
2025-03-07
function_graph: Remove the unused variable func
Jiapeng Chong
1
-3
/
+0
2025-03-06
tracing/user_events: Slightly simplify user_seq_show()
Christophe JAILLET
1
-4
/
+1
2025-03-06
tracing/user_events: Don't use %pK through printk
Thomas WeiÃschuh
1
-1
/
+1
2025-03-06
ring-buffer: Fix typo in comment about header page pointer
Zhouyi Zhou
1
-1
/
+1
2025-03-04
osnoise: provide quiescent states
Ankur Arora
1
-17
/
+15
2025-03-04
rv: Add license identifiers to monitor files
Gabriele Monaco
4
-0
/
+6
2025-03-04
ftrace: Add arguments to function tracer
Sven Schnelle
7
-18
/
+85
2025-03-04
ftrace: Have funcgraph-args take affect during tracing
Steven Rostedt
1
-1
/
+26
2025-03-04
ftrace: Add support for function argument to graph tracer
Sven Schnelle
4
-35
/
+124
2025-03-04
ftrace: Add print_function_args()
Sven Schnelle
3
-0
/
+100
2025-03-04
ftrace: Have ftrace_free_filter() WARN and exit if ops is active
Steven Rostedt
1
-0
/
+2
2025-03-04
fgraph: Correct typo in ftrace_return_to_handler comment
Haiyue Wang
1
-1
/
+1
2025-03-03
Merge tag 'v6.14-rc5' into x86/core, to pick up fixes
Ingo Molnar
5
-54
/
+68
2025-03-03
Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+23
2025-03-03
tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macro
Masami Hiramatsu (Google)
1
-1
/
+0
2025-02-27
ftrace: Avoid potential division by zero in function_stat_show()
Nikolay Kuratov
1
-15
/
+12
2025-02-27
tracing: Fix bad hist from corrupting named_triggers list
Steven Rostedt
1
-15
/
+15
2025-02-26
trace/osnoise: Add trace events for samples
Tomas Glozar
1
-39
/
+16
2025-02-27
tracing: fprobe-events: Log error for exceeding the number of entry args
Masami Hiramatsu (Google)
2
-1
/
+7
2025-02-27
tracing: tprobe-events: Reject invalid tracepoint name
Masami Hiramatsu (Google)
2
-0
/
+14
2025-02-27
tracing: tprobe-events: Fix a memory leak when tprobe with $retval
Masami Hiramatsu (Google)
1
-0
/
+2
2025-02-26
perf: Remove unnecessary parameter of security check
Luo Gengkun
1
-2
/
+2
2025-02-26
bpf: Fix deadlock between rcu_tasks_trace and event_mutex.
Alexei Starovoitov
1
-3
/
+4
2025-02-25
tracing: Add traceoff_after_boot option
Steven Rostedt
1
-0
/
+11
2025-02-25
ftrace: Check against is_kernel_text() instead of kaslr_offset()
Steven Rostedt
1
-5
/
+12
2025-02-25
ftrace: Test mcount_loc addr before calling ftrace_call_addr()
Steven Rostedt
1
-1
/
+5
2025-02-21
tracing: Fix memory leak when reading set_event file
Adrian Huang
1
-2
/
+9
2025-02-21
ftrace: Correct preemption accounting for function tracing.
Sebastian Andrzej Siewior
1
-4
/
+2
[next]