#include <memref.h>
Data Fields | |
trace_type_t | type |
memref_pid_t | pid |
memref_tid_t | tid |
addr_t | addr |
size_t | size |
A trace entry representing an instruction fetch.
addr_t _memref_instr_t::addr |
The address of the instruction (i.e., program counter).
memref_pid_t _memref_instr_t::pid |
Process id.
size_t _memref_instr_t::size |
The length of the instruction.
memref_tid_t _memref_instr_t::tid |
Thread id.
trace_type_t _memref_instr_t::type |
Matches type_is_instr() or TRACE_TYPE_INSTR_NO_FETCH.