9b562c0e58
* initial commit * add csv support extraction for non kernel selection mode * add --kernel-trace for rocprofiler-sdk mode * make non kernel selective mode runnable * make kernel selection work with -k * remove upper case of arg hint * update documentation * display same kernel name at only one place and merge instruction id with same obj id as well as offset * remove kernel name's display for single kernel selection * change log added --------- Co-authored-by: Fei Zheng <44449748+feizheng10@users.noreply.github.com>
This directory contains all the source code files for the ROCm Compute Profiler project.
The top-level rocprof-compute executable is the entry point and defines the flow for subsequent execution modes.
To build ROCm Compute Profiler as a developer (from source) please add this directory to PATH.
You will find utilities and logic specific to ROCm Compute Profiler's different execution modes in their
respective subdirectories.