|
The Pedigree Project
0.1
|
#include <instrument.h>
Collaboration diagram for InstrumentationRecord:Public Attributes | |
| struct { | |
| uint8_t flags | |
| uintptr_t function | |
| uintptr_t caller | |
| uint16_t magic | |
| } | data |
| uint8_t | buffer [sizeof(data)] |
InstrumentationRecord is the full-size, full-featured instrumentation type. It provides information about callers and allows for flexibility via flags.
Definition at line 39 of file instrument.h.
1.8.11