Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dftrace_event.h577 extern int trace_add_event_call(struct ftrace_event_call *call);
/linux-4.1.27/kernel/trace/
Dtrace_uprobe.c1294 ret = trace_add_event_call(call); in register_uprobe_event()
Dtrace_kprobe.c1301 ret = trace_add_event_call(call); in register_kprobe_event()
Dtrace_events.c1900 int trace_add_event_call(struct ftrace_event_call *call) in trace_add_event_call() function