Home
last modified time | relevance | path

Searched refs:perf_msr_probe (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/events/
H A Dprobe.c19 perf_msr_probe(struct perf_msr *msr, int cnt, bool zero, void *data) in perf_msr_probe() function
63 EXPORT_SYMBOL_GPL(perf_msr_probe);
H A Dprobe.h15 perf_msr_probe(struct perf_msr *msr, int cnt, bool no_zero, void *data);
H A Dmsr.c310 msr_mask = perf_msr_probe(msr, PERF_MSR_EVENT_MAX, true, NULL); in msr_init()
H A Drapl.c833 rapl_cntr_mask = perf_msr_probe(rapl_msrs, PERF_RAPL_MAX, in rapl_pmu_init()
/openbmc/linux/arch/x86/events/intel/
H A Dcstate.c705 core_msr_mask = perf_msr_probe(core_msr, PERF_CSTATE_CORE_EVENT_MAX, in cstate_probe()
708 pkg_msr_mask = perf_msr_probe(pkg_msr, PERF_CSTATE_PKG_EVENT_MAX, in cstate_probe()