Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_probe.h345 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **));
Dtrace_eprobe.c66 return trace_probe_create(raw_command, __trace_eprobe_create); in eprobe_dyn_event_create()
Dtrace_probe.c1205 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **)) in trace_probe_create() function
Dtrace_uprobe.c724 return trace_probe_create(raw_command, __trace_uprobe_create); in trace_uprobe_create()
Dtrace_kprobe.c907 return trace_probe_create(raw_command, __trace_kprobe_create); in trace_kprobe_create()