SWDEV-251491 : fixing tracing on exit

Change-Id: I1bf2a6093331e7a08179b9f64394c5c49206ef0e


[ROCm/roctracer commit: 912cfd4cf8]
This commit is contained in:
Evgeny
2020-12-25 01:49:44 -05:00
parent b81697c07e
commit fc65a545a7
2 changed files with 16 additions and 11 deletions
@@ -1026,8 +1026,10 @@ void tool_load() {
void exit_handler(int status, void* arg) {
ONLOAD_TRACE("status(" << status << ") arg(" << arg << ")");
#if 0
tool_unload();
ONLOAD_TRACE_END();
#endif
}
// HSA-runtime tool on-load method