Searched refs:INTEL_PT_CFE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 59 INTEL_PT_CFE, enumerator
|
H A D | intel-pt-pkt-decoder.c | 67 [INTEL_PT_CFE] = "CFE", 339 packet->type = buf[2] & 0x80 ? INTEL_PT_CFE_IP : INTEL_PT_CFE; in intel_pt_get_cfe() 657 case INTEL_PT_CFE: in intel_pt_upd_pkt_ctx() 788 case INTEL_PT_CFE: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 835 case INTEL_PT_CFE: in intel_pt_calc_cyc_cb() 1580 case INTEL_PT_CFE: in intel_pt_eptw_lookahead_cb() 2116 case INTEL_PT_CFE: in intel_pt_walk_psbend() 2221 case INTEL_PT_CFE: in intel_pt_walk_fup_tip() 2384 case INTEL_PT_CFE: in intel_pt_vm_psb_lookahead_cb() 2906 case INTEL_PT_CFE: in intel_pt_vm_time_correlation() 3046 case INTEL_PT_CFE: in intel_pt_hop_trace() 3117 case INTEL_PT_CFE: in intel_pt_psb_lookahead_cb() 3494 case INTEL_PT_CFE: in intel_pt_walk_trace() 3565 case INTEL_PT_CFE: in intel_pt_walk_psb() [all …]
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 178 {4, {0x02, 0x13, 0x01, 0x03}, 0, {INTEL_PT_CFE, 1, 3}, 0, 0 }, 180 {4, {0x02, 0x13, 0x1f, 0x00}, 0, {INTEL_PT_CFE, 0x1f, 0}, 0, 0 },
|