#include <drpttracer.h>
Data Fields | |
| uint16_t | cpu_family |
| uint8_t | cpu_model |
| uint8_t | cpu_stepping |
| uint16_t | time_shift |
| uint32_t | time_mult |
| uint64_t | time_zero |
The type of PT trace's metadata.
| uint16_t _pt_metadata_t::cpu_family |
The CPU family.
| uint8_t _pt_metadata_t::cpu_model |
The CPU mode.
| uint8_t _pt_metadata_t::cpu_stepping |
The CPU stepping.
| uint32_t _pt_metadata_t::time_mult |
The time multiplier. pt2ir_t uses it to synchronize the time of the PT trace and sideband data.
| uint16_t _pt_metadata_t::time_shift |
The time shift. pt2ir_t uses it to synchronize the time of the PT trace and sideband data.
| uint64_t _pt_metadata_t::time_zero |
The time zero. pt2ir_t uses it to synchronize the time of the PT trace and sideband data.