Re: [PATCH] powerpc/perf: Update perf_regs structure to include SIER

2018-08-14 Thread Madhavan Srinivasan
Hi arnaldo, Any comments or ack for this patch. With regards Maddy On Tuesday 10 July 2018 03:59 PM, Madhavan Srinivasan wrote: On each sample, Sample Instruction Event Register (SIER) content is saved in pt_regs. SIER does not have a entry as-is in the pt_regs but instead, SIER content is sav

Re: [PATCH] powerpc/perf: Update perf_regs structure to include SIER

2018-08-14 Thread Ravi Bangoria
On 08/14/2018 03:46 PM, Madhavan Srinivasan wrote: > Hi arnaldo, > > Any comments or ack for this patch. Tested-by: Ravi Bangoria Thanks, Ravi

[PATCH] powerpc/perf: Update perf_regs structure to include SIER

2018-07-10 Thread Madhavan Srinivasan
On each sample, Sample Instruction Event Register (SIER) content is saved in pt_regs. SIER does not have a entry as-is in the pt_regs but instead, SIER content is saved in the "dar" register of pt_regs. Patch adds another entry to the perf_regs structure to include the "SIER" printing which intern