Home
last modified time | relevance | path

Searched refs:trace_probe_create (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h354 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **));
H A Dtrace_eprobe.c70 return trace_probe_create(raw_command, __trace_eprobe_create); in eprobe_dyn_event_create()
H A Dtrace_fprobe.c1145 return trace_probe_create(raw_command, __trace_fprobe_create); in trace_fprobe_create()
H A Dtrace_uprobe.c721 return trace_probe_create(raw_command, __trace_uprobe_create); in trace_uprobe_create()
H A Dtrace_kprobe.c985 return trace_probe_create(raw_command, __trace_kprobe_create); in trace_kprobe_create()
H A Dtrace_probe.c1946 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **)) in trace_probe_create() function