Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dftrace_event.h578 extern int trace_remove_event_call(struct ftrace_event_call *call);
/linux-4.1.27/kernel/trace/
Dtrace_uprobe.c1311 ret = trace_remove_event_call(&tu->tp.call); in unregister_uprobe_event()
Dtrace_kprobe.c1316 ret = trace_remove_event_call(&tk->tp.call); in unregister_kprobe_event()
Dtrace_events.c1961 int trace_remove_event_call(struct ftrace_event_call *call) in trace_remove_event_call() function