| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing: Move duplicate code of trace_kprobe/eprobe.c into header | Steven Rostedt (Google) | 2022-10-12 | 1 | -55/+5 |
* | tracing/eprobe: Fix alloc event dir failed when event name no set | Tao Chen | 2022-09-27 | 1 | -2/+1 |
* | tracing/eprobe: Add eprobe filter support | Masami Hiramatsu (Google) | 2022-09-26 | 1 | -8/+96 |
* | tracing/eprobes: Have event probes be consistent with kprobes and uprobes | Steven Rostedt (Google) | 2022-08-21 | 1 | -6/+64 |
* | tracing/eprobes: Fix reading of string fields | Steven Rostedt (Google) | 2022-08-21 | 1 | -0/+21 |
* | tracing: React to error return from traceprobe_parse_event_name() | Lukas Bulwahn | 2022-08-21 | 1 | -1/+1 |
* | tracing/eprobe: Show syntax error logs in error_log file | Masami Hiramatsu (Google) | 2022-08-02 | 1 | -2/+9 |
* | tracing: Auto generate event name when creating a group of events | Linyu Yuan | 2022-07-25 | 1 | -12/+13 |
* | tracing: eprobe: Remove duplicate is_good_name() operation | Linyu Yuan | 2022-07-25 | 1 | -2/+0 |
* | tracing: eprobe: Add missing log index | Linyu Yuan | 2022-07-25 | 1 | -0/+1 |
* | tracing: Remove check of list iterator against head past the loop body | Jakob Koschel | 2022-04-27 | 1 | -6/+8 |
* | tracing: Have existing event_command.parse() implementations use helpers | Tom Zanussi | 2022-04-26 | 1 | -1/+2 |
* | tracing: Remove redundant trigger_ops params | Tom Zanussi | 2022-04-26 | 1 | -5/+2 |
* | eprobes: Remove redundant event type information | Steven Rostedt (Google) | 2022-02-25 | 1 | -9/+7 |
* | tracing: Remove ops param from event_command reg()/unreg() callbacks | Tom Zanussi | 2022-01-10 | 1 | -6/+6 |
* | tracing: Change event_trigger_ops func() to trigger() | Tom Zanussi | 2022-01-10 | 1 | -1/+1 |
* | tracing: Change event_command func() to parse() | Tom Zanussi | 2022-01-10 | 1 | -4/+4 |
* | tracing: Have eprobes use filtering logic of trace events | Steven Rostedt (VMware) | 2021-12-06 | 1 | -11/+5 |
* | tracing: Fix misspelling of "missing" | Steven Rostedt (VMware) | 2021-10-29 | 1 | -1/+1 |
* | tracing: Do not warn when connecting eprobe to non existing event | Steven Rostedt (VMware) | 2021-10-28 | 1 | -2/+2 |
* | tracing: Fix event probe removal from dynamic events | Steven Rostedt (VMware) | 2021-10-14 | 1 | -3/+51 |
* | tracing: Fix memory leak in eprobe_register() | Vamshi K Sthambamkadi | 2021-10-11 | 1 | -0/+7 |
* | tracing: Fix some alloc_event_probe() error handling bugs | Dan Carpenter | 2021-09-08 | 1 | -2/+3 |
* | tracing: Add a probe that attaches to trace events | Tzvetomir Stoyanov (VMware) | 2021-08-20 | 1 | -0/+903 |