diff --git a/src/runtime_src/xdp/profile/device/client_device/xdp_client_device.cpp b/src/runtime_src/xdp/profile/device/client_device/xdp_client_device.cpp index ca7d4aa3570..b98d3f0540b 100644 --- a/src/runtime_src/xdp/profile/device/client_device/xdp_client_device.cpp +++ b/src/runtime_src/xdp/profile/device/client_device/xdp_client_device.cpp @@ -19,7 +19,6 @@ #include "xdp_client_device.h" #include "core/common/time.h" #include "core/common/system.h" -#include "core/common/xrt_profiling.h" #include "core/include/experimental/xrt-next.h" #include "core/include/experimental/xrt_device.h" diff --git a/src/runtime_src/xdp/profile/device/hal_device/xdp_hal_device.cpp b/src/runtime_src/xdp/profile/device/hal_device/xdp_hal_device.cpp index cb6d6d2d17f..d70d9e2dbf6 100644 --- a/src/runtime_src/xdp/profile/device/hal_device/xdp_hal_device.cpp +++ b/src/runtime_src/xdp/profile/device/hal_device/xdp_hal_device.cpp @@ -22,7 +22,6 @@ #include "core/common/system.h" #include "core/common/message.h" #include "core/common/query_requests.h" -#include "core/common/xrt_profiling.h" #include "core/include/experimental/xrt-next.h" #include "core/include/experimental/xrt_device.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_metadata.cpp b/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_metadata.cpp index 27df5abcd81..f7889c5c7f9 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_metadata.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_metadata.cpp @@ -25,7 +25,6 @@ #include "core/common/config_reader.h" #include "core/common/device.h" #include "core/common/message.h" -#include "core/common/xrt_profiling.h" #include "xdp/profile/database/database.h" #include "xdp/profile/plugin/vp_base/vp_base_plugin.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_plugin.cpp b/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_plugin.cpp index 4b50ba888dd..6bab0424e6f 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_plugin.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_profile/aie_profile_plugin.cpp @@ -27,7 +27,6 @@ #include "core/common/config_reader.h" #include "core/common/message.h" #include "core/common/system.h" -#include "core/common/xrt_profiling.h" #include "core/include/experimental/xrt-next.h" #include "xdp/profile/database/database.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_profile/client/aie_profile.cpp b/src/runtime_src/xdp/profile/plugin/aie_profile/client/aie_profile.cpp index 2b3e8e08bd3..301d2a8f401 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_profile/client/aie_profile.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_profile/client/aie_profile.cpp @@ -28,7 +28,6 @@ #include "core/common/message.h" #include "core/common/time.h" -#include "core/common/xrt_profiling.h" #include "core/include/xrt/xrt_kernel.h" #include "xdp/profile/database/database.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_profile/edge/aie_profile.cpp b/src/runtime_src/xdp/profile/plugin/aie_profile/edge/aie_profile.cpp index d55836c5605..0ec7c261f46 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_profile/edge/aie_profile.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_profile/edge/aie_profile.cpp @@ -30,7 +30,6 @@ #include "core/common/message.h" #include "core/common/time.h" -#include "core/common/xrt_profiling.h" #include "core/edge/user/shim.h" #include "core/include/xrt/xrt_kernel.h" #include "xdp/profile/database/database.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_profile/x86/aie_profile.cpp b/src/runtime_src/xdp/profile/plugin/aie_profile/x86/aie_profile.cpp index 9c4cbbaf0c4..12d033b11c8 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_profile/x86/aie_profile.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_profile/x86/aie_profile.cpp @@ -25,7 +25,6 @@ #include "core/common/message.h" #include "core/common/time.h" -#include "core/common/xrt_profiling.h" #include "core/include/xrt/xrt_kernel.h" #include "xdp/profile/database/database.h" #include "xdp/profile/database/static_info/aie_constructs.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_metadata.cpp b/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_metadata.cpp index 5d7db239441..12eefc77649 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_metadata.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_metadata.cpp @@ -26,7 +26,6 @@ #include "core/common/device.h" #include "core/common/message.h" -#include "core/common/xrt_profiling.h" #include "core/edge/common/aie_parser.h" #include "xdp/profile/database/database.h" #include "xdp/profile/device/tracedefs.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_plugin.cpp b/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_plugin.cpp index a16775736ca..c826374f85a 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_plugin.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_trace/aie_trace_plugin.cpp @@ -19,7 +19,6 @@ #include "core/common/api/device_int.h" #include "core/common/api/hw_context_int.h" #include "core/common/message.h" -#include "core/common/xrt_profiling.h" #include "xdp/profile/database/database.h" #include "xdp/profile/database/events/creator/aie_trace_data_logger.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_trace/client/aie_trace.cpp b/src/runtime_src/xdp/profile/plugin/aie_trace/client/aie_trace.cpp index a9f98537d39..13c002c942f 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_trace/client/aie_trace.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_trace/client/aie_trace.cpp @@ -21,7 +21,6 @@ #include #include "core/common/message.h" -#include "core/common/xrt_profiling.h" #include "core/include/xrt/xrt_kernel.h" #include "xdp/profile/database/database.h" #include "xdp/profile/database/events/creator/aie_trace_data_logger.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_trace/edge/aie_trace.cpp b/src/runtime_src/xdp/profile/plugin/aie_trace/edge/aie_trace.cpp index e4deb4b391b..e96b2e38377 100755 --- a/src/runtime_src/xdp/profile/plugin/aie_trace/edge/aie_trace.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_trace/edge/aie_trace.cpp @@ -30,7 +30,6 @@ #include "core/common/message.h" #include "core/common/time.h" -#include "core/common/xrt_profiling.h" #include "core/edge/user/shim.h" #include "core/include/xrt/xrt_kernel.h" #include "xdp/profile/database/database.h" diff --git a/src/runtime_src/xdp/profile/plugin/aie_trace/x86/aie_trace.cpp b/src/runtime_src/xdp/profile/plugin/aie_trace/x86/aie_trace.cpp index 5170e346df8..7ace2bd4a21 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_trace/x86/aie_trace.cpp +++ b/src/runtime_src/xdp/profile/plugin/aie_trace/x86/aie_trace.cpp @@ -25,7 +25,6 @@ #include "aie_trace_kernel_config.h" #include "core/common/message.h" -#include "core/common/xrt_profiling.h" #include "core/include/xrt/xrt_kernel.h" #include "xdp/profile/database/database.h" #include "xdp/profile/database/events/creator/aie_trace_data_logger.h" diff --git a/src/runtime_src/xdp/profile/plugin/device_offload/hal/hal_device_offload_plugin.cpp b/src/runtime_src/xdp/profile/plugin/device_offload/hal/hal_device_offload_plugin.cpp index 8576035eef8..1a7a64323b4 100644 --- a/src/runtime_src/xdp/profile/plugin/device_offload/hal/hal_device_offload_plugin.cpp +++ b/src/runtime_src/xdp/profile/plugin/device_offload/hal/hal_device_offload_plugin.cpp @@ -24,7 +24,6 @@ // For HAL applications #include "core/common/message.h" #include "core/common/system.h" -#include "core/common/xrt_profiling.h" #include "core/include/xrt/xrt_device.h" #include "xdp/profile/database/database.h" diff --git a/src/runtime_src/xdp/profile/plugin/device_offload/hw_emu/hw_emu_device_offload_plugin.cpp b/src/runtime_src/xdp/profile/plugin/device_offload/hw_emu/hw_emu_device_offload_plugin.cpp index 393eab3c3da..7b1b31e5844 100644 --- a/src/runtime_src/xdp/profile/plugin/device_offload/hw_emu/hw_emu_device_offload_plugin.cpp +++ b/src/runtime_src/xdp/profile/plugin/device_offload/hw_emu/hw_emu_device_offload_plugin.cpp @@ -20,7 +20,6 @@ #include #include "core/common/message.h" -#include "core/common/xrt_profiling.h" #include "xdp/profile/database/database.h" #include "xdp/profile/device/hal_device/xdp_hal_device.h" diff --git a/src/runtime_src/xdp/profile/plugin/hal/hal_plugin.cpp b/src/runtime_src/xdp/profile/plugin/hal/hal_plugin.cpp index 2981c7e9b78..f52efcb5285 100644 --- a/src/runtime_src/xdp/profile/plugin/hal/hal_plugin.cpp +++ b/src/runtime_src/xdp/profile/plugin/hal/hal_plugin.cpp @@ -28,7 +28,6 @@ #include "xdp/profile/database/database.h" -#include "core/common/xrt_profiling.h" #include "core/common/message.h" namespace xdp { diff --git a/src/runtime_src/xdp/profile/plugin/ml_timeline/ml_timeline_plugin.cpp b/src/runtime_src/xdp/profile/plugin/ml_timeline/ml_timeline_plugin.cpp index 4e27ce5161d..21d36b790af 100644 --- a/src/runtime_src/xdp/profile/plugin/ml_timeline/ml_timeline_plugin.cpp +++ b/src/runtime_src/xdp/profile/plugin/ml_timeline/ml_timeline_plugin.cpp @@ -21,7 +21,6 @@ #include "core/common/device.h" #include "core/common/message.h" #include "core/common/system.h" -#include "core/common/xrt_profiling.h" #include "core/common/api/hw_context_int.h" #include "xdp/profile/device/utility.h" diff --git a/src/runtime_src/xdp/profile/plugin/pl_deadlock/pl_deadlock_plugin.cpp b/src/runtime_src/xdp/profile/plugin/pl_deadlock/pl_deadlock_plugin.cpp index 115ba5ce51e..23837440f0f 100644 --- a/src/runtime_src/xdp/profile/plugin/pl_deadlock/pl_deadlock_plugin.cpp +++ b/src/runtime_src/xdp/profile/plugin/pl_deadlock/pl_deadlock_plugin.cpp @@ -23,7 +23,6 @@ #include #include -#include "core/common/xrt_profiling.h" #include "core/common/message.h" #include "core/common/api/hw_context_int.h" #include "core/common/api/ip_int.h"