Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c82 struct intel_pt_pkt *packet) in intel_pt_get_long_tnt()
105 struct intel_pt_pkt *packet) in intel_pt_get_pip()
121 static int intel_pt_get_tracestop(struct intel_pt_pkt *packet) in intel_pt_get_tracestop()
128 struct intel_pt_pkt *packet) in intel_pt_get_cbr()
138 struct intel_pt_pkt *packet) in intel_pt_get_vmcs()
155 static int intel_pt_get_ovf(struct intel_pt_pkt *packet) in intel_pt_get_ovf()
162 struct intel_pt_pkt *packet) in intel_pt_get_psb()
178 static int intel_pt_get_psbend(struct intel_pt_pkt *packet) in intel_pt_get_psbend()
185 struct intel_pt_pkt *packet) in intel_pt_get_tma()
196 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
73 struct intel_pt_pkt *packet); argument
75 int intel_pt_pkt_desc(const struct intel_pt_pkt *packet, char *buf, size_t len);
Dintel-pt-log.h23 struct intel_pt_pkt;
29 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len,
Dintel-pt-log.c101 void __intel_pt_log_packet(const struct intel_pt_pkt *packet, int pkt_len, in __intel_pt_log_packet()
Dintel-pt-decoder.c139 struct intel_pt_pkt packet;
140 struct intel_pt_pkt tnt;
400 static uint64_t intel_pt_calc_ip(const struct intel_pt_pkt *packet, in intel_pt_calc_ip()
569 struct intel_pt_pkt packet;
2509 struct intel_pt_pkt packet; in intel_pt_next_tsc()
/Linux-v4.19/tools/perf/util/
Dintel-pt.c166 struct intel_pt_pkt packet; in intel_pt_dump()