Re: [PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-22 Thread Namhyung Kim
Hi Jiri, On Tue, Dec 22, 2015 at 08:22:03AM +0100, Jiri Olsa wrote: > On Mon, Dec 21, 2015 at 11:26:50PM +0900, Namhyung Kim wrote: > > SNIP > > > diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c > > index e28d26d0e73c..50a6b35a2fee 100644 > > --- a/tools/perf/util/sort.c > > +++

Re: [PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-22 Thread Namhyung Kim
Hi Jiri, On Tue, Dec 22, 2015 at 08:22:03AM +0100, Jiri Olsa wrote: > On Mon, Dec 21, 2015 at 11:26:50PM +0900, Namhyung Kim wrote: > > SNIP > > > diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c > > index e28d26d0e73c..50a6b35a2fee 100644 > > --- a/tools/perf/util/sort.c > > +++

Re: [PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-21 Thread Jiri Olsa
On Mon, Dec 21, 2015 at 11:26:50PM +0900, Namhyung Kim wrote: SNIP > diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c > index e28d26d0e73c..50a6b35a2fee 100644 > --- a/tools/perf/util/sort.c > +++ b/tools/perf/util/sort.c > @@ -445,6 +445,65 @@ struct sort_entry sort_socket = { >

[PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-21 Thread Namhyung Kim
The 'trace' sort key is to show tracepoint event output using either print fmt or plugin. For example sched_switch event (using plugin) will show output like below: $ perf report -s trace --stdio ... # Overhead Trace output # ...

[PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-21 Thread Namhyung Kim
The 'trace' sort key is to show tracepoint event output using either print fmt or plugin. For example sched_switch event (using plugin) will show output like below: $ perf report -s trace --stdio ... # Overhead Trace output # ...

Re: [PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-21 Thread Jiri Olsa
On Mon, Dec 21, 2015 at 11:26:50PM +0900, Namhyung Kim wrote: SNIP > diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c > index e28d26d0e73c..50a6b35a2fee 100644 > --- a/tools/perf/util/sort.c > +++ b/tools/perf/util/sort.c > @@ -445,6 +445,65 @@ struct sort_entry sort_socket = { >

[PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-15 Thread Namhyung Kim
The 'trace' sort key is to show tracepoint event output using either print fmt or plugin. For example sched_switch event (using plugin) will show output like below: $ perf report -s trace --stdio ... # Overhead Trace output # ...

[PATCH 07/10] perf tools: Add 'trace' sort key

2015-12-15 Thread Namhyung Kim
The 'trace' sort key is to show tracepoint event output using either print fmt or plugin. For example sched_switch event (using plugin) will show output like below: $ perf report -s trace --stdio ... # Overhead Trace output # ...