[PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64

2025-04-05 Thread Likhitha Korrapati
Commit 54f9aa1092457 ("tools/perf/powerpc/util: Add support to handle compatible mode PVR for perf json events") introduced to select proper JSON events in case of compat mode using auxiliary vector. But this caused a compilation error in ppc64 Big Endian. arch/powerpc/util/header.c: In function '

Re: [PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64

2025-03-24 Thread Namhyung Kim
On Fri, 21 Mar 2025 15:37:26 +0530, Likhitha Korrapati wrote: > Commit 54f9aa1092457 ("tools/perf/powerpc/util: Add support to > handle compatible mode PVR for perf json events") introduced > to select proper JSON events in case of compat mode using > auxiliary vector. But this caused a compilation

Re: [PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64

2025-03-24 Thread Venkat Rao Bagalkote
On 21/03/25 3:37 pm, Likhitha Korrapati wrote: Commit 54f9aa1092457 ("tools/perf/powerpc/util: Add support to handle compatible mode PVR for perf json events") introduced to select proper JSON events in case of compat mode using auxiliary vector. But this caused a compilation error in ppc64 Big

Re: [PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64

2025-03-22 Thread Athira Rajeev
> On 21 Mar 2025, at 3:37 PM, Likhitha Korrapati wrote: > > Commit 54f9aa1092457 ("tools/perf/powerpc/util: Add support to > handle compatible mode PVR for perf json events") introduced > to select proper JSON events in case of compat mode using > auxiliary vector. But this caused a compilatio