Searched refs:last_instr_taken_branch (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dcs-etm.h183 bool last_instr_taken_branch; member in struct:cs_etm_packet
H A Dcs-etm.c447 queue->packet_buffer[i].last_instr_taken_branch = false;
1728 tidq->prev_packet->last_instr_taken_branch)
1823 tidq->prev_packet->last_instr_taken_branch)
1843 * to set 'prev_packet->last_instr_taken_branch' to true. This ensures
1852 tidq->prev_packet->last_instr_taken_branch = true;
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c415 packet_queue->packet_buffer[et].last_instr_taken_branch = false;
472 packet->last_instr_taken_branch = elem->last_instr_exec;
474 packet->last_instr_taken_branch = false;

Completed in 124 milliseconds