Searched refs:INTEL_PT_OVF (Results 1 – 4 of 4) sorted by relevance
/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 117 {2, {0x02, 0xf3}, 0, {INTEL_PT_OVF, 0, 0}, 0, 0 }, 118 {2, {0x02, 0xf3}, INTEL_PT_BLK_4_CTX, {INTEL_PT_OVF, 0, 0}, 0, 0 }, 119 {2, {0x02, 0xf3}, INTEL_PT_BLK_8_CTX, {INTEL_PT_OVF, 0, 0}, 0, 0 },
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 44 INTEL_PT_OVF, enumerator
|
D | intel-pt-pkt-decoder.c | 56 [INTEL_PT_OVF] = "OVF", 152 packet->type = INTEL_PT_OVF; in intel_pt_get_ovf() 621 case INTEL_PT_OVF: in intel_pt_upd_pkt_ctx() 671 case INTEL_PT_OVF: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 811 case INTEL_PT_OVF: in intel_pt_calc_cyc_cb() 1706 case INTEL_PT_OVF: in intel_pt_walk_psbend() 1807 case INTEL_PT_OVF: in intel_pt_walk_fup_tip() 1919 case INTEL_PT_OVF: in intel_pt_walk_trace() 2255 case INTEL_PT_OVF: in intel_pt_walk_psb() 2354 case INTEL_PT_OVF: in intel_pt_walk_to_ip()
|