fixing simple proxy queue implementation, write index supporting for checking the queue overflow

[ROCm/rocprofiler commit: daad2bc3d1]
Dieser Commit ist enthalten in:
Evgeny
2017-12-20 21:18:01 -06:00
Ursprung 489095e9e6
Commit b33930a13e
5 geänderte Dateien mit 93 neuen und 18 gelöschten Zeilen
-5
Datei anzeigen
@@ -253,11 +253,6 @@ hsa_status_t rocprofiler_iterate_trace_data(
hsa_status_t rocprofiler_error_string(
const char** str); // [out] the API error string pointer returning
////////////////////////////////////////////////////////////////////////////////
// HSA-runtime tool on-load method
bool OnLoad(HsaApiTable* table, uint64_t runtime_version, uint64_t failed_tool_count,
const char* const* failed_tool_names);
#ifdef __cplusplus
} // extern "C" block
#endif // __cplusplus