SWDEV-452226: Changing ATT dispatch IDs to match previous kernel-trace change

Change-Id: Ifd00160f2e8705e9ef11d41d284f6625b70de389


[ROCm/rocprofiler commit: 3ae1b6af74]
Tento commit je obsažen v:
Giovanni LB
2024-04-25 14:37:00 -03:00
odevzdal Giovanni Baraldi
rodič 1541f36388
revize c0cb1373a4
+1 -1
Zobrazit soubor
@@ -201,7 +201,7 @@ private:
rocprofiler_buffer_id_t buffer_id_;
rocprofiler_filter_id_t filter_id_;
rocprofiler_session_id_t session_id_;
std::atomic<uint32_t> WRITER_ID{1};
std::atomic<uint32_t> WRITER_ID{0};
std::vector<std::string> kernel_profile_names;
std::vector<std::pair<uint64_t,uint64_t>> kernel_profile_dispatch_ids;