Results 10 comments of eshcherb

Could you check with '--sys-trace' which should enable HIP + HSA tracing.

Thank you for reporting the issue. I will try to reproduce it.

Abort (core dumped) is exit of profiler on an error. Could you provide complete log with the error message?

Hi, it looks like you have corrupted ROCM installation. ROCr runtime cannot find 'libhsa-amd-aqlprofile64.so' library. Run the profiling with 'LD_DEBUG=libs': $ LD_DEBUG=libs rocprof > log.txt 2>&1 And you can check...

And please upload the 'log.txt' with the output from 'LD_DEBUG=libs'.

Coudl you use roc-3.5 branch. I don't see the issue there, the include is in place: https://github.com/ROCm-Developer-Tools/rocprofiler/blob/roc-3.5/test/ctrl/test_kernel.h#L26

Currently profiler supports JSON format compatible with Google Chrome-tracing.

Could you please update yrou ROCM till ROCm 3.5? Also please use roc-3.5 roctracer repo branch.

There are python modules requirements: CppHeaderParser, argparse. To install: sudo pip install CppHeaderParser argparse