index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_eprobe.c
Age
Commit message (
Expand
)
Author
2023-01-12
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
2022-11-26
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
2022-10-26
tracing: Move duplicate code of trace_kprobe/eprobe.c into header
Steven Rostedt (Google)
2022-08-25
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
2022-08-25
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
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)