Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/trace_events/
Dtrace-events-sample.c116 static int __init trace_event_init(void) in trace_event_init() function
135 module_init(trace_event_init);
/kernel/linux/linux-5.10/kernel/trace/
Dtrace.h2054 void trace_event_init(void);
2060 static inline void __init trace_event_init(void) { } in trace_event_init() function
Dtrace_events.c3514 void __init trace_event_init(void) in trace_event_init() function
Dtrace.c9687 trace_event_init(); in trace_init()