Re: [PATCH 09/10] perf, tools: Add a --no-desc flag to perf list

2015-05-28 Thread Andi Kleen
On Thu, May 28, 2015 at 02:39:14PM +0200, Jiri Olsa wrote: > On Wed, May 27, 2015 at 02:23:28PM -0700, Sukadev Bhattiprolu wrote: > > From: Andi Kleen > > > > Add a --no-desc flag to perf list to not print the event descriptions > > that were earlier added for JSON events. This may be useful to >

Re: [PATCH 09/10] perf, tools: Add a --no-desc flag to perf list

2015-05-28 Thread Jiri Olsa
On Wed, May 27, 2015 at 02:23:28PM -0700, Sukadev Bhattiprolu wrote: > From: Andi Kleen > > Add a --no-desc flag to perf list to not print the event descriptions > that were earlier added for JSON events. This may be useful to > get a less crowded listing. > > It's still default to print descrip

[PATCH 09/10] perf, tools: Add a --no-desc flag to perf list

2015-05-27 Thread Sukadev Bhattiprolu
From: Andi Kleen Add a --no-desc flag to perf list to not print the event descriptions that were earlier added for JSON events. This may be useful to get a less crowded listing. It's still default to print descriptions as that is the more useful default for most users. v2: Rename --quiet to --n