Merge roctx_trace.txt

Add roctx_trace to the list of files that need to be merged when
aggregating results from multiple runs.

Change-Id: I5810be9e9220765ed8e8a84eca854131e97e61b1


[ROCm/rocprofiler commit: 4ab94c410a]
这个提交包含在:
Laurent Morichetti
2021-08-05 09:04:26 -07:00
父节点 7abf743d4b
当前提交 d641540a5d
+1 -1
查看文件
@@ -74,7 +74,7 @@ if ! [ -d "${OUTPUT_DIR}" ] ; then
fi fi
echo "Processing directories: $INPUT_DIRS" echo "Processing directories: $INPUT_DIRS"
for file in begin_ts_file hcc_ops_trace hsa_handles hip_api_trace; do for file in begin_ts_file hcc_ops_trace hsa_handles hip_api_trace roctx_trace; do
find ${INPUT_DIRS} -type f -regextype sed -regex ".*/[0-9]\{1,\}_${file}\.txt" \ find ${INPUT_DIRS} -type f -regextype sed -regex ".*/[0-9]\{1,\}_${file}\.txt" \
-not -path "${OUTPUT_DIR}/*" | xargs cat > "${OUTPUT_DIR}/${file}.txt" -not -path "${OUTPUT_DIR}/*" | xargs cat > "${OUTPUT_DIR}/${file}.txt"
done done