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>
Dieser Commit ist enthalten in:
Bhardwaj, Gopesh
2025-04-16 02:00:07 +05:30
committet von GitHub
Ursprung 4fbcfd142c
Commit ca7cce9e81
32 geänderte Dateien mit 744 neuen und 106 gelöschten Zeilen
+14
Datei anzeigen
@@ -0,0 +1,14 @@
# API Callback Tracing Sample
## Services
- Captures events like API calls using callbacks.
- HSA API (Core, AMD Ext)
- HIP API (Runtime)
- Marker API (Core, Name)
## Properties
- Handles roctxProfilerPause and roctxProfilerResume operations using a control context.
- Captures API calls and logs details like thread ID, operation type, and duration.
- Provides a detailed trace of all function calls and events for debugging.