Re: [PATCH 9/9] perf, tools: Add a --quiet flag to perf list

2014-07-09 Thread Jiri Olsa
On Sun, Jun 15, 2014 at 10:17:41PM +0900, Namhyung Kim wrote: > Hi Andi, > > 2014-06-13 (금), 16:03 -0700, Andi Kleen: > > From: Andi Kleen > > > > Add a --quiet 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

Re: [PATCH 9/9] perf, tools: Add a --quiet flag to perf list

2014-06-17 Thread Namhyung Kim
Hi Andi, On Sun, 15 Jun 2014 18:11:38 +0200, Andi Kleen wrote: > On Sun, Jun 15, 2014 at 10:17:41PM +0900, Namhyung Kim wrote: >> > It's still default to print descriptions as that is the more useful >> > default for most users. Requested by Namhyung Kim. >> >> Did I request the --quiet thing?

Re: [PATCH 9/9] perf, tools: Add a --quiet flag to perf list

2014-06-15 Thread Andi Kleen
On Sun, Jun 15, 2014 at 10:17:41PM +0900, Namhyung Kim wrote: > > It's still default to print descriptions as that is the more useful > > default for most users. Requested by Namhyung Kim. > > Did I request the --quiet thing? It seems like there's a > miscommunication.. :-/ Well it was done bas

Re: [PATCH 9/9] perf, tools: Add a --quiet flag to perf list

2014-06-15 Thread Namhyung Kim
Hi Andi, 2014-06-13 (금), 16:03 -0700, Andi Kleen: > From: Andi Kleen > > Add a --quiet 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