PC sampling services provides dispatch id (#1209)

Этот коммит содержится в:
Vladimir Indic
2024-11-21 18:10:31 +01:00
коммит произвёл GitHub
родитель 6ae441f785
Коммит 8d2ce4b475
8 изменённых файлов: 36 добавлений и 21 удалений
+1 -1
Просмотреть файл
@@ -395,7 +395,7 @@ WriteInterceptor(const void* packets,
if(pc_sampling::is_pc_sample_service_configured(queue.get_agent().get_rocp_agent()->id))
{
transformed_packets.emplace_back(pc_sampling::hsa::generate_marker_packet_for_kernel(
corr_id, tracing_data_v.external_correlation_ids));
corr_id, tracing_data_v.external_correlation_ids, dispatch_id));
}
#endif