refactor: add driver experimental entry points for tracer apis

Related-To: NEO-13770

Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
This commit is contained in:
Joshua Santosh Ranjan
2025-02-04 06:52:18 +00:00
committed by Compute-Runtime-Automation
parent 1e5e7fa6be
commit 5efbf1d04c
3 changed files with 249 additions and 0 deletions

View File

@@ -63,6 +63,15 @@ void *ExtensionFunctionAddressHelper::getExtensionFunctionAddress(const std::str
RETURN_FUNC_PTR_IF_EXIST(zeIntelCommandListAppendSignalExternalSemaphoresExp);
RETURN_FUNC_PTR_IF_EXIST(zeIntelDeviceReleaseExternalSemaphoreExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelCommandListAppendMarkerExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerCreateExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerDestroyExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerEnableExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerDisableExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerReadDataExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricDecoderCreateExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricDecoderDestroyExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricDecoderGetDecodableMetricsExp);
RETURN_FUNC_PTR_IF_EXIST(zetIntelMetricTracerDecodeExp);
#undef RETURN_FUNC_PTR_IF_EXIST