about summary refs log tree commit diff stats
path: root/src/include/perfmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/perfmap.h')
-rw-r--r--src/include/perfmap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/perfmap.h b/src/include/perfmap.h
new file mode 100644
index 00000000..574b3f2c
--- /dev/null
+++ b/src/include/perfmap.h
@@ -0,0 +1,6 @@
+#ifndef __PERFMAP_H__
+#define __PERFMAP_H__
+
+void writePerfMap(uintptr_t func_addr, uintptr_t code_addr, size_t code_size, const char* inst_name);
+
+#endif // __PERFMAP_H__
\ No newline at end of file