Move callback_table.h to the util directory

The CallbackTable utility is shared by multiple APIs, so move it out
of the roctracer directory.

Change-Id: Ie2378dca8a4f90bd334dbe2d39ced37c9e790ed0
Este commit está contenido en:
Laurent Morichetti
2022-05-23 11:44:36 -07:00
padre 8ee9d859ed
commit c0cbcdff1d
Se han modificado 4 ficheros con 13 adiciones y 13 borrados
+2 -2
Ver fichero
@@ -22,11 +22,11 @@
#include "roctracer_roctx.h"
#include "ext/prof_protocol.h"
#include "callback_table.h"
#include "util/callback_table.h"
namespace {
roctracer::CallbackTable<ACTIVITY_DOMAIN_ROCTX, ROCTX_API_ID_NUMBER> callbacks;
roctracer::util::CallbackTable<ACTIVITY_DOMAIN_ROCTX, ROCTX_API_ID_NUMBER> callbacks;
thread_local int nested_range_level(0);
} // namespace