Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
A 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()
119 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
129 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
153 struct intel_pt_pkt *packet) in intel_pt_get_psb()
176 struct intel_pt_pkt *packet) in intel_pt_get_tma()
194 struct intel_pt_pkt *packet) in intel_pt_get_mnt()
219 struct intel_pt_pkt *packet) in intel_pt_get_ptwrite()
284 struct intel_pt_pkt *packet) in intel_pt_get_bbp()
384 struct intel_pt_pkt *packet) in intel_pt_get_short_tnt()
[all …]
A 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);
A Dintel-pt-log.h14 struct intel_pt_pkt;
21 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len,
A Dintel-pt-log.c97 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, in __intel_pt_log_packet()
A 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()
709 struct intel_pt_pkt packet;
2070 struct intel_pt_pkt pip_packet;
2071 struct intel_pt_pkt vmcs_packet;
2072 struct intel_pt_pkt tma_packet;
2288 static inline bool pip_in_vm(struct intel_pt_pkt *pip_packet) in pip_in_vm()
2798 struct intel_pt_pkt fup_packet;
3880 struct intel_pt_pkt packet; in intel_pt_next_tsc()
/linux/tools/perf/arch/x86/tests/
A 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/tools/perf/util/
A Dintel-pt.c208 struct intel_pt_pkt packet; in intel_pt_dump()

Completed in 30 milliseconds