--- title: "dynamorio::drmemtrace::pt_cpu_t Struct Reference" layout: default permalink: /structdynamorio_1_1drmemtrace_1_1pt__cpu__t.html ---
DynamoRIO
|
#include <pt2ir.h>
Data Fields | |
pt_cpu_vendor_t | vendor |
uint16_t | family |
uint8_t | model |
uint8_t | stepping |
The types of the CPU model.
uint16_t dynamorio::drmemtrace::pt_cpu_t::family |
The CPU family.
uint8_t dynamorio::drmemtrace::pt_cpu_t::model |
The CPU mode.
uint8_t dynamorio::drmemtrace::pt_cpu_t::stepping |
The CPU stepping.
pt_cpu_vendor_t dynamorio::drmemtrace::pt_cpu_t::vendor |
The vendor of the CPU.