Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dftrace_event.h573 extern int trace_event_raw_init(struct ftrace_event_call *call);
/linux-4.1.27/kernel/trace/
Dtrace_syscalls.c478 id = trace_event_raw_init(call); in init_syscall_trace()
Dtrace_events.c181 int trace_event_raw_init(struct ftrace_event_call *call) in trace_event_raw_init() function
191 EXPORT_SYMBOL_GPL(trace_event_raw_init);
/linux-4.1.27/include/trace/
Dftrace.h728 .raw_init = trace_event_raw_init, \