Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c75 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt()
98 struct intel_pt_pkt *packet) in intel_pt_get_pip()
112 static int intel_pt_get_tracestop(struct intel_pt_pkt *packet) in intel_pt_get_tracestop()
119 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
129 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
146 static int intel_pt_get_ovf(struct intel_pt_pkt *packet) in intel_pt_get_ovf()
153 struct intel_pt_pkt *packet) in intel_pt_get_psb()
169 static int intel_pt_get_psbend(struct intel_pt_pkt *packet) in intel_pt_get_psbend()
176 struct intel_pt_pkt *packet) in intel_pt_get_tma()
187 static int intel_pt_get_pad(struct intel_pt_pkt *packet) in intel_pt_get_pad()
[all …]
Dintel-pt-pkt-decoder.h61 struct intel_pt_pkt { struct
81 struct intel_pt_pkt *packet, argument
84 void intel_pt_upd_pkt_ctx(const struct intel_pt_pkt *packet,
87 int intel_pt_pkt_desc(const struct intel_pt_pkt *packet, char *buf, size_t len);
Dintel-pt-log.h14 struct intel_pt_pkt;
21 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len,
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.c180 struct intel_pt_pkt packet;
181 struct intel_pt_pkt tnt;
502 static uint64_t intel_pt_calc_ip(const struct intel_pt_pkt *packet, in intel_pt_calc_ip()
708 struct intel_pt_pkt packet;
2052 struct intel_pt_pkt pip_packet;
2053 struct intel_pt_pkt vmcs_packet;
2054 struct intel_pt_pkt tma_packet;
2270 static inline bool pip_in_vm(struct intel_pt_pkt *pip_packet) in pip_in_vm()
2774 struct intel_pt_pkt fup_packet;
3854 struct intel_pt_pkt packet; in intel_pt_next_tsc()
/Linux-v5.15/tools/perf/arch/x86/tests/
Dintel-pt-pkt-decoder-test.c24 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()
/Linux-v5.15/tools/perf/util/
Dintel-pt.c197 struct intel_pt_pkt packet; in intel_pt_dump()