> -----Original Message----- > From: Tomasz Duszynski <[email protected]> > Sent: Monday, February 13, 2023 7:32 PM > To: [email protected]; Tomasz Duszynski <[email protected]>; Ruifeng Wang > <[email protected]> > Cc: [email protected]; Ruifeng Wang <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected] > Subject: [PATCH v10 2/4] pmu: support reading ARM PMU events in runtime > > Add support for reading ARM PMU events in runtime. > > Signed-off-by: Tomasz Duszynski <[email protected]> > Acked-by: Morten Brørup <[email protected]> > --- > app/test/test_pmu.c | 4 ++ > lib/pmu/meson.build | 7 +++ > lib/pmu/pmu_arm64.c | 94 +++++++++++++++++++++++++++++++++++++ > lib/pmu/rte_pmu.h | 4 ++ > lib/pmu/rte_pmu_pmc_arm64.h | 30 ++++++++++++ > 5 files changed, 139 insertions(+) > create mode 100644 lib/pmu/pmu_arm64.c > create mode 100644 lib/pmu/rte_pmu_pmc_arm64.h > Acked-by: Ruifeng Wang <[email protected]>
Thanks.

