[PATCH] powerpc, perf: Change PMU flag representation from decimal to hex

2012-11-19 Thread Anshuman Khandual
Change the representation of the PMU flags from decimal to hex since they are bitfields which are easier to read in hex. Signed-off-by: Anshuman Khandual --- Changed the 64 bit constants into 32 bit constants as it would apply to 32 bit variable power_pmu.flags arch/powerpc/include/asm/perf_e

[PATCH] powerpc, perf: Change PMU flag representation from decimal to hex

2012-11-18 Thread Anshuman Khandual
Change the representation of the PMU flags from decimal to hex since they are bitfields which are easier to read in hex. Signed-off-by: Anshuman Khandual --- arch/powerpc/include/asm/perf_event_server.h | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/arc