tracing: Use correct config guard CONFIG_STACK_TRACER
[deliverable/linux.git] / kernel / trace / trace.c
index 0cd500bffd9b0a26fc9d5f7107f51e8037e1d4bd..25b91afc29e0e1defeec0800293c232120c27357 100644 (file)
@@ -3537,14 +3537,14 @@ static const char readme_msg[] =
        "\n  snapshot\t\t- Like 'trace' but shows the content of the static snapshot buffer\n"
        "\t\t\t  Read the contents for more information\n"
 #endif
-#ifdef CONFIG_STACKTRACE
+#ifdef CONFIG_STACK_TRACER
        "  stack_trace\t\t- Shows the max stack trace when active\n"
        "  stack_max_size\t- Shows current max stack size that was traced\n"
        "\t\t\t  Write into this file to reset the max size (trigger a new trace)\n"
 #ifdef CONFIG_DYNAMIC_FTRACE
        "  stack_trace_filter\t- Like set_ftrace_filter but limits what stack_trace traces\n"
 #endif
-#endif /* CONFIG_STACKTRACE */
+#endif /* CONFIG_STACK_TRACER */
 ;
 
 static ssize_t
This page took 0.036164 seconds and 5 git commands to generate.