Searched refs:trace_probe_create (Results 1 – 4 of 4) sorted by relevance
370 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **));
74 return trace_probe_create(raw_command, __trace_eprobe_create); in eprobe_dyn_event_create()
1420 return trace_probe_create(raw_command, trace_fprobe_create_cb); in trace_fprobe_create()
2356 int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **)) in trace_probe_create() function