Re: [PATCH] perf, tools, pmu-events: Fix fixed counters on Intel

2015-09-09 Thread Andi Kleen
> > pmu-events/jevents.c:247:2: error: missing initializer for field ‘name’ of > ‘struct fixed’ [-Werror=missing-field-initializers] Thanks. Somehow a WERROR=0 must have slipped into the build script again. > After this I was able to get non-zero counts for the 'inst_retired.any' > event on m

Re: [PATCH] perf, tools, pmu-events: Fix fixed counters on Intel

2015-09-09 Thread Sukadev Bhattiprolu
Andi, Andi Kleen [a...@firstfloor.org] wrote: | From: Andi Kleen | | [This patch is on top of Sukadev's json patchkit] I removed this line from the commit log... | | The JSON event lists use a different encoding for fixed counters | than perf for instructions and cycles (ref-cycles is ok) |