index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events.c
Age
Commit message (
Expand
)
Author
12 days
tracing: Drop unneeded assignment to soft_mode
Julia Lawall
2025-12-17
tracing: Do not register unsupported perf events
Steven Rostedt
2025-12-05
tracing: Fix multiple typos in trace_events.c
Maurice Hieronymus
2025-11-04
tracing: Allow tracer to add more than 32 options
Masami Hiramatsu (Google)
2025-10-03
tracing: Fix lock imbalance in s_start() memory allocation failure path
Sasha Levin
2025-08-01
Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2025-07-29
tracing: Remove "__attribute__()" from the type field of event format
Masami Hiramatsu (Google)
2025-07-22
tracing: Fix comment in trace_module_remove_events()
Steven Rostedt
2025-07-22
tracing: Remove EVENT_FILE_FL_SOFT_MODE flag
Steven Rostedt
2025-07-19
tracing: Add down_write(trace_event_sem) when adding trace event
Steven Rostedt
2025-05-09
tracing: Add a helper function to handle the dereference arg in verifier
Steven Rostedt
2025-05-08
tracing: Just use this_cpu_read() to access ignore_pid
Steven Rostedt
2025-04-02
tracing: Verify event formats that have "%*p.."
Steven Rostedt
2025-03-31
Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-03-28
tracing: Update modules to persistent instances when loaded
Steven Rostedt
2025-03-23
tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...
Gabriele Paoloni
2025-02-21
tracing: Fix memory leak when reading set_event file
Adrian Huang
2025-01-23
Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2025-01-21
tracing: Fix output of set_event for some cached module events
Steven Rostedt
2025-01-21
tracing: Fix allocation of printing set_event file content
Steven Rostedt
2025-01-20
tracing: Rename update_cache() to update_mod_cache()
Steven Rostedt
2025-01-20
tracing: Fix #if CONFIG_MODULES to #ifdef CONFIG_MODULES
Steven Rostedt
2025-01-16
tracing: Cache ":mod:" events for modules not loaded yet
Steven Rostedt
2025-01-16
tracing: Add :mod: command to enabled module events
Steven Rostedt
2025-01-07
tracing/hist: Add poll(POLLIN) support on hist file
Masami Hiramatsu (Google)
2024-12-31
tracing: Have process_string() also allow arrays
Steven Rostedt
2024-12-26
tracing: Switch trace_events.c code over to use guard()
Steven Rostedt
2024-12-26
tracing: Simplify event_enable_func() goto_reg logic
Steven Rostedt
2024-12-26
tracing: Simplify event_enable_func() goto out_free logic
Steven Rostedt
2024-12-26
tracing: Have event_enable_write() just return error on error
Steven Rostedt
2024-12-17
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
2024-12-17
tracing: Add "%s" check in test_event_printk()
Steven Rostedt
2024-12-17
tracing: Add missing helper functions in event pointer dereference check
Steven Rostedt
2024-12-17
tracing: Fix test_event_printk() to process entire print argument
Steven Rostedt
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
2024-08-07
tracing: Use refcount for trace_event_file reference counter
Steven Rostedt
2024-08-07
tracing: Have format file honor EVENT_FILE_FL_FREED
Steven Rostedt
2024-05-04
eventfs/tracing: Add callback for release of an eventfs_inode
Steven Rostedt (Google)
2024-04-11
tracing: hide unused ftrace_event_id_fops
Arnd Bergmann
2023-12-20
ring-buffer: Page size per ring buffer
Tzvetomir Stoyanov (VMware)
2023-12-18
tracing: Allow creating instances with specified system events
Steven Rostedt (Google)
2023-11-01
tracing: Have trace_event_file have ref counters
Steven Rostedt (Google)
2023-10-20
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
2023-10-05
tracing: Make system_callback() function static
Steven Rostedt (Google)
2023-10-05
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
2023-10-04
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
2023-10-03
tracing: Expand all ring buffers individually
Zheng Yejian
2023-09-30
tracing: relax trace_event_eval_update() execution with cond_resched()
Clément Léger
2023-09-12
eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()
Jinjie Ruan
2023-09-08
tracing: Remove unused trace_event_file dir field
Steven Rostedt (Google)
[next]