mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
committed by
Compute-Runtime-Automation
parent
1e5e7fa6be
commit
5efbf1d04c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user