#include <dr_tools.h>
Data Fields | |
int | frag_id |
app_pc | tag |
app_pc | cache_start_pc |
int | entry_offs |
int | num_exits |
int | code_size |
uint | num_bbs |
bool | x64 |
Code cache address of start of trace.
Length of the trace in the code cache.
Offset into trace of normal entry.
Identifier for the trace.
Number of constituent basic blocks making up the trace.
Number of exits from the trace.
Application address for start of trace.
Whether the trace contains 64-bit code.