From d0e323e410a725c0e03c4dde6973e323e8bd4da5 Mon Sep 17 00:00:00 2001 From: Shreyas Kunder Date: Wed, 8 Oct 2025 09:08:45 +0000 Subject: [PATCH] fix: Add function pointer for Metric Scope api Related-To: NEO-16359 Signed-off-by: Shreyas Kunder --- level_zero/core/source/driver/extension_function_address.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/level_zero/core/source/driver/extension_function_address.cpp b/level_zero/core/source/driver/extension_function_address.cpp index 345ad7a318..b38abe4b09 100644 --- a/level_zero/core/source/driver/extension_function_address.cpp +++ b/level_zero/core/source/driver/extension_function_address.cpp @@ -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