Re: [RFC patch 17/41] tracing: Make stack_trace_print() static and rename it

2019-04-10 Thread AKASHI Takahiro
On Wed, Apr 10, 2019 at 08:47:03AM -0400, Steven Rostedt wrote: > On Wed, 10 Apr 2019 12:28:11 +0200 > Thomas Gleixner wrote: > > > It's only used in the source file where it is defined and it's using the > > stack_trace_ namespace. Rename it to free it up for stack trace related > > functions.

Re: [RFC patch 17/41] tracing: Make stack_trace_print() static and rename it

2019-04-10 Thread Steven Rostedt
On Wed, 10 Apr 2019 12:28:11 +0200 Thomas Gleixner wrote: > It's only used in the source file where it is defined and it's using the > stack_trace_ namespace. Rename it to free it up for stack trace related > functions. > Can you put it back to its original name "print_max_stack()" which was

[RFC patch 17/41] tracing: Make stack_trace_print() static and rename it

2019-04-10 Thread Thomas Gleixner
It's only used in the source file where it is defined and it's using the stack_trace_ namespace. Rename it to free it up for stack trace related functions. Signed-off-by: Thomas Gleixner Cc: Steven Rostedt --- include/linux/ftrace.h |1 - kernel/trace/trace_stack.c |4 ++-- 2 files