--- title: "dynamorio::drmemtrace::pt_config_t Struct Reference" layout: default permalink: /structdynamorio_1_1drmemtrace_1_1pt__config__t.html ---
|
DynamoRIO
|
#include <pt2ir.h>
Data Fields | |
| pt_cpu_t | cpu |
| uint32_t | cpuid_0x15_eax |
| uint32_t | cpuid_0x15_ebx |
| uint8_t | mtc_freq |
| uint8_t | nom_freq |
The type of PT raw trace's libipt config.
| pt_cpu_t dynamorio::drmemtrace::pt_config_t::cpu |
The CPU identifier.
| uint32_t dynamorio::drmemtrace::pt_config_t::cpuid_0x15_eax |
The value of cpuid[0x15].eax. It represents the CTC frequency.
| uint32_t dynamorio::drmemtrace::pt_config_t::cpuid_0x15_ebx |
The value of cpuid[0x15].ebx. It represents the CTC frequency.
| uint8_t dynamorio::drmemtrace::pt_config_t::mtc_freq |
The MTC frequency.
| uint8_t dynamorio::drmemtrace::pt_config_t::nom_freq |
The nominal frequency.