Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_eprobe.c48 static int __trace_eprobe_create(int argc, const char *argv[]);
70 return trace_probe_create(raw_command, __trace_eprobe_create); in eprobe_dyn_event_create()
864 static int __trace_eprobe_create(int argc, const char *argv[]) in __trace_eprobe_create() function