Home
last modified time | relevance | path

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

/linux/samples/trace_events/
H A Dtrace-events-sample.c129 static int __init trace_event_init(void) in trace_event_init() function
148 module_init(trace_event_init);
/linux/kernel/trace/
H A Dtrace.h2091 void trace_event_init(void);
2097 static inline void __init trace_event_init(void) { } in trace_event_init() function
H A Dtrace_events.c4519 void __init trace_event_init(void) in trace_event_init() function
H A Dtrace.c10655 trace_event_init(); in trace_init()