SWDEV-408750: Reoving Record_ID from HIP api trace

Change-Id: Iba9022246def090b1bbb90b68e67d54bab1bea31


[ROCm/rocprofiler commit: 9ffb34f9d4]
This commit is contained in:
gobhardw
2023-06-30 14:40:59 +05:30
rodzic a309a87db5
commit 04508527df
@@ -216,7 +216,7 @@ class file_plugin_t {
case ACTIVITY_DOMAIN_HIP_API: {
if (hip_api_header_written_.load(std::memory_order_relaxed)) return;
output_file = get_output_file(output_type_t::TRACER, ACTIVITY_DOMAIN_HIP_API);
*output_file << "Record_ID,Domain,Function,Start_Timestamp,End_Timestamp,Correlation_ID"
*output_file << "Domain,Function,Start_Timestamp,End_Timestamp,Correlation_ID"
<< std::endl;
*output_file << std::endl;
hip_api_header_written_.exchange(true, std::memory_order_release);