[SDK] Add Stack IDs (#269)
* Add Stack IDs * Add memcpy test * Add async corr id record * Async events use `rocprofiler_async_correlation_id_t` * Sync events use `rocprofiler_correlation_id_t` * Update ATT to use asnyc IDs * Review comments
This commit is contained in:
کامیت شده توسط
GitHub
والد
ae0db8cee5
کامیت
f27f76716e
@@ -152,7 +152,7 @@ TEST(thread_trace, configure_test)
|
||||
params.size(),
|
||||
[](rocprofiler_agent_id_t,
|
||||
rocprofiler_queue_id_t,
|
||||
rocprofiler_correlation_id_t,
|
||||
rocprofiler_async_correlation_id_t,
|
||||
rocprofiler_kernel_id_t,
|
||||
rocprofiler_dispatch_id_t,
|
||||
void*,
|
||||
@@ -209,7 +209,7 @@ TEST(thread_trace, perfcounters_configure_test)
|
||||
params.size(),
|
||||
[](rocprofiler_agent_id_t,
|
||||
rocprofiler_queue_id_t,
|
||||
rocprofiler_correlation_id_t,
|
||||
rocprofiler_async_correlation_id_t,
|
||||
rocprofiler_kernel_id_t,
|
||||
rocprofiler_dispatch_id_t,
|
||||
void*,
|
||||
|
||||
مرجع در شماره جدید
Block a user