Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-22 Thread Namhyung Kim
On Tue, Dec 22, 2015 at 07:57:12AM +0100, Jiri Olsa wrote: > On Mon, Dec 21, 2015 at 05:44:41PM +0900, Namhyung Kim wrote: > > SNIP > > > > > > > I think the default is good with the 'trace' sort key as it is now: > > > > > > $ ./perf report -s trace > > > 27.01% offlineimap:17701

Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-22 Thread Namhyung Kim
On Tue, Dec 22, 2015 at 07:57:12AM +0100, Jiri Olsa wrote: > On Mon, Dec 21, 2015 at 05:44:41PM +0900, Namhyung Kim wrote: > > SNIP > > > > > > > I think the default is good with the 'trace' sort key as it is now: > > > > > > $ ./perf report -s trace > > > 27.01% offlineimap:17701

Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-21 Thread Jiri Olsa
On Mon, Dec 21, 2015 at 05:44:41PM +0900, Namhyung Kim wrote: SNIP > > > > I think the default is good with the 'trace' sort key as it is now: > > > > $ ./perf report -s trace > > 27.01% offlineimap:17701 [120] S ==> swapper/1:0 [120] > > 27.00% swapper/1:0 [120] R ==>

[PATCH 08/10] perf tools: Add --raw-trace option

2015-12-21 Thread Namhyung Kim
The --raw-trace option is to prevent pretty printing by event's print_fmt or plugin. Besides that, each dynamic sort key now receives 'raw' suffix separated by '/' to apply the raw trace to a specific field. $ perf report -s comm,kmem:kmalloc.gfp_flags ... # Overhead Command

Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-21 Thread Namhyung Kim
On Sun, Dec 20, 2015 at 03:58:42PM +0100, Jiri Olsa wrote: > On Wed, Dec 16, 2015 at 12:35:41AM +0900, Namhyung Kim wrote: > > The --raw-trace option is to prevent pretty printing by event's > > print_fmt or plugin. Besides that, each dynamic sort key now receives > > 'raw' suffix separated by

[PATCH 08/10] perf tools: Add --raw-trace option

2015-12-21 Thread Namhyung Kim
The --raw-trace option is to prevent pretty printing by event's print_fmt or plugin. Besides that, each dynamic sort key now receives 'raw' suffix separated by '/' to apply the raw trace to a specific field. $ perf report -s comm,kmem:kmalloc.gfp_flags ... # Overhead Command

Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-21 Thread Namhyung Kim
On Sun, Dec 20, 2015 at 03:58:42PM +0100, Jiri Olsa wrote: > On Wed, Dec 16, 2015 at 12:35:41AM +0900, Namhyung Kim wrote: > > The --raw-trace option is to prevent pretty printing by event's > > print_fmt or plugin. Besides that, each dynamic sort key now receives > > 'raw' suffix separated by

Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-21 Thread Jiri Olsa
On Mon, Dec 21, 2015 at 05:44:41PM +0900, Namhyung Kim wrote: SNIP > > > > I think the default is good with the 'trace' sort key as it is now: > > > > $ ./perf report -s trace > > 27.01% offlineimap:17701 [120] S ==> swapper/1:0 [120] > > 27.00% swapper/1:0 [120] R ==>

Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-20 Thread Jiri Olsa
On Wed, Dec 16, 2015 at 12:35:41AM +0900, Namhyung Kim wrote: > The --raw-trace option is to prevent pretty printing by event's > print_fmt or plugin. Besides that, each dynamic sort key now receives > 'raw' suffix separated by '/' to apply the raw trace to a specific > field. > > $ perf

Re: [PATCH 08/10] perf tools: Add --raw-trace option

2015-12-20 Thread Jiri Olsa
On Wed, Dec 16, 2015 at 12:35:41AM +0900, Namhyung Kim wrote: > The --raw-trace option is to prevent pretty printing by event's > print_fmt or plugin. Besides that, each dynamic sort key now receives > 'raw' suffix separated by '/' to apply the raw trace to a specific > field. > > $ perf

[PATCH 08/10] perf tools: Add --raw-trace option

2015-12-15 Thread Namhyung Kim
The --raw-trace option is to prevent pretty printing by event's print_fmt or plugin. Besides that, each dynamic sort key now receives 'raw' suffix separated by '/' to apply the raw trace to a specific field. $ perf report -s comm,kmem:kmalloc.gfp_flags ... # Overhead Command

[PATCH 08/10] perf tools: Add --raw-trace option

2015-12-15 Thread Namhyung Kim
The --raw-trace option is to prevent pretty printing by event's print_fmt or plugin. Besides that, each dynamic sort key now receives 'raw' suffix separated by '/' to apply the raw trace to a specific field. $ perf report -s comm,kmem:kmalloc.gfp_flags ... # Overhead Command