trace_probe_create
return trace_probe_create(raw_command, __trace_eprobe_create);
return trace_probe_create(raw_command, trace_fprobe_create_cb);
return trace_probe_create(raw_command, trace_kprobe_create_cb);
int trace_probe_create(const char *raw_command, int (*createfn)(int, const char **));
return trace_probe_create(raw_command, __trace_uprobe_create);