Searched refs:INTEL_PT_PAD (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 26 INTEL_PT_PAD, enumerator
|
H A D | intel-pt-pkt-decoder.c | 38 [INTEL_PT_PAD] = "PAD", 193 packet->type = INTEL_PT_PAD; in intel_pt_get_pad() 600 case INTEL_PT_PAD: in intel_pt_upd_pkt_ctx() 667 case INTEL_PT_PAD: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 660 } while (pkt_info.packet.type == INTEL_PT_PAD); in intel_pt_pkt_lookahead() 723 case INTEL_PT_PAD: in intel_pt_calc_cyc_cb() 938 } while (decoder->packet.type == INTEL_PT_PAD); in intel_pt_get_next_packet() 1812 case INTEL_PT_PAD: in intel_pt_walk_psbend() 1931 case INTEL_PT_PAD: in intel_pt_walk_fup_tip() 2036 case INTEL_PT_PAD: in intel_pt_hop_trace() 2069 int last_packet_type = INTEL_PT_PAD; in intel_pt_walk_trace() 2268 case INTEL_PT_PAD: in intel_pt_walk_trace() 2484 case INTEL_PT_PAD: in intel_pt_walk_psb() 2603 case INTEL_PT_PAD in intel_pt_walk_to_ip() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 28 INTEL_PT_PAD, enumerator
|
H A D | intel-pt-pkt-decoder.c | 36 [INTEL_PT_PAD] = "PAD", 192 packet->type = INTEL_PT_PAD; in intel_pt_get_pad() 626 case INTEL_PT_PAD: in intel_pt_upd_pkt_ctx() 696 case INTEL_PT_PAD: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 763 } while (pkt_info.packet.type == INTEL_PT_PAD); in intel_pt_pkt_lookahead() 826 case INTEL_PT_PAD: in intel_pt_calc_cyc_cb() 1044 } while (decoder->packet.type == INTEL_PT_PAD); in intel_pt_get_next_packet() 1553 case INTEL_PT_PAD: in intel_pt_eptw_lookahead_cb() 2170 case INTEL_PT_PAD: in intel_pt_walk_psbend() 2296 case INTEL_PT_PAD: in intel_pt_walk_fup_tip() 2330 case INTEL_PT_PAD: in intel_pt_vm_psb_lookahead_cb() 2910 case INTEL_PT_PAD: in intel_pt_vm_time_correlation() 3018 case INTEL_PT_PAD: in intel_pt_hop_trace() 3064 case INTEL_PT_PAD in intel_pt_psb_lookahead_cb() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | intel-pt-pkt-decoder-test.c | 29 {1, {0}, 0, {INTEL_PT_PAD, 0, 0}, 0, 1 },
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 34 {1, {0}, 0, {INTEL_PT_PAD, 0, 0}, 0, 1 },
|
Completed in 15 milliseconds