Home
last modified time | relevance | path

Searched refs:check_hw_exists (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/events/
H A Dperf_event.h1113 bool check_hw_exists(struct pmu *pmu, int num_counters,
H A Dcore.c253 bool check_hw_exists(struct pmu *pmu, int num_counters, int num_counters_fixed) in check_hw_exists() function
2091 if (!check_hw_exists(&pmu, x86_pmu.num_counters, x86_pmu.num_counters_fixed)) in init_hw_perf_events()
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c4690 if (!check_hw_exists(&pmu->pmu, pmu->num_counters, pmu->num_counters_fixed)) in init_hybrid_pmu()