]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/trace/trace.c
Merge branch 'tracing/sysprof' into auto-ftrace-next
[linux-2.6-omap-h63xx.git] / kernel / trace / trace.c
index 4a875600733b13654d03251a254a51d0b4f2c248..e46de641ea44e03ff7646f070fe7f594f0596559 100644 (file)
@@ -2913,6 +2913,9 @@ static __init void tracer_init_debugfs(void)
                pr_warning("Could not create debugfs "
                           "'dyn_ftrace_total_info' entry\n");
 #endif
+#ifdef CONFIG_SYSPROF_TRACER
+       init_tracer_sysprof_debugfs(d_tracer);
+#endif
 }
 
 static int trace_alloc_page(void)