Re: [PATCH] tracing: Export trace_dump_stack to modules

2018-10-17 Thread Steven Rostedt
On Wed, 17 Oct 2018 09:51:43 +0300 Nikolay Borisov wrote: > There is no reason for this function to be unexprted and it's a useful > debugging aid. > > Signed-off-by: Nikolay Borisov Thanks, I added this to my queue for the merge window. -- Steve > --- > kernel/trace/trace.c | 1 + > 1 file

[PATCH] tracing: Export trace_dump_stack to modules

2018-10-16 Thread Nikolay Borisov
There is no reason for this function to be unexprted and it's a useful debugging aid. Signed-off-by: Nikolay Borisov --- kernel/trace/trace.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index bf6f1d70484d..15c7a7d01505 100644 --- a/kernel/trace