summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_eprobe.c
AgeCommit message (Expand)AuthorLines
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)-6/+64
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)-0/+21
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn-1/+1
2022-08-02tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)-2/+9
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan-12/+13
2022-07-24tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan-2/+0
2022-07-24tracing: eprobe: Add missing log indexLinyu Yuan-0/+1
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel-6/+8
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi-1/+2
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi-5/+2
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)-9/+7
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi-6/+6
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi-1/+1
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi-4/+4
2021-12-06tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)-11/+5
2021-10-29tracing: Fix misspelling of "missing"Steven Rostedt (VMware)-1/+1
2021-10-27tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)-2/+2
2021-10-13tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)-3/+51
2021-10-10tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi-0/+7
2021-09-07tracing: Fix some alloc_event_probe() error handling bugsDan Carpenter-2/+3
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)-0/+903