Re: [PATCH v3 02/10] perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTER
From: Arnaldo Carvalho de Melo
Date: Fri Oct 03 2025 - 15:10:48 EST
On Fri, Oct 03, 2025 at 02:37:11PM +0900, Namhyung Kim wrote:
> On Wed, Sep 17, 2025 at 07:58:00PM +0000, Zecheng Li wrote:
> > TSR_KIND_POINTER only represents percpu pointers currently. Rename it to
> > TSR_KIND_PERCPU_POINTER so we can use the TSR_KIND_POINTER to represent
> > pointer to a type.
> >
> > Signed-off-by: Zecheng Li <zecheng@xxxxxxxxxx>
>
> Reviewed-by: Namhyung Kim <namhyung@xxxxxxxxxx>
Cherry picked this one.
Thanks,
- Arnaldo