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: [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

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

2015-10-19 Thread Madhavan Srinivasan
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 enabled by using -I option with perf record command. >

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

2015-10-19 Thread Anju T
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 enabled by using -I option with perf record command. To display the sampled register values use perf script -D. The

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

2015-10-19 Thread Anju T
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 enabled by using -I option with perf record command. To display the sampled register values

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

2015-10-19 Thread Madhavan Srinivasan
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 enabled by using -I option with