index
:
linux/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.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_synth.c
Age
Commit message (
Expand
)
Author
2021-08-18
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-18
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
2021-07-23
tracing: Clean up alloc_synth_event()
Steven Rostedt (VMware)
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2021-03-04
tracing: Fix memory leak in __create_synth_event()
Vamshi K Sthambamkadi
2021-02-09
tracing: Add a backward-compatibility check for synthetic event creation
Tom Zanussi
2021-02-09
tracing: Update synth command errors
Tom Zanussi
2021-02-09
tracing: Rework synthetic event command parsing
Tom Zanussi
2021-02-09
tracing/dynevent: Delegate parsing to create function
Masami Hiramatsu
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
2020-11-02
tracing: Make -ENOMEM the default error for parse_synth_field()
Steven Rostedt (VMware)
2020-10-27
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
2020-10-15
tracing: support "bool" type in synthetic trace events
Axel Rasmussen
2020-10-15
tracing: Handle synthetic event array field type checking correctly
Tom Zanussi
2020-10-15
tracing: Add synthetic event error logging
Tom Zanussi
2020-10-15
tracing: Check that the synthetic event and field names are legal
Tom Zanussi
2020-10-15
tracing: Don't show dynamic string internals in synthetic event description
Tom Zanussi
2020-10-08
tracing: Fix synthetic print fmt check for use of __get_str()
Steven Rostedt (VMware)
2020-10-08
tracing: Change synthetic event string format to limit printed length
Steven Rostedt (VMware)
2020-10-05
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
2020-10-05
tracing: Fix parse_synth_field() error handling
Tom Zanussi
2020-09-21
tracing/boot, kprobe, synth: Initialize boot-time tracing earlier
Masami Hiramatsu
2020-09-21
tracing: Delete repeated words in comments
Randy Dunlap
2020-09-18
tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...
Wei Yang
2020-06-01
tracing: Move synthetic events to a separate file
Tom Zanussi