about summary refs log tree commit diff stats
path: root/src/include/perfmap.h
blob: 574b3f2c50ba06fa8019c6f7cfc1f32668c3e142 (plain) (blame)
1
2
3
4
5
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__