geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Namespaces | Functions
ELF.hpp File Reference
#include <string>
#include <memory>
#include <map>
Include dependency graph for ELF.hpp:
This graph shows which files directly or indirectly include this file:

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...