ca7cce9e81
* 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>
16 rader
418 B
Markdown
16 rader
418 B
Markdown
# OMPT tool tracing
|
|
|
|
## Services
|
|
|
|
- OMPT tracing.
|
|
- CodeObject tracing.
|
|
- Marker API (Core, Name).
|
|
|
|
## Properties
|
|
|
|
- Configures tool for callback tracing.
|
|
- Configures tool for buffer tracing.
|
|
- Sets up callstack for tracing kind names and tracing operation names.
|
|
- Create a specialized (throw-away) context for handling ROCTx profiler pause and resume.
|
|
- Demonstrates the use of the `ompt_data_t*` fields from OMPT.
|