summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_eprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)2022-10-261-55/+5
* tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-251-0/+18
* tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-251-6/+64
* tracing: Fix misspelling of "missing"Steven Rostedt (VMware)2021-10-291-1/+1
* tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)2021-10-271-2/+2
* tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)2021-10-131-3/+51
* tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi2021-10-101-0/+7
* tracing: Fix some alloc_event_probe() error handling bugsDan Carpenter2021-09-071-2/+3
* tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-0/+903