Skip to content

Commit 9c31ca7

Browse files
authored
Changed memory_allocation.csv name to memory_allocation_trace.csv (#111)
[ROCm/rocprofiler-sdk commit: 042c761]
1 parent 6a98a9a commit 9c31ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib/output/domain_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ DEFINE_BUFFER_TYPE_NAME(COUNTER_COLLECTION,
5454
DEFINE_BUFFER_TYPE_NAME(RCCL, "RCCL_API", "rccl_api_trace", "rccl_api_stats")
5555
DEFINE_BUFFER_TYPE_NAME(MEMORY_ALLOCATION,
5656
"MEMORY_ALLOCATION",
57-
"memory_allocation",
57+
"memory_allocation_trace",
5858
"memory_allocation_stats")
5959
DEFINE_BUFFER_TYPE_NAME(COUNTER_VALUES, "COUNTER_VALUES", "counter_values", "no_filename")
6060
DEFINE_BUFFER_TYPE_NAME(PC_SAMPLING_HOST_TRAP,

0 commit comments

Comments
 (0)