geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
#include <string>
#include <memory>
#include <map>
Go to the source code of this file.
Namespaces | |
geopm | |
Functions | |
std::pair< size_t, std::string > | geopm::symbol_lookup (const void *instruction_ptr) |
Look up the nearest symbol lower than an instruction address. More... | |
std::map< size_t, std::string > | geopm::elf_symbol_map (const std::string &file_path) |
Get a map from symbol location to symbol name for all symbols in an ELF file. More... | |