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>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Runtime API Registration
|
||||
|
||||
## Services
|
||||
|
||||
- HIP runtime table registration
|
||||
|
||||
## Properties
|
||||
|
||||
- `api_registration_callback` function validates the type of library being intercepted, ensures there is only one instance of the HIP runtime library, and retrieves the dispatch table containing the API functions.
|
||||
- Collects a "call stack" of intercepted API calls.
|
||||
Reference in New Issue
Block a user