Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h364 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **));
H A Dtrace_fprobe.c1417 return trace_probe_create(raw_command, trace_fprobe_create_cb); in trace_fprobe_create()
H A Dtrace_uprobe.c747 return trace_probe_create(raw_command, __trace_uprobe_create); in trace_uprobe_create()
H A Dtrace_kprobe.c1097 return trace_probe_create(raw_command, trace_kprobe_create_cb); in trace_kprobe_create()
H A Dtrace_probe.c2236 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **)) in trace_probe_create() function