/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.c | 77 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 …]
|
D | intel-pt-log.c | 97 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, in __intel_pt_log_packet()
|
D | intel-pt-decoder.c | 152 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/ |
D | arm-spe-pkt-decoder.c | 86 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 …]
|
D | arm-spe-decoder.h | 74 struct arm_spe_pkt packet; member
|
/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 24 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/ |
D | nosy-dump.c | 644 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
|
D | nosy-dump.h | 162 struct link_packet packet; member
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | scapy-example.json | 29 "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/ |
D | cs-etm.c | 79 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
|
D | arm-spe.c | 92 struct arm_spe_pkt packet; in arm_spe_dump() local
|
D | intel-pt.c | 188 struct intel_pt_pkt packet; in intel_pt_dump() local
|
/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.c | 84 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/ |
D | psock_tpacket.c | 375 char packet[1024]; in walk_tx() local
|