summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_eprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove check of list iterator against head past the loop bodyJakob Koschel2022-04-271-6/+8
* tracing: Have existing event_command.parse() implementations use helpersTom Zanussi2022-04-261-1/+2
* tracing: Remove redundant trigger_ops paramsTom Zanussi2022-04-261-5/+2
* eprobes: Remove redundant event type informationSteven Rostedt (Google)2022-02-251-9/+7
* tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-101-6/+6
* tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-101-1/+1
* tracing: Change event_command func() to parse()Tom Zanussi2022-01-101-4/+4
* tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)2021-12-061-11/+5
* 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