index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_eprobe.c
Age
Commit message (
Expand
)
Author
2022-11-20
Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-11-20
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
2022-11-18
tracing/eprobe: Fix eprobe filter to make a filter correctly
Masami Hiramatsu (Google)
2022-11-18
tracing/eprobe: Fix warning in filter creation
Rafael Mendonca
2022-11-18
tracing/eprobe: Fix memory leak of filter string
Rafael Mendonca
2022-10-12
tracing: Move duplicate code of trace_kprobe/eprobe.c into header
Steven Rostedt (Google)
2022-09-27
tracing/eprobe: Fix alloc event dir failed when event name no set
Tao Chen
2022-09-26
tracing/eprobe: Add eprobe filter support
Masami Hiramatsu (Google)
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
2022-08-21
tracing: React to error return from traceprobe_parse_event_name()
Lukas Bulwahn
2022-08-02
tracing/eprobe: Show syntax error logs in error_log file
Masami Hiramatsu (Google)
2022-07-24
tracing: Auto generate event name when creating a group of events
Linyu Yuan
2022-07-24
tracing: eprobe: Remove duplicate is_good_name() operation
Linyu Yuan
2022-07-24
tracing: eprobe: Add missing log index
Linyu Yuan
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)