tool/perf: Add sample_reg_mask to include all perf_regs
authorMadhavan Srinivasan <maddy@linux.vnet.ibm.com>
Sat, 20 Feb 2016 05:02:48 +0000 (10:32 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Apr 2016 13:33:00 +0000 (23:33 +1000)
commitbb62bad623deb7952aef13fcbe065fde5d1f03e5
tree7adb41d3776da537c2f4e019d196e0561743b76a
parentdc642e8388b63a9a221903584bb6b562e5055d0d
tool/perf: Add sample_reg_mask to include all perf_regs

Add sample_reg_mask array with pt_regs registers.
This is needed for printing supported regs ( -I? option).

Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/perf/arch/powerpc/util/Build
tools/perf/arch/powerpc/util/perf_regs.c [new file with mode: 0644]