tracing: Set up infrastructure to allow tracers for instances
[deliverable/linux.git] / kernel / trace / trace_nop.c
index f3984098c0d740663bd3c590ea976d0120e42c42..69a5cc94c01a361f3a702f651a1efebc91903b30 100644 (file)
@@ -96,6 +96,7 @@ struct tracer nop_trace __read_mostly =
        .selftest       = trace_selftest_startup_nop,
 #endif
        .flags          = &nop_flags,
-       .set_flag       = nop_set_flag
+       .set_flag       = nop_set_flag,
+       .allow_instances = true,
 };
 
This page took 0.024149 seconds and 5 git commands to generate.