Re: [PATCH v14 09/19] perf, tools: Support alias descriptions

2015-06-05 Thread Jiri Olsa
On Thu, Jun 04, 2015 at 11:27:17PM -0700, Sukadev Bhattiprolu wrote: SNIP > --- > tools/perf/util/pmu.c | 80 > +++-- > tools/perf/util/pmu.h |1 + > 2 files changed, 66 insertions(+), 15 deletions(-) > > diff --git a/tools/perf/util/pmu.c

[PATCH v14 09/19] perf, tools: Support alias descriptions

2015-06-05 Thread Sukadev Bhattiprolu
From: Andi Kleen Add support to print alias descriptions in perf list, which are taken from the generated event files. The sorting code is changed to put the events with descriptions at the end. The descriptions are printed as possibly multiple word wrapped lines. Example output: % perf list

[PATCH v14 09/19] perf, tools: Support alias descriptions

2015-06-05 Thread Sukadev Bhattiprolu
From: Andi Kleen a...@linux.intel.com Add support to print alias descriptions in perf list, which are taken from the generated event files. The sorting code is changed to put the events with descriptions at the end. The descriptions are printed as possibly multiple word wrapped lines. Example

Re: [PATCH v14 09/19] perf, tools: Support alias descriptions

2015-06-05 Thread Jiri Olsa
On Thu, Jun 04, 2015 at 11:27:17PM -0700, Sukadev Bhattiprolu wrote: SNIP --- tools/perf/util/pmu.c | 80 +++-- tools/perf/util/pmu.h |1 + 2 files changed, 66 insertions(+), 15 deletions(-) diff --git a/tools/perf/util/pmu.c