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:
committed by
Marge Bot
parent
e6735409ee
commit
8dd960e056
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user