Re: [PATCH v5 13/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-17 Thread Changbin Du
On Mon, Jul 13, 2020 at 11:07:56AM +0900, Namhyung Kim wrote: > On Sat, Jul 11, 2020 at 9:43 PM Changbin Du wrote: > > > > Sometimes we want ftrace display more and longer information about > > the trace. > > > > $ sudo perf ftrace -G > > 2) 0.979 us| mutex_unlock(); > > 2) 1.540 us

Re: [PATCH v5 13/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-12 Thread Namhyung Kim
On Sat, Jul 11, 2020 at 9:43 PM Changbin Du wrote: > > Sometimes we want ftrace display more and longer information about > the trace. > > $ sudo perf ftrace -G > 2) 0.979 us| mutex_unlock(); > 2) 1.540 us| __fsnotify_parent(); > 2) 0.433 us| fsnotify(); > > $ sudo perf ftr

[PATCH v5 13/17] perf ftrace: add option 'verbose' to show more info for graph tracer

2020-07-11 Thread Changbin Du
Sometimes we want ftrace display more and longer information about the trace. $ sudo perf ftrace -G 2) 0.979 us| mutex_unlock(); 2) 1.540 us| __fsnotify_parent(); 2) 0.433 us| fsnotify(); $ sudo perf ftrace -G --graph-opts verbose 14160.770883 | 0) <...>-47814 |