Searched refs:intel_pt_pkt (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.c | 74 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt() 97 struct intel_pt_pkt *packet) in intel_pt_get_pip() 111 static int intel_pt_get_tracestop(struct intel_pt_pkt *packet) in intel_pt_get_tracestop() 118 struct intel_pt_pkt *packet) in intel_pt_get_cbr() 128 struct intel_pt_pkt *packet) in intel_pt_get_vmcs() 140 static int intel_pt_get_ovf(struct intel_pt_pkt *packet) in intel_pt_get_ovf() 147 struct intel_pt_pkt *packet) in intel_pt_get_psb() 163 static int intel_pt_get_psbend(struct intel_pt_pkt *packet) in intel_pt_get_psbend() 170 struct intel_pt_pkt *packet) in intel_pt_get_tma() 181 static int intel_pt_get_pad(struct intel_pt_pkt *packet) in intel_pt_get_pad() [all …]
|
H A D | intel-pt-pkt-decoder.h | 64 struct intel_pt_pkt { struct 84 struct intel_pt_pkt *packet, argument 87 void intel_pt_upd_pkt_ctx(const struct intel_pt_pkt *packet, 90 int intel_pt_pkt_desc(const struct intel_pt_pkt *packet, char *buf, size_t len);
|
H A D | intel-pt-log.h | 14 struct intel_pt_pkt; 22 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len,
|
H A D | intel-pt-decoder.c | 183 struct intel_pt_pkt packet; 184 struct intel_pt_pkt tnt; 232 struct intel_pt_pkt fup_cfe_pkt; 514 static uint64_t intel_pt_calc_ip(const struct intel_pt_pkt *packet, in intel_pt_calc_ip() 721 struct intel_pt_pkt packet; 2317 struct intel_pt_pkt pip_packet; 2318 struct intel_pt_pkt vmcs_packet; 2319 struct intel_pt_pkt tma_packet; 2538 static inline bool pip_in_vm(struct intel_pt_pkt *pip_packet) in pip_in_vm() 3055 struct intel_pt_pkt fup_packe [all...] |
H A D | intel-pt-log.c | 212 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, in __intel_pt_log_packet()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 29 struct intel_pt_pkt packet; 189 static int dump_packet(const struct intel_pt_pkt *packet, const u8 *bytes, int len) in dump_packet() 216 static int fail(const struct test_data *d, struct intel_pt_pkt *packet, int len, in fail() 245 static int test_ctx_unchanged(const struct test_data *d, struct intel_pt_pkt *packet, in test_ctx_unchanged() 263 struct intel_pt_pkt packet; in test_one()
|
/linux/tools/perf/util/ |
H A D | intel-pt.c | 234 struct intel_pt_pkt packet; in intel_pt_dump()
|