Home
last modified time | relevance | path

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

/Linux-v6.6/samples/trace_events/
Dtrace-events-sample.c129 static int __init trace_event_init(void) in trace_event_init() function
148 module_init(trace_event_init);
/Linux-v6.6/kernel/trace/
Dtrace.h1952 void trace_event_init(void);
1958 static inline void __init trace_event_init(void) { } in trace_event_init() function
Dtrace_events.c3894 void __init trace_event_init(void) in trace_event_init() function
Dtrace.c10589 trace_event_init(); in trace_init()