Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace_eprobe.c40 static int __trace_eprobe_create(int argc, const char *argv[]);
61 return trace_probe_create(raw_command, __trace_eprobe_create); in eprobe_dyn_event_create()
855 static int __trace_eprobe_create(int argc, const char *argv[]) in __trace_eprobe_create() function