Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Darm-spe-pkt-decoder.c86 struct arm_spe_pkt *packet) in arm_spe_get_payload()
106 static int arm_spe_get_pad(struct arm_spe_pkt *packet) in arm_spe_get_pad()
113 struct arm_spe_pkt *packet) in arm_spe_get_alignment()
124 static int arm_spe_get_end(struct arm_spe_pkt *packet) in arm_spe_get_end()
131 struct arm_spe_pkt *packet) in arm_spe_get_timestamp()
138 struct arm_spe_pkt *packet) in arm_spe_get_events()
155 struct arm_spe_pkt *packet) in arm_spe_get_data_source()
162 struct arm_spe_pkt *packet) in arm_spe_get_context()
171 struct arm_spe_pkt *packet) in arm_spe_get_op_type()
179 const unsigned char ext_hdr, struct arm_spe_pkt *packet) in arm_spe_get_counter()
[all …]
Darm-spe-pkt-decoder.h31 struct arm_spe_pkt { struct
40 struct arm_spe_pkt *packet); argument
42 int arm_spe_pkt_desc(const struct arm_spe_pkt *packet, char *buf, size_t len);
Darm-spe.c52 struct arm_spe_pkt packet; in arm_spe_dump()