Home
last modified time | relevance | path

Searched refs:pmu_type (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dpmu_amd.c22 enum pmu_type { enum
49 static unsigned int get_msr_base(struct kvm_pmu *pmu, enum pmu_type type) in get_msr_base()
101 enum pmu_type type) in get_gp_pmc_amd()
/Linux-v4.19/tools/perf/util/
Darm-spe.c36 u32 pmu_type; member
215 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE]; in arm_spe_process_auxtrace_info()
Dcs-etm.c66 unsigned int pmu_type; member
796 if (evsel->attr.type == etm->pmu_type) { in cs_etm__synth_events()
1257 unsigned int pmu_type; in cs_etm__process_auxtrace_info() local
1294 pmu_type = (unsigned int) ((hdr[CS_PMU_TYPE_CPUS] >> 32) & in cs_etm__process_auxtrace_info()
1397 etm->pmu_type = pmu_type; in cs_etm__process_auxtrace_info()
Dintel-bts.c61 u32 pmu_type; member
787 if (evsel->attr.type == bts->pmu_type && evsel->ids) { in intel_bts_synth_events()
887 bts->pmu_type = auxtrace_info->priv[INTEL_BTS_PMU_TYPE]; in intel_bts_process_auxtrace_info()
Ds390-cpumsf.c170 u32 pmu_type; member
917 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
Dpmu.c520 static int pmu_type(const char *name, __u32 *type) in pmu_type() function
814 if (pmu_type(name, &type)) in pmu_lookup()
Dintel-pt.c72 u32 pmu_type; member
615 if (attr->type == pt->pmu_type) { in intel_pt_get_config()
2159 if (evsel->attr.type == pt->pmu_type && evsel->ids) in intel_pt_evsel()
2432 pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE]; in intel_pt_process_auxtrace_info()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c1104 u32 pmu_type = counter->attr.type; in is_mixed_hw_group() local
1114 if (pmu_type == PERF_TYPE_SOFTWARE) { in is_mixed_hw_group()
1115 pmu_type = pos->attr.type; in is_mixed_hw_group()
1118 if (pmu_type != pos->attr.type) in is_mixed_hw_group()
/Linux-v4.19/tools/perf/Documentation/
Dperf.data-file-format.txt200 uint32_t pmu_type;