/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | intel-pt-pkt-decoder-test.c | 93 {1, {0x03}, 0, {INTEL_PT_CYC, 0, 0}, 0, 1 }, 94 {1, {0x0b}, 0, {INTEL_PT_CYC, 0, 1}, 0, 1 }, 95 {1, {0xfb}, 0, {INTEL_PT_CYC, 0, 0x1f}, 0, 1 }, 96 {2, {0x07, 2}, 0, {INTEL_PT_CYC, 0, 0x20}, 0, 1 }, 97 {2, {0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0xfff}, 0, 1 }, 98 {3, {0x07, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x1000}, 0, 1 }, 99 {3, {0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x7ffff}, 0, 1 }, 100 {4, {0x07, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x80000}, 0, 1 }, 101 {4, {0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x3ffffff}, 0, 1 }, 102 {5, {0x07, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 101 {1, {0x03}, 0, {INTEL_PT_CYC, 0, 0}, 0, 1 }, 102 {1, {0x0b}, 0, {INTEL_PT_CYC, 0, 1}, 0, 1 }, 103 {1, {0xfb}, 0, {INTEL_PT_CYC, 0, 0x1f}, 0, 1 }, 104 {2, {0x07, 2}, 0, {INTEL_PT_CYC, 0, 0x20}, 0, 1 }, 105 {2, {0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0xfff}, 0, 1 }, 106 {3, {0x07, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x1000}, 0, 1 }, 107 {3, {0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x7ffff}, 0, 1 }, 108 {4, {0x07, 1, 1, 2}, 0, {INTEL_PT_CYC, 0, 0x80000}, 0, 1 }, 109 {4, {0xff, 0xff, 0xff, 0xfe}, 0, {INTEL_PT_CYC, 0, 0x3ffffff}, 0, 1 }, 110 {5, {0x07, 1, 1, 1, 2}, 0, {INTEL_PT_CYC, [all...] |
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 37 INTEL_PT_CYC, enumerator
|
H A D | intel-pt-pkt-decoder.c | 49 [INTEL_PT_CYC] = "CYC", 422 packet->type = INTEL_PT_CYC; in intel_pt_get_cyc() 605 case INTEL_PT_CYC: in intel_pt_upd_pkt_ctx() 705 case INTEL_PT_CYC: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 764 if (pkt_info->last_packet_type != INTEL_PT_CYC) { in intel_pt_calc_cyc_cb() 785 if (pkt_info->last_packet_type != INTEL_PT_CYC) { in intel_pt_calc_cyc_cb() 822 case INTEL_PT_CYC: in intel_pt_calc_cyc_cb() 1482 if (decoder->last_packet_type == INTEL_PT_CYC) { in intel_pt_calc_tsc_timestamp() 1621 if (decoder->last_packet_type == INTEL_PT_CYC) { in intel_pt_calc_mtc_timestamp() 1806 case INTEL_PT_CYC: in intel_pt_walk_psbend() 1921 case INTEL_PT_CYC: in intel_pt_walk_fup_tip() 2043 case INTEL_PT_CYC: in intel_pt_hop_trace() 2080 if (decoder->sample_cyc && last_packet_type != INTEL_PT_CYC) in intel_pt_walk_trace() 2235 case INTEL_PT_CYC in intel_pt_walk_trace() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 39 INTEL_PT_CYC, enumerator
|
H A D | intel-pt-pkt-decoder.c | 47 [INTEL_PT_CYC] = "CYC", 447 packet->type = INTEL_PT_CYC; in intel_pt_get_cyc() 631 case INTEL_PT_CYC: in intel_pt_upd_pkt_ctx() 734 case INTEL_PT_CYC: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 870 if (pkt_info->last_packet_type != INTEL_PT_CYC) { in intel_pt_calc_cyc_cb() 891 if (pkt_info->last_packet_type != INTEL_PT_CYC) { in intel_pt_calc_cyc_cb() 928 case INTEL_PT_CYC: in intel_pt_calc_cyc_cb() 1559 case INTEL_PT_CYC: in intel_pt_eptw_lookahead_cb() 1844 if (decoder->last_packet_type == INTEL_PT_CYC) { in intel_pt_calc_tsc_timestamp() 1980 if (decoder->last_packet_type == INTEL_PT_CYC) { in intel_pt_calc_mtc_timestamp() 2164 case INTEL_PT_CYC: in intel_pt_walk_psbend() 2286 case INTEL_PT_CYC: in intel_pt_walk_fup_tip() 2336 case INTEL_PT_CYC: in intel_pt_vm_psb_lookahead_cb() 2402 if (pkt_info->packet.type == INTEL_PT_CYC || in intel_pt_ovf_fup_lookahead_cb() [all...] |