Home
last modified time | relevance | path

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

/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c77 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 …]
Dintel-pt-pkt-decoder.h59 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);
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.c140 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/
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()
/tools/perf/util/
Dintel-pt.c182 struct intel_pt_pkt packet; in intel_pt_dump()