index
:
pub/scm/bluetooth/bluetooth-next.git
master
Linux kernel fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
tracing: Have show_event_filters/triggers files take trace array ref
Steven Rostedt
1
-4
/
+24
2026-08-22
tracing: Fix crash passing ERR_PTR to kthread_stop()
Hui Su
1
-0
/
+2
2026-08-19
Merge tag 'tracefs-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-6
/
+7
2026-08-19
Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-11
/
+128
2026-08-14
tracing: Have trace_event_update_all() only handle module that is loading
Steven Rostedt
1
-1
/
+5
2026-08-13
tracing: Fix race between update_event_fields and, event_define_fields
Michael Wu
1
-0
/
+2
2026-08-13
tracing: Fix NULL pointer dereference in module event cache removal
Hui Su
1
-1
/
+1
2026-08-11
tracing: Report every TP_printk double dereference
David Carlier
1
-0
/
+2
2026-08-08
eventfs: Define event fields before directory creation
Anubhav Shelat
1
-6
/
+7
2026-07-29
tracing: Check return value of __register_event() in trace_module_add_events()
Masami Hiramatsu (Google)
1
-2
/
+2
2026-07-28
tracing: Use seq_buf for string concatenation
Woradorn Laodhanadhaworn
1
-3
/
+13
2026-07-28
tracing: Warn when an event dereferences a pointer in TP_printk()
Steven Rostedt
1
-6
/
+29
2026-07-28
tracing: Expose tracepoint BTF ids via tracefs
Mykyta Yatsenko
1
-1
/
+79
2026-07-24
tracing: Fix union collision of module and refcnt for dynamic events
Masami Hiramatsu (Google)
1
-1
/
+3
2026-04-17
Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-14
/
+17
2026-04-02
tracing: Make the backup instance non-reusable
Masami Hiramatsu (Google)
1
-32
/
+44
2026-03-31
tracing: Preserve repeated trace_trigger boot parameters
Wesley Atwell
1
-3
/
+10
2026-03-28
tracing: Remove spurious default precision from show_event_trigger/filter for...
David Laight
1
-2
/
+2
2026-03-23
tracing: Clean up access to trace_event_file from a file pointer
Petr Pavlu
1
-3
/
+3
2026-03-23
tracing: Remove unnecessary check for EVENT_FILE_FL_FREED
Petr Pavlu
1
-6
/
+2
2026-03-06
tracing: Fix enabling multiple events on the kernel command line and bootconfig
Andrei-Alexandru Tachici
1
-1
/
+5
2026-03-03
tracing: Disable preemption in the tracepoint callbacks handling filtered pids
Masami Hiramatsu (Google)
1
-0
/
+2
2026-03-03
tracing: Fix syscall events activation by ensuring refcount hits zero
Huiwen He
1
-15
/
+37
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-12
/
+12
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-12
/
+12
2026-02-19
tracing: Wake up poll waiters for hist files when removing an event
Petr Pavlu
1
-0
/
+3
2026-02-08
tracing: Make tracing_disabled global for tracing system
Steven Rostedt
1
-1
/
+1
2026-01-30
tracing: Add kerneldoc to trace_event_buffer_reserve()
Steven Rostedt
1
-0
/
+16
2026-01-28
tracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macros
Steven Rostedt
1
-5
/
+0
2026-01-26
tracing: Have show_event_trigger/filter format a bit more in columns
Steven Rostedt
1
-4
/
+22
2026-01-26
tracing: Add show_event_triggers to expose active event triggers
Aaron Tomlin
1
-0
/
+64
2026-01-26
tracing: Add show_event_filters to expose active event filters
Aaron Tomlin
1
-0
/
+58
2026-01-07
tracing: Drop unneeded assignment to soft_mode
Julia Lawall
1
-4
/
+3
2025-12-17
tracing: Do not register unsupported perf events
Steven Rostedt
1
-0
/
+2
2025-12-05
tracing: Fix multiple typos in trace_events.c
Maurice Hieronymus
1
-4
/
+4
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
1
-2
/
+2
2025-10-03
tracing: Fix lock imbalance in s_start() memory allocation failure path
Sasha Levin
1
-2
/
+1
2025-08-01
Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-34
/
+120
2025-07-29
tracing: Remove "__attribute__()" from the type field of event format
Masami Hiramatsu (Google)
1
-21
/
+107
2025-07-22
tracing: Fix comment in trace_module_remove_events()
Steven Rostedt
1
-1
/
+1
2025-07-22
tracing: Remove EVENT_FILE_FL_SOFT_MODE flag
Steven Rostedt
1
-12
/
+12
2025-07-19
tracing: Add down_write(trace_event_sem) when adding trace event
Steven Rostedt
1
-0
/
+5
2025-05-09
tracing: Add a helper function to handle the dereference arg in verifier
Steven Rostedt
1
-10
/
+20
2025-05-08
tracing: Just use this_cpu_read() to access ignore_pid
Steven Rostedt
1
-4
/
+5
2025-04-02
tracing: Verify event formats that have "%*p.."
Steven Rostedt
1
-0
/
+7
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-12
/
+28
2025-03-28
tracing: Update modules to persistent instances when loaded
Steven Rostedt
1
-12
/
+28
2025-03-23
tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...
Gabriele Paoloni
1
-1
/
+3
2025-02-21
tracing: Fix memory leak when reading set_event file
Adrian Huang
1
-2
/
+9
2025-01-23
Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-114
/
+351
[next]