index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_eprobe.c
Age
Commit message (
Expand
)
Author
2022-04-27
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
2022-04-26
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
2022-04-26
tracing: Remove redundant trigger_ops params
Tom Zanussi
2022-02-25
eprobes: Remove redundant event type information
Steven Rostedt (Google)
2022-01-10
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
tracing: Change event_command func() to parse()
Tom Zanussi
2021-12-06
tracing: Have eprobes use filtering logic of trace events
Steven Rostedt (VMware)
2021-10-29
tracing: Fix misspelling of "missing"
Steven Rostedt (VMware)
2021-10-27
tracing: Do not warn when connecting eprobe to non existing event
Steven Rostedt (VMware)
2021-10-13
tracing: Fix event probe removal from dynamic events
Steven Rostedt (VMware)
2021-10-10
tracing: Fix memory leak in eprobe_register()
Vamshi K Sthambamkadi
2021-09-07
tracing: Fix some alloc_event_probe() error handling bugs
Dan Carpenter
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)