Home
last modified time | relevance | path

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

/linux-4.1.27/samples/trace_events/
Dtrace-events-sample.c106 static int __init trace_event_init(void) in trace_event_init() function
125 module_init(trace_event_init);
/linux-4.1.27/kernel/trace/
Dtrace.h1312 void trace_event_init(void);
1315 static inline void __init trace_event_init(void) { } in trace_event_init() function
Dtrace_events.c2695 void __init trace_event_init(void) in trace_event_init() function
Dtrace.c7185 trace_event_init(); in trace_init()