summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_eprobe.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)1-9/+7
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi1-6/+6
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi1-1/+1
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi1-4/+4
2021-12-06tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)1-11/+5
2021-10-29tracing: Fix misspelling of "missing"Steven Rostedt (VMware)1-1/+1
2021-10-28tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)1-2/+2
2021-10-14tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)1-3/+51
2021-10-11tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi1-0/+7
2021-09-08tracing: Fix some alloc_event_probe() error handling bugsDan Carpenter1-2/+3
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)1-0/+903