several fixes; adding direct loading of alprofile library

Этот коммит содержится в:
Evgeny
2017-12-19 15:32:34 -06:00
родитель 84644dc732
Коммит 8270530fec
16 изменённых файлов: 195 добавлений и 136 удалений
+1 -1
Просмотреть файл
@@ -7,5 +7,5 @@ void SimpleProxyQueue::HsaIntercept(HsaApiTable* table) {
table->core_->hsa_queue_store_write_index_relaxed_fn = rocprofiler::SimpleProxyQueue::StoreIndex;
}
std::map<signal_handle_t, SimpleProxyQueue*> SimpleProxyQueue::queue_map_;
SimpleProxyQueue::queue_map_t* SimpleProxyQueue::queue_map_ = NULL;
} // namespace rocprofiler