Searched refs:test_aperfmperf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/ |
H A D | msr.c | 20 static bool test_aperfmperf(int idx, void *data) in test_aperfmperf() function 145 [PERF_MSR_APERF] = { MSR_IA32_APERF, &group_aperf, test_aperfmperf, }, 146 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | msr.c | 20 static bool test_aperfmperf(int idx, void *data) in test_aperfmperf() function 157 [PERF_MSR_APERF] = { MSR_IA32_APERF, &group_aperf, test_aperfmperf, }, 158 [PERF_MSR_MPERF] = { MSR_IA32_MPERF, &group_mperf, test_aperfmperf, },
|
Completed in 2 milliseconds