Searched refs:cs_etm_packet (Results 1 – 4 of 4) sorted by relevance
18 struct cs_etm_packet;106 struct cs_etm_packet *packet);
97 struct cs_etm_packet *packet) in cs_etm_decoder__get_packet()438 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_range()519 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_exception()
172 struct cs_etm_packet { struct208 struct cs_etm_packet packet_buffer[CS_ETM_PACKET_MAX_BUFFER]; argument
94 struct cs_etm_packet *prev_packet;95 struct cs_etm_packet *packet;622 tidq->packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue()626 tidq->prev_packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue()746 struct cs_etm_packet *tmp; in cs_etm__packet_swap()1350 static inline u64 cs_etm__first_executed_instr(struct cs_etm_packet *packet) in cs_etm__first_executed_instr()1364 u64 cs_etm__last_executed_instr(const struct cs_etm_packet *packet) in cs_etm__last_executed_instr()1375 const struct cs_etm_packet *packet, in cs_etm__instr_addr()1513 const struct cs_etm_packet *packet, in cs_etm__copy_insn()2037 struct cs_etm_packet *packet, in cs_etm__is_svc_instr()[all …]