Searched refs:last_instr_exec (Results 1 – 5 of 5) sorted by relevance
121 uint32_t last_instr_exec:1; /**< 1 if last instruction in range was executed; */ member
393 decoder->out_pkt.last_instr_exec = (decoder->curr_pkt.header & 0x4) ? 1 : 0; in analyse_packet()442 decoder->out_pkt.last_instr_exec = (decoder->curr_pkt.header & 0x4) ? 1 : 0; in analyse_packet()
138 last_instr_exec = exec ? 1 : 0; in setLastInstrInfo()
137 oss << ((last_instr_exec == 1) ? "E " : "N "); in toString()
65 uint32_t last_instr_exec:1; /* 1 if last instruction in range was executed; */128 __packet fields valid__: `isa, st_addr, en_addr, last_i_type, last_i_subtype, last_instr_exec, last…139 was a branch or otherwise - which combined with `last_instr_exec` determines if the branch was take…391 in the raw trace stream - the `last_instr_exec` flag taking the value of the Atom - 1 for E, 0 for …