Searched refs:pmu_type (Results 1 – 10 of 10) sorted by relevance
20 enum pmu_type { enum63 static unsigned int get_msr_base(struct kvm_pmu *pmu, enum pmu_type type) in get_msr_base()115 enum pmu_type type) in get_gp_pmc_amd()
54 u32 pmu_type; member737 return evsel->core.attr.type == bts->pmu_type; in intel_bts_evsel_is_auxtrace()780 if (evsel->core.attr.type == bts->pmu_type && evsel->core.ids) { in intel_bts_synth_events()880 bts->pmu_type = auxtrace_info->priv[INTEL_BTS_PMU_TYPE]; in intel_bts_process_auxtrace_info()
46 u32 pmu_type; member733 return evsel->core.attr.type == spe->pmu_type; in arm_spe_evsel_is_auxtrace()803 if (evsel->core.attr.type == spe->pmu_type) { in arm_spe_synth_events()951 spe->pmu_type = auxtrace_info->priv[ARM_SPE_PMU_TYPE]; in arm_spe_process_auxtrace_info()
66 unsigned int pmu_type; member644 return evsel->core.attr.type == aux->pmu_type; in cs_etm__evsel_is_auxtrace()1297 if (evsel->core.attr.type == etm->pmu_type) { in cs_etm__synth_events()2490 unsigned int pmu_type; in cs_etm__process_auxtrace_info() local2527 pmu_type = (unsigned int) ((hdr[CS_PMU_TYPE_CPUS] >> 32) & in cs_etm__process_auxtrace_info()2630 etm->pmu_type = pmu_type; in cs_etm__process_auxtrace_info()
375 u32 pmu_type = counter->core.attr.type; in is_mixed_hw_group() local385 if (pmu_type == PERF_TYPE_SOFTWARE) { in is_mixed_hw_group()386 pmu_type = pos->core.attr.type; in is_mixed_hw_group()389 if (pmu_type != pos->core.attr.type) in is_mixed_hw_group()
174 u32 pmu_type; member1146 sf->pmu_type = PERF_TYPE_RAW; in s390_cpumsf_process_auxtrace_info()
77 u32 pmu_type; member763 if (attr->type == pt->pmu_type) { in intel_pt_get_config()2849 return evsel->core.attr.type == pt->pmu_type; in intel_pt_evsel_is_auxtrace()2972 if (evsel->core.attr.type == pt->pmu_type && evsel->core.ids) in intel_pt_evsel()3352 pt->pmu_type = auxtrace_info->priv[INTEL_PT_PMU_TYPE]; in intel_pt_process_auxtrace_info()
527 static int pmu_type(const char *name, __u32 *type) in pmu_type() function836 if (pmu_type(name, &type)) in pmu_lookup()
1773 int pmu_type; in mipsxx_pmu_map_raw_event() local1886 pmu_type = get_loongson3_pmu_type(); in mipsxx_pmu_map_raw_event()1888 switch (pmu_type) { in mipsxx_pmu_map_raw_event()1970 int counters, irq, pmu_type; in init_hw_perf_events() local2057 pmu_type = get_loongson3_pmu_type(); in init_hw_perf_events()2059 switch (pmu_type) { in init_hw_perf_events()
219 uint32_t pmu_type;