Re: [PATCH v9 4/8] perf tool: arm: Refactor event list iteration in auxtrace_record__init()

2022-06-26 Thread Leo Yan
On Mon, Jun 06, 2022 at 07:55:51PM +0800, Yicong Yang wrote: > From: Qi Liu > > Add find_pmu_for_event() and use to simplify logic in > auxtrace_record_init(). find_pmu_for_event() will be > reused in subsequent patches. > > Reviewed-by: Jonathan Cameron > Signed-off-by: Qi Liu >

[PATCH v9 4/8] perf tool: arm: Refactor event list iteration in auxtrace_record__init()

2022-06-06 Thread Yicong Yang via iommu
From: Qi Liu Add find_pmu_for_event() and use to simplify logic in auxtrace_record_init(). find_pmu_for_event() will be reused in subsequent patches. Reviewed-by: Jonathan Cameron Signed-off-by: Qi Liu Signed-off-by: Yicong Yang --- tools/perf/arch/arm/util/auxtrace.c | 53