Initial commit

This commit is contained in:
2022-04-06 20:49:26 +02:00
commit 9ea37507a7
6 changed files with 260 additions and 0 deletions

5
dram_tracer_create.h Normal file
View File

@@ -0,0 +1,5 @@
#include <string>
class analysis_tool_t;
analysis_tool_t *dram_tracer_create(const std::string &output_dir = "");