Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtrace_events.h579 extern int trace_add_event_call(struct trace_event_call *call);
/linux-4.4.14/kernel/trace/
Dtrace_uprobe.c1314 ret = trace_add_event_call(call); in register_uprobe_event()
Dtrace_kprobe.c1289 ret = trace_add_event_call(call); in register_kprobe_event()
Dtrace_events.c2381 int trace_add_event_call(struct trace_event_call *call) in trace_add_event_call() function