doc improvements for 1.0.0 part 2 (#330)

* update installation steps

* Github Issue #50 Adding README's for samples

* Making name change to ROCprofiler-SDK for consistency

* Fix HIP trace documentation

* Fix HSA trace in docs

* Fix kernel trace in docs

* Fixing memory copy and memory allocation traces

* runtime trace and sys trace doc update

* Fix scratch memory doc

* kernel naming and filtering options

* Adding collection period in docs

* Perfetto configs update

* summary output file

* kernel trace format fix

* update CHANGELOG

* Agent index doc update

* rocm-smi output

* group by queue option

* Updated --group-by-queue description

* perfetto visualization

---------

Co-authored-by: Ian Trowbridge <Ian.Trowbridge@amd.com>
Этот коммит содержится в:
Bhardwaj, Gopesh
2025-04-16 02:00:07 +05:30
коммит произвёл GitHub
родитель 4fbcfd142c
Коммит ca7cce9e81
32 изменённых файлов: 744 добавлений и 106 удалений
+18
Просмотреть файл
@@ -0,0 +1,18 @@
"Domain","Function","Process_Id","Thread_Id","Correlation_Id","Start_Timestamp","End_Timestamp"
"HIP_COMPILER_API_EXT","__hipRegisterFatBinary",15,15,1,1055015439953054,1055015439976484
"HIP_COMPILER_API_EXT","__hipRegisterFunction",15,15,2,1055015439992584,1055015440011104
"HIP_COMPILER_API_EXT","__hipRegisterFunction",15,15,3,1055015440011744,1055015440013824
"HIP_COMPILER_API_EXT","__hipRegisterFunction",15,15,4,1055015440014244,1055015440014534
"HIP_COMPILER_API_EXT","__hipRegisterFunction",15,15,5,1055015440014854,1055015440015524
"HIP_RUNTIME_API_EXT","hipGetDeviceCount",15,15,6,1055015440617618,1055015539800733
"HIP_RUNTIME_API_EXT","hipSetDevice",15,15,7,1055015539819503,1055015539821693
"HIP_RUNTIME_API_EXT","hipDeviceSynchronize",15,15,8,1055015539832333,1055015539840903
"HIP_RUNTIME_API_EXT","hipStreamCreateWithFlags",15,15,9,1055015539861673,1055015865247140
"HIP_RUNTIME_API_EXT","hipHostMalloc",15,15,10,1055015865309761,1055015865849494
"HIP_RUNTIME_API_EXT","hipHostMalloc",15,15,11,1055015865850944,1055015866265546
"HIP_RUNTIME_API_EXT","hipHostMalloc",15,15,12,1055015866266646,1055015867082900
"HIP_RUNTIME_API_EXT","hipMallocAsync",15,15,13,1055015867356542,1055015867662314
"HIP_RUNTIME_API_EXT","hipMallocAsync",15,15,14,1055015867664174,1055015867937465
"HIP_RUNTIME_API_EXT","hipMallocAsync",15,15,15,1055015867938815,1055015868219987
"HIP_RUNTIME_API_EXT","hipMemcpyAsync",15,15,16,1055015868240137,1055015917307652
"HIP_RUNTIME_API_EXT","hipMemcpyAsync",15,15,17,1055015917337263,1055015917360493
1 Domain Function Process_Id Thread_Id Correlation_Id Start_Timestamp End_Timestamp
2 HIP_COMPILER_API_EXT __hipRegisterFatBinary 15 15 1 1055015439953054 1055015439976484
3 HIP_COMPILER_API_EXT __hipRegisterFunction 15 15 2 1055015439992584 1055015440011104
4 HIP_COMPILER_API_EXT __hipRegisterFunction 15 15 3 1055015440011744 1055015440013824
5 HIP_COMPILER_API_EXT __hipRegisterFunction 15 15 4 1055015440014244 1055015440014534
6 HIP_COMPILER_API_EXT __hipRegisterFunction 15 15 5 1055015440014854 1055015440015524
7 HIP_RUNTIME_API_EXT hipGetDeviceCount 15 15 6 1055015440617618 1055015539800733
8 HIP_RUNTIME_API_EXT hipSetDevice 15 15 7 1055015539819503 1055015539821693
9 HIP_RUNTIME_API_EXT hipDeviceSynchronize 15 15 8 1055015539832333 1055015539840903
10 HIP_RUNTIME_API_EXT hipStreamCreateWithFlags 15 15 9 1055015539861673 1055015865247140
11 HIP_RUNTIME_API_EXT hipHostMalloc 15 15 10 1055015865309761 1055015865849494
12 HIP_RUNTIME_API_EXT hipHostMalloc 15 15 11 1055015865850944 1055015866265546
13 HIP_RUNTIME_API_EXT hipHostMalloc 15 15 12 1055015866266646 1055015867082900
14 HIP_RUNTIME_API_EXT hipMallocAsync 15 15 13 1055015867356542 1055015867662314
15 HIP_RUNTIME_API_EXT hipMallocAsync 15 15 14 1055015867664174 1055015867937465
16 HIP_RUNTIME_API_EXT hipMallocAsync 15 15 15 1055015867938815 1055015868219987
17 HIP_RUNTIME_API_EXT hipMemcpyAsync 15 15 16 1055015868240137 1055015917307652
18 HIP_RUNTIME_API_EXT hipMemcpyAsync 15 15 17 1055015917337263 1055015917360493