Re: [RFC][PATCH 3/3]perf/powerpc :add support for sampling intr machine state

2015-10-20 Thread AnjuTSudhakar
On Tuesday 20 October 2015 09:50 AM, Madhavan Srinivasan wrote: On Monday 19 October 2015 05:48 PM, Anju T wrote: From: Anju The registers to sample are passed through the sample_regs_intr bitmask. The name and bit position for each register is defined in asm/perf_regs.h. This feature can be

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

2015-10-20 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