File reorganization

Move the tracer_tool from the 'test' directory to the 'src' directory.

Change-Id: I13768b9610cd359f78a66147f0255ab1e4c657e9
This commit is contained in:
Laurent Morichetti
2022-05-17 20:59:56 -07:00
parent 0377c5a191
commit b34e9c2ee4
23 changed files with 672 additions and 285 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ class API_DescrParser:
self.content += '\n'
self.content += '#if PROF_API_IMPL\n'
self.content += '#include \"core/callback_table.h\"\n';
self.content += '#include \"callback_table.h\"\n';
self.content += 'namespace roctracer {\n'
self.content += 'namespace hsa_support {\n'
self.add_section('API callback functions', '', self.gen_callbacks)