Re: [PATCH] powerpc/perf: Optimize find_alternatives_list() using binary search

2023-10-18 Thread Kuan-Wei Chiu
On Thu, Oct 19, 2023 at 12:41:45PM +1100, Michael Ellerman wrote: > Kuan-Wei Chiu writes: > > This patch improves the performance of event alternative lookup by > > replacing the previous linear search with a more efficient binary > > search. This change reduces the time comp

[PATCH] powerpc/perf: Optimize find_alternatives_list() using binary search

2023-10-13 Thread Kuan-Wei Chiu
been introduced to expedite the search process. Signed-off-by: Kuan-Wei Chiu --- arch/powerpc/perf/power6-pmu.c | 43 -- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/arch/powerpc/perf/power6-pmu.c b/arch/powerpc/perf/power6-pmu.c index