On Mon, Dec 16, 2024 at 03:32:12PM +0530, Athira Rajeev wrote: > > On 11 Dec 2024, at 5:32 PM, kajoljain <kj...@linux.ibm.com> wrote: > > On 12/6/24 19:26, Athira Rajeev wrote: > >> Perf tools side uses extended mask to display the platform > >> supported register names (with -I? option) to the user > >> and also send this mask to the kernel to capture the extended registers > >> as part of each sample. This mask value is decided based on > >> the processor version ( from PVR ).
> >> Add PVR value for power11 to enable capturing the extended regs > >> as part of sample in power11. > > Patch looks fine to me. > > Reviewed-by: Kajol Jain <kj...@linux.ibm.com> > Can we please pull in this patch if it looks fine. Sure, Thanks, applied to perf-tools-next, - Arnaldo