#ifndef _PERF_ELF_H__ #define _PERF_ELF_H__ #include #include #include "symbol.h" bool get_symbol_from_elf(std::set &ss, const char *path, size_t file_base_addr); #endif