Searched refs:INTEL_PT_PAD (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 26 INTEL_PT_PAD, enumerator
|
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()
|
D | intel-pt-decoder.c | 640 } while (pkt_info.packet.type == INTEL_PT_PAD); in intel_pt_pkt_lookahead() 703 case INTEL_PT_PAD: in intel_pt_calc_cyc_cb() 918 } while (decoder->packet.type == INTEL_PT_PAD); in intel_pt_get_next_packet() 1766 case INTEL_PT_PAD: in intel_pt_walk_psbend() 1885 case INTEL_PT_PAD: in intel_pt_walk_fup_tip() 1984 case INTEL_PT_PAD: in intel_pt_hop_trace() 2207 case INTEL_PT_PAD: in intel_pt_walk_trace() 2423 case INTEL_PT_PAD: in intel_pt_walk_psb() 2542 case INTEL_PT_PAD: in intel_pt_walk_to_ip()
|
/Linux-v5.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 29 {1, {0}, 0, {INTEL_PT_PAD, 0, 0}, 0, 1 },
|