Searched defs:x86_event (Results 1 – 1 of 1) sorted by relevance
88 struct x86_event { struct89 int16_t vector;90 uint8_t type; /* X86_EVENTTYPE_* */91 uint8_t insn_len; /* Instruction length */92 int32_t error_code; /* X86_EVENT_NO_EC if n/a */93 unsigned long cr2; /* Only for TRAP_page_fault h/w exception */
Completed in 4 milliseconds