fix: Add function pointer for Metric Scope api

Related-To: NEO-16359

Signed-off-by: Shreyas Kunder <shreyas.kunder@intel.com>
This commit is contained in:
Shreyas Kunder
2025-10-08 09:08:45 +00:00
committed by Compute-Runtime-Automation
parent 97a206ed33
commit d0e323e410

View File

@@ -128,6 +128,8 @@ void *ExtensionFunctionAddressHelper::getExtensionFunctionAddress(const std::str
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricDecodeCalculateMultipleValuesExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricCalculateValuesExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerDecodeExp2);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricScopesGetExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricScopeGetPropertiesExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricSupportedScopesGetExp);
// Graphs