Home
last modified time | relevance | path

Searched refs:intel_pt_pkt (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c78 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt()
101 struct intel_pt_pkt *packet) in intel_pt_get_pip()
115 static int intel_pt_get_tracestop(struct intel_pt_pkt *packet) in intel_pt_get_tracestop()
122 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
132 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
149 static int intel_pt_get_ovf(struct intel_pt_pkt *packet) in intel_pt_get_ovf()
156 struct intel_pt_pkt *packet) in intel_pt_get_psb()
172 static int intel_pt_get_psbend(struct intel_pt_pkt *packet) in intel_pt_get_psbend()
179 struct intel_pt_pkt *packet) in intel_pt_get_tma()
190 static int intel_pt_get_pad(struct intel_pt_pkt *packet) in intel_pt_get_pad()
[all …]
Dintel-pt-pkt-decoder.h64 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);
Dintel-pt-log.h14 struct intel_pt_pkt;
22 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len,
Dintel-pt-log.c212 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, in __intel_pt_log_packet()
Dintel-pt-decoder.c183 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;
2315 struct intel_pt_pkt pip_packet;
2316 struct intel_pt_pkt vmcs_packet;
2317 struct intel_pt_pkt tma_packet;
2536 static inline bool pip_in_vm(struct intel_pt_pkt *pip_packet) in pip_in_vm()
3053 struct intel_pt_pkt fup_packet;
[all …]
/linux-6.6.21/tools/perf/arch/x86/tests/
Dintel-pt-test.c29 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-6.6.21/tools/perf/util/
Dintel-pt.c234 struct intel_pt_pkt packet; in intel_pt_dump()