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
@@ -99,6 +99,7 @@ static const struct debug_control debug_control[] = {
{ "mesh", DEBUG_MESH },
{ "stall", DEBUG_STALL },
{ "capture-all", DEBUG_CAPTURE_ALL },
{ "perf-symbol-names", DEBUG_PERF_SYMBOL_NAMES },
{ NULL, 0 }
};