pmu_type           47 arch/x86/kvm/pmu_amd.c static unsigned int get_msr_base(struct kvm_pmu *pmu, enum pmu_type type)
pmu_type           99 arch/x86/kvm/pmu_amd.c 					     enum pmu_type type)
pmu_type           35 tools/perf/util/arm-spe.c 	u32				pmu_type;
pmu_type          214 tools/perf/util/arm-spe.c 	spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE];
pmu_type           66 tools/perf/util/cs-etm.c 	unsigned int pmu_type;
pmu_type         1270 tools/perf/util/cs-etm.c 		if (evsel->core.attr.type == etm->pmu_type) {
pmu_type         2403 tools/perf/util/cs-etm.c 	unsigned int pmu_type;
pmu_type         2440 tools/perf/util/cs-etm.c 	pmu_type = (unsigned int) ((hdr[CS_PMU_TYPE_CPUS] >> 32) &
pmu_type         2543 tools/perf/util/cs-etm.c 	etm->pmu_type = pmu_type;
pmu_type           54 tools/perf/util/intel-bts.c 	u32				pmu_type;
pmu_type          771 tools/perf/util/intel-bts.c 		if (evsel->core.attr.type == bts->pmu_type && evsel->core.ids) {
pmu_type          871 tools/perf/util/intel-bts.c 	bts->pmu_type = auxtrace_info->priv[INTEL_BTS_PMU_TYPE];
pmu_type           72 tools/perf/util/intel-pt.c 	u32 pmu_type;
pmu_type          716 tools/perf/util/intel-pt.c 	if (attr->type == pt->pmu_type) {
pmu_type         2738 tools/perf/util/intel-pt.c 		if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids)
pmu_type         3106 tools/perf/util/intel-pt.c 	pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE];
pmu_type          831 tools/perf/util/pmu.c 	if (pmu_type(name, &type))
pmu_type          174 tools/perf/util/s390-cpumsf.c 	u32			pmu_type;
pmu_type         1137 tools/perf/util/s390-cpumsf.c 	sf->pmu_type = PERF_TYPE_RAW;
pmu_type          370 tools/perf/util/stat-display.c 	u32 pmu_type = counter->core.attr.type;
pmu_type          380 tools/perf/util/stat-display.c 		if (pmu_type == PERF_TYPE_SOFTWARE) {
pmu_type          381 tools/perf/util/stat-display.c 			pmu_type = pos->core.attr.type;
pmu_type          384 tools/perf/util/stat-display.c 		if (pmu_type != pos->core.attr.type)