9 #ifndef TEMU_INSTRUMENTER_H 10 #define TEMU_INSTRUMENTER_H 30 int (*beginBlock)(
void *Obj, uint64_t VA, uint64_t PA);
31 int (*endBlock)(
void *Obj, uint64_t VA, uint64_t PA);
32 int (*beginInstr)(
void *Obj, uint64_t VA, uint64_t PA, uint32_t Instr,
36 int (*endInstr)(
void *Obj, uint64_t VA, uint64_t PA, uint32_t Instr,
37 uint32_t Flags,
int Arm);
40 #define TEMU_INSTRUMENTER_IFACE_TYPE "InstrumenterIface" 43 #endif // ! TEMU_INSTRUMENTER_H Definition: Instrumenter.h:24
Definition: Instrumenter.h:25
Definition: Instrumenter.h:23
Definition: Instrumenter.h:26
temu_InstructionFlags
Definition: Instrumenter.h:14
Definition: Instrumenter.h:16
Definition: Instrumenter.h:17
Definition: Instrumenter.h:19
Definition: Instrumenter.h:29
Definition: Instrumenter.h:15
Definition: Instrumenter.h:20
TEMU_IFACE_REFERENCE_TYPE(temu_Instrumenter)
Definition: Instrumenter.h:21
Definition: Instrumenter.h:22
Definition: Instrumenter.h:18