Re: [PATCH 1/3] perf/powerpc:add ability to sample intr machine state in power

2015-10-19 Thread AnjuTSudhakar
Hi maddy, On Tuesday 20 October 2015 09:46 AM, Madhavan Srinivasan wrote: On Monday 19 October 2015 05:48 PM, Anju T wrote: From: Anju The enum definition assigns an 'id' to each register in power. I guess it should be "each register in "struct pt_regs" of arch/powerpc Right, that seems bet

Re: [PATCH 1/3] perf/powerpc:add ability to sample intr machine state in power

2015-10-19 Thread Madhavan Srinivasan
On Monday 19 October 2015 05:48 PM, Anju T wrote: > From: Anju > > The enum definition assigns an 'id' to each register in power. I guess it should be "each register in "struct pt_regs" of arch/powerpc > The order of these values in the enum definition are based on > the corresponding macros in

[PATCH 1/3] perf/powerpc:add ability to sample intr machine state in power

2015-10-19 Thread Anju T
From: Anju The enum definition assigns an 'id' to each register in power. The order of these values in the enum definition are based on the corresponding macros in arch/powerpc/include/uapi/asm/ptrace.h . Signed-off-by: Anju T --- arch/powerpc/include/uapi/asm/perf_regs.h | 55