Home
last modified time | relevance | path

Searched refs:arm_spe_pkt (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c49 struct arm_spe_pkt *packet) in arm_spe_get_payload()
69 static int arm_spe_get_pad(struct arm_spe_pkt *packet) in arm_spe_get_pad()
76 struct arm_spe_pkt *packet) in arm_spe_get_alignment()
94 struct arm_spe_pkt *packet) in arm_spe_get_timestamp()
101 struct arm_spe_pkt *packet) in arm_spe_get_events()
116 struct arm_spe_pkt *packet) in arm_spe_get_data_source()
123 struct arm_spe_pkt *packet) in arm_spe_get_context()
131 struct arm_spe_pkt *packet) in arm_spe_get_op_type()
165 struct arm_spe_pkt *packet) in arm_spe_do_get_packet()
170 memset(packet, 0, sizeof(struct arm_spe_pkt)); in arm_spe_do_get_packet()
[all …]
H A Darm-spe-pkt-decoder.h34 struct arm_spe_pkt { struct
162 struct arm_spe_pkt *packet);
164 int arm_spe_pkt_desc(const struct arm_spe_pkt *packet, char *buf, size_t len);
H A Darm-spe-decoder.h122 struct arm_spe_pkt packet;
/linux-6.15/tools/perf/util/
H A Darm-spe.c124 struct arm_spe_pkt packet; in arm_spe_dump()