Add KFD support (3rd try).

[ROCm/roctracer commit: e8a5f32039]
This commit is contained in:
Rachida Kebichi
2019-09-27 18:43:01 -04:00
parent 0c407e3cf4
commit 3da4951471
@@ -297,7 +297,9 @@ void hip_api_flush_cb(hip_api_trace_entry_t* entry) {
data->args.hipModuleLaunchKernel.stream);
break;
default:
#if 0
fprintf(hip_api_file_handle, "%s()\n", oss.str().c_str());
#endif
}
} else {
fprintf(hip_api_file_handle, "%s(%s)\n", oss.str().c_str(), entry->name);