OSDN Git Service

tracing: Make sure trace_printk() can output as soon as it can be used
[tomoyo/tomoyo-test1.git] / kernel / trace / trace.c
index a555a86..78ed5f1 100644 (file)
@@ -10295,6 +10295,8 @@ void __init early_trace_init(void)
                        static_key_enable(&tracepoint_printk_key.key);
        }
        tracer_alloc_buffers();
+
+       init_events();
 }
 
 void __init trace_init(void)