Searched refs:INTEL_PT_PIP (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 43 INTEL_PT_PIP, enumerator
|
D | intel-pt-pkt-decoder.c | 55 [INTEL_PT_PIP] = "PIP", 107 packet->type = INTEL_PT_PIP; in intel_pt_get_pip() 620 case INTEL_PT_PIP: in intel_pt_upd_pkt_ctx() 721 case INTEL_PT_PIP: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 689 case INTEL_PT_PIP: in intel_pt_calc_cyc_cb() 1726 case INTEL_PT_PIP: in intel_pt_walk_psbend() 1848 case INTEL_PT_PIP: in intel_pt_walk_fup_tip() 1987 case INTEL_PT_PIP: in intel_pt_walk_trace() 2223 case INTEL_PT_PIP: in intel_pt_walk_psb() 2342 case INTEL_PT_PIP: in intel_pt_walk_to_ip()
|
/Linux-v5.4/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 69 {8, {0x02, 0x43, 2, 4, 6, 8, 10, 12}, 0, {INTEL_PT_PIP, 0, 0x60504030201}, 0, 0 }, 70 {8, {0x02, 0x43, 3, 4, 6, 8, 10, 12}, 0, {INTEL_PT_PIP, 0, 0x60504030201 | (1ULL << 63)}, 0, 0 },
|