Searched refs:intel_pt_pkt (Results 1 – 7 of 7) sorted by relevance
/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-pkt-decoder.h | 59 struct intel_pt_pkt { struct 79 struct intel_pt_pkt *packet, argument 82 void intel_pt_upd_pkt_ctx(const struct intel_pt_pkt *packet, 85 int intel_pt_pkt_desc(const struct intel_pt_pkt *packet, char *buf, size_t len);
|
D | intel-pt-log.h | 14 struct intel_pt_pkt; 21 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len,
|
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 | 140 struct intel_pt_pkt packet; 141 struct intel_pt_pkt tnt; 405 static uint64_t intel_pt_calc_ip(const struct intel_pt_pkt *packet, in intel_pt_calc_ip() 588 struct intel_pt_pkt packet; 2754 struct intel_pt_pkt packet; in intel_pt_next_tsc()
|
/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 24 struct intel_pt_pkt packet; 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()
|
/tools/perf/util/ |
D | intel-pt.c | 182 struct intel_pt_pkt packet; in intel_pt_dump()
|