Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.h31 struct cs_etm_packet { struct
104 struct cs_etm_packet *packet);
Dcs-etm-decoder.c46 struct cs_etm_packet packet_buffer[MAX_BUFFER];
93 struct cs_etm_packet *packet) in cs_etm_decoder__get_packet()
315 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_range()
/Linux-v4.19/tools/perf/util/
Dcs-etm.c86 struct cs_etm_packet *prev_packet;
87 struct cs_etm_packet *packet;
299 size_t szp = sizeof(struct cs_etm_packet); in cs_etm__alloc_queue()
495 static inline u64 cs_etm__last_executed_instr(struct cs_etm_packet *packet) in cs_etm__last_executed_instr()
512 static inline u64 cs_etm__first_executed_instr(struct cs_etm_packet *packet) in cs_etm__first_executed_instr()
521 static inline u64 cs_etm__instr_count(const struct cs_etm_packet *packet) in cs_etm__instr_count()
532 static inline u64 cs_etm__instr_addr(const struct cs_etm_packet *packet, in cs_etm__instr_addr()
868 struct cs_etm_packet *tmp; in cs_etm__sample()
949 struct cs_etm_packet *tmp; in cs_etm__flush()