Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c4 struct intel_uncore_type **uncore_msr_uncores = empty_uncore; variable
979 for (i = 0; uncore_msr_uncores[i]; i++) { in uncore_cpu_dying()
980 type = uncore_msr_uncores[i]; in uncore_cpu_dying()
1000 for (i = 0; uncore_msr_uncores[i]; i++) { in uncore_cpu_starting()
1001 type = uncore_msr_uncores[i]; in uncore_cpu_starting()
1041 for (i = 0; uncore_msr_uncores[i]; i++) { in uncore_cpu_prepare()
1042 type = uncore_msr_uncores[i]; in uncore_cpu_prepare()
1122 uncore_change_context(uncore_msr_uncores, cpu, target); in uncore_event_exit_cpu()
1138 uncore_change_context(uncore_msr_uncores, -1, cpu); in uncore_event_init_cpu()
1229 ret = uncore_types_init(uncore_msr_uncores); in uncore_cpu_init()
[all …]
Dperf_event_intel_uncore_snb.c149 uncore_msr_uncores = snb_msr_uncores; in snb_uncore_cpu_init()
645 uncore_msr_uncores = nhm_msr_uncores; in nhm_uncore_cpu_init()
Dperf_event_intel_uncore.h317 extern struct intel_uncore_type **uncore_msr_uncores;
Dperf_event_intel_uncore_snbep.c888 uncore_msr_uncores = snbep_msr_uncores; in snbep_uncore_cpu_init()
1474 uncore_msr_uncores = ivbep_msr_uncores; in ivbep_uncore_cpu_init()
2040 uncore_msr_uncores = hswep_msr_uncores; in hswep_uncore_cpu_init()
Dperf_event_intel_uncore_nhmex.c1219 uncore_msr_uncores = nhmex_msr_uncores; in nhmex_uncore_cpu_init()