From 81e93a6ddb450fe2e2879b30f6301a62b8ffa78d Mon Sep 17 00:00:00 2001 From: Gopesh Bhardwaj Date: Tue, 8 Oct 2024 15:15:48 +0530 Subject: [PATCH] mem copy direction field update (#1124) --- source/docs/data/memory_copy_trace.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/data/memory_copy_trace.csv b/source/docs/data/memory_copy_trace.csv index ee548f72e1..49f7e4a730 100644 --- a/source/docs/data/memory_copy_trace.csv +++ b/source/docs/data/memory_copy_trace.csv @@ -1,3 +1,3 @@ "Kind","Direction","Source_Agent_Id","Destination_Agent_Id","Correlation_Id","Start_Timestamp","End_Timestamp" -"MEMORY_COPY","HOST_TO_DEVICE",0,1,0,14955949675563,14955950239443 -"MEMORY_COPY","DEVICE_TO_HOST",1,0,0,14955952733485,14955953315285 \ No newline at end of file +"MEMORY_COPY","MEMORY_COPY_HOST_TO_DEVICE",0,1,0,14955949675563,14955950239443 +"MEMORY_COPY","MEMORY_COPY_DEVICE_TO_HOST",1,0,0,14955952733485,14955953315285 \ No newline at end of file