Home
last modified time | relevance | path

Searched refs:cs_etm_packet (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h18 struct cs_etm_packet;
106 struct cs_etm_packet *packet);
/linux/tools/perf/util/
H A Dcs-etm.h172 struct cs_etm_packet { struct
208 struct cs_etm_packet packet_buffer[CS_ETM_PACKET_MAX_BUFFER]; argument
H A Dcs-etm.c95 struct cs_etm_packet *prev_packet;
96 struct cs_etm_packet *packet;
616 tidq->packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue()
620 tidq->prev_packet = zalloc(sizeof(struct cs_etm_packet)); in cs_etm__init_traceid_queue()
740 struct cs_etm_packet *tmp; in cs_etm__packet_swap()
1344 static inline u64 cs_etm__first_executed_instr(struct cs_etm_packet *packet) in cs_etm__first_executed_instr()
1358 u64 cs_etm__last_executed_instr(const struct cs_etm_packet *packet) in cs_etm__last_executed_instr()
1369 const struct cs_etm_packet *packet, in cs_etm__instr_addr()
1507 const struct cs_etm_packet *packet, in cs_etm__copy_insn()
2032 struct cs_etm_packet *packet, in cs_etm__is_svc_instr()
[all …]