Searched refs:cs_etm_packet (Results 1 – 4 of 4) sorted by relevance
17 struct cs_etm_packet;92 struct cs_etm_packet *packet);
84 struct cs_etm_packet *packet) in cs_etm_decoder__get_packet()388 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_range()476 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_exception()
122 struct cs_etm_packet { struct158 struct cs_etm_packet packet_buffer[CS_ETM_PACKET_MAX_BUFFER]; argument
78 struct cs_etm_packet *prev_packet;79 struct cs_etm_packet *packet;245 tidq->packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue()249 tidq->prev_packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue()921 static inline u64 cs_etm__first_executed_instr(struct cs_etm_packet *packet) in cs_etm__first_executed_instr()931 u64 cs_etm__last_executed_instr(const struct cs_etm_packet *packet) in cs_etm__last_executed_instr()942 const struct cs_etm_packet *packet, in cs_etm__instr_addr()1085 const struct cs_etm_packet *packet, in cs_etm__copy_insn()1343 struct cs_etm_packet *tmp; in cs_etm__sample()1444 struct cs_etm_packet *tmp; in cs_etm__flush()[all …]