anv/iris: report counter symbols with debug option

v2: rename to INTEL_DEBUG=perf-symbol-names

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17672>
This commit is contained in:
Lionel Landwerlin
2022-07-21 08:25:39 +00:00
committed by Marge Bot
parent e6735409ee
commit 8dd960e056
6 changed files with 15 additions and 4 deletions
+1
View File
@@ -89,6 +89,7 @@ extern uint64_t intel_debug;
#define DEBUG_TASK (1ull << 41)
#define DEBUG_MESH (1ull << 42)
#define DEBUG_CAPTURE_ALL (1ull << 43)
#define DEBUG_PERF_SYMBOL_NAMES (1ull << 44)
#define DEBUG_ANY (~0ull)