Re: [2/2] powerpc/perf: Update perf_regs structure to include MMCRA

2019-01-14 Thread Michael Ellerman
On Sun, 2018-12-09 at 09:25:36 UTC, Madhavan Srinivasan wrote: > On each sample, Monitor Mode Control Register A (MMCRA) content > is saved in pt_regs. MMCRA does not have a entry as-is in the pt_regs > but instead, MMCRA content is saved in the "dsisr" register of pt_regs. > > Patch adds another

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

2018-12-09 Thread Madhavan Srinivasan
On each sample, Monitor Mode Control Register A (MMCRA) content is saved in pt_regs. MMCRA does not have a entry as-is in the pt_regs but instead, MMCRA content is saved in the "dsisr" register of pt_regs. Patch adds another entry to the perf_regs structure to include the "MMCRA" printing which