Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 14 of 14) sorted by relevance

/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c77 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt()
100 struct intel_pt_pkt *packet) in intel_pt_get_pip()
116 static int intel_pt_get_tracestop(struct intel_pt_pkt *packet) in intel_pt_get_tracestop()
123 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
133 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
150 static int intel_pt_get_ovf(struct intel_pt_pkt *packet) in intel_pt_get_ovf()
157 struct intel_pt_pkt *packet) in intel_pt_get_psb()
173 static int intel_pt_get_psbend(struct intel_pt_pkt *packet) in intel_pt_get_psbend()
180 struct intel_pt_pkt *packet) in intel_pt_get_tma()
191 static int intel_pt_get_pad(struct intel_pt_pkt *packet) in intel_pt_get_pad()
[all …]
Dintel-pt-log.c97 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, in __intel_pt_log_packet()
Dintel-pt-decoder.c152 struct intel_pt_pkt packet; member
435 static uint64_t intel_pt_calc_ip(const struct intel_pt_pkt *packet, in intel_pt_calc_ip()
618 struct intel_pt_pkt packet; member
2998 struct intel_pt_pkt packet; in intel_pt_next_tsc() local
/tools/perf/util/arm-spe-decoder/
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-decoder.h74 struct arm_spe_pkt packet; member
/tools/perf/arch/x86/tests/
Dintel-pt-pkt-decoder-test.c24 struct intel_pt_pkt packet; member
173 static int dump_packet(struct intel_pt_pkt *packet, u8 *bytes, int len) in dump_packet()
200 static int fail(struct test_data *d, struct intel_pt_pkt *packet, int len, in fail()
229 static int test_ctx_unchanged(struct test_data *d, struct intel_pt_pkt *packet, in test_ctx_unchanged()
247 struct intel_pt_pkt packet; in test_one() local
/tools/firewire/
Dnosy-dump.c644 get_bits(struct link_packet *packet, int offset, int width) in get_bits()
684 decode_link_packet(struct link_packet *packet, size_t length, in decode_link_packet()
807 struct link_packet *packet = (struct link_packet *) data; in print_packet() local
842 struct link_packet *packet = (struct link_packet *) data; in print_stats() local
Dnosy-dump.h162 struct link_packet packet; member
/tools/testing/selftests/tc-testing/creating-testcases/
Dscapy-example.json29 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()" string
77 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()" string
/tools/perf/util/
Dcs-etm.c79 struct cs_etm_packet *packet; member
951 static inline u64 cs_etm__first_executed_instr(struct cs_etm_packet *packet) in cs_etm__first_executed_instr()
961 u64 cs_etm__last_executed_instr(const struct cs_etm_packet *packet) in cs_etm__last_executed_instr()
972 const struct cs_etm_packet *packet, in cs_etm__instr_addr()
1115 const struct cs_etm_packet *packet, in cs_etm__copy_insn()
1640 struct cs_etm_packet *packet, in cs_etm__is_svc_instr()
1714 struct cs_etm_packet *packet = tidq->packet; in cs_etm__is_syscall() local
1739 struct cs_etm_packet *packet = tidq->packet; in cs_etm__is_async_exception() local
1767 struct cs_etm_packet *packet = tidq->packet; in cs_etm__is_sync_exception() local
1814 struct cs_etm_packet *packet = tidq->packet; in cs_etm__set_sample_flags() local
Darm-spe.c92 struct arm_spe_pkt packet; in arm_spe_dump() local
Dintel-pt.c188 struct intel_pt_pkt packet; in intel_pt_dump() local
/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c84 struct cs_etm_packet *packet) in cs_etm_decoder__get_packet()
388 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_range() local
476 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_exception() local
/tools/testing/selftests/net/
Dpsock_tpacket.c375 char packet[1024]; in walk_tx() local