Re: [PATCH] tracing: use %pF in trace_dump_stack()

2017-05-09 Thread Steven Rostedt
On Tue, 9 May 2017 10:50:04 +0200 Vegard Nossum wrote: > When using trace_dump_stack() you currently just get a list of function > names. > > It can be very useful to know exactly where a call came from, especially > if there are multiple calls from one function to another. > > By switching tr

[PATCH] tracing: use %pF in trace_dump_stack()

2017-05-09 Thread Vegard Nossum
When using trace_dump_stack() you currently just get a list of function names. It can be very useful to know exactly where a call came from, especially if there are multiple calls from one function to another. By switching trace_dump_stack() to use %pF we get the function name and the offset, whi