mbox series

[i-g-t,v6,0/2] tests/intel/xe_pmu: Add PMU tests

Message ID 20250127223301.2819108-1-vinay.belgaumkar@intel.com (mailing list archive)
Headers show
Series tests/intel/xe_pmu: Add PMU tests | expand

Message

Belgaumkar, Vinay Jan. 27, 2025, 10:32 p.m. UTC
Add utils and gt-c6 tests that utilize PMU counters.

Cc: Riana Tauro <riana.tauro@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  lib/igt_perf: Add utils to extract PMU event info
  tests/xe/pmu: Add pmu tests

 lib/igt_perf.c       |  70 +++++++++++++++++
 lib/igt_perf.h       |   2 +
 tests/intel/xe_pmu.c | 176 +++++++++++++++++++++++++++++++++++++++++++
 tests/meson.build    |   1 +
 4 files changed, 249 insertions(+)
 create mode 100644 tests/intel/xe_pmu.c