intel/perf: add OA A counter type
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 7 Jul 2021 07:13:06 +0000 (00:13 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 17 May 2022 19:55:10 +0000 (19:55 +0000)
commit6f63bc38e768b35f472d99d7a6275e288c025681
tree79a991f5c63e2cada3cc9ccdf57ceab3aa98c628
parent376e420abbcb9455c9ad69d8a94a92c0bee8e930
intel/perf: add OA A counter type

On Gfx12.5 products, we'll need to capture a couple of A counters that
are not captured in MI_RPC reports. Those are actually global,
previously all A counters were per context.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Marcin Ĺšlusarz <marcin.slusarz@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16144>
src/intel/perf/intel_perf.c
src/intel/perf/intel_perf.h
src/intel/perf/intel_perf_query.c
src/intel/vulkan/anv_perf.c
src/intel/vulkan/genX_query.c