]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tracing: Export trace_dump_stack to modules
authorNikolay Borisov <nborisov@suse.com>
Wed, 17 Oct 2018 06:51:43 +0000 (09:51 +0300)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sat, 27 Oct 2018 15:15:03 +0000 (11:15 -0400)
There is no reason for this function to be unexprted and it's a useful
debugging aid.

Link: http://lkml.kernel.org/r/1539759103-5923-1-git-send-email-nborisov@suse.com
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c

index ec5b21778806c91ae7da665e2910d777b04cf240..ff1c4b20cd0a6d29209950fa006542c71b8c43ef 100644 (file)
@@ -2727,6 +2727,7 @@ void trace_dump_stack(int skip)
        __ftrace_trace_stack(global_trace.trace_buffer.buffer,
                             flags, skip, preempt_count(), NULL);
 }
+EXPORT_SYMBOL_GPL(trace_dump_stack);
 
 static DEFINE_PER_CPU(int, user_stack_count);