Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h575 extern int x86_perf_rdpmc_index(struct perf_event *event);
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1003 miss_pmcnum = x86_perf_rdpmc_index(miss_event); in measure_residency_fn()
1004 hit_pmcnum = x86_perf_rdpmc_index(hit_event); in measure_residency_fn()
/openbmc/linux/arch/x86/events/
H A Dcore.c1267 int x86_perf_rdpmc_index(struct perf_event *event) in x86_perf_rdpmc_index() function