Re: [PATCH 25/33] perf, tools: Support events with - in the name

2012-10-27 Thread Jiri Olsa
On Fri, Oct 26, 2012 at 01:30:07PM -0700, Andi Kleen wrote: > From: Andi Kleen > > - looks nicer than _, so allow - in the event names. Used for various > of the arch perfmon and Haswell events. > > Signed-off-by: Andi Kleen > --- > tools/perf/util/parse-events.l |2 +- > 1 files changed,

Re: [PATCH 25/33] perf, tools: Support events with - in the name

2012-10-27 Thread Jiri Olsa
On Fri, Oct 26, 2012 at 01:30:07PM -0700, Andi Kleen wrote: From: Andi Kleen a...@linux.intel.com - looks nicer than _, so allow - in the event names. Used for various of the arch perfmon and Haswell events. Signed-off-by: Andi Kleen a...@linux.intel.com ---

[PATCH 25/33] perf, tools: Support events with - in the name

2012-10-26 Thread Andi Kleen
From: Andi Kleen - looks nicer than _, so allow - in the event names. Used for various of the arch perfmon and Haswell events. Signed-off-by: Andi Kleen --- tools/perf/util/parse-events.l |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/perf/util/parse-events.l

[PATCH 25/33] perf, tools: Support events with - in the name

2012-10-26 Thread Andi Kleen
From: Andi Kleen a...@linux.intel.com - looks nicer than _, so allow - in the event names. Used for various of the arch perfmon and Haswell events. Signed-off-by: Andi Kleen a...@linux.intel.com --- tools/perf/util/parse-events.l |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff