Searched refs:INTEL_PT_MWAIT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 145 {10, {0x02, 0xc2}, 0, {INTEL_PT_MWAIT, 0, 0}, 0, 0 }, 146 {10, {0x02, 0xc2, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_MWAIT, 0, 0x807060504030201}, 0, 0 }, 147 {10, {0x02, 0xc2, 0xff, 2, 3, 4, 7, 6, 7, 8}, 0, {INTEL_PT_MWAIT, 0, 0x8070607040302ff}, 0, 0 },
|
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 52 INTEL_PT_MWAIT, enumerator
|
H A D | intel-pt-pkt-decoder.c | 60 [INTEL_PT_MWAIT] = "MWAIT", 260 packet->type = INTEL_PT_MWAIT; in intel_pt_get_mwait() 654 case INTEL_PT_MWAIT: in intel_pt_upd_pkt_ctx() 767 case INTEL_PT_MWAIT: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 944 case INTEL_PT_MWAIT: in intel_pt_calc_cyc_cb() 1573 case INTEL_PT_MWAIT: in intel_pt_eptw_lookahead_cb() 2109 case INTEL_PT_MWAIT: in intel_pt_walk_psbend() 2214 case INTEL_PT_MWAIT: in intel_pt_walk_fup_tip() 2370 case INTEL_PT_MWAIT: in intel_pt_vm_psb_lookahead_cb() 2915 case INTEL_PT_MWAIT: in intel_pt_vm_time_correlation() 3039 case INTEL_PT_MWAIT: in intel_pt_hop_trace() 3110 case INTEL_PT_MWAIT: in intel_pt_psb_lookahead_cb() 3423 case INTEL_PT_MWAIT: in intel_pt_walk_trace() 3558 case INTEL_PT_MWAIT: in intel_pt_walk_psb() [all …]
|