Stores general data over a memory mapping to be stored in the output trace file. More...
#include <code_tracer.hpp>
Public Member Functions | |
| TRACER_MAPPING (ADDR start, ADDR end, std::string name) | |
Public Attributes | |
| ADDR | start |
| Start address of the memory mapping. | |
| ADDR | end |
| End address of the memory mapping. | |
| std::string | name |
| Name associated with the memory mapping. | |
Stores general data over a memory mapping to be stored in the output trace file.
| ADDR arion::TRACER_MAPPING::end |
End address of the memory mapping.
| std::string arion::TRACER_MAPPING::name |
Name associated with the memory mapping.
| ADDR arion::TRACER_MAPPING::start |
Start address of the memory mapping.