Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c4 struct intel_uncore_type **uncore_msr_uncores = empty_uncore; variable
1039 for (i = 0; uncore_msr_uncores[i]; i++) { in uncore_cpu_dying()
1040 type = uncore_msr_uncores[i]; in uncore_cpu_dying()
1060 for (i = 0; uncore_msr_uncores[i]; i++) { in uncore_cpu_starting()
1061 type = uncore_msr_uncores[i]; in uncore_cpu_starting()
1101 for (i = 0; uncore_msr_uncores[i]; i++) { in uncore_cpu_prepare()
1102 type = uncore_msr_uncores[i]; in uncore_cpu_prepare()
1182 uncore_change_context(uncore_msr_uncores, cpu, target); in uncore_event_exit_cpu()
1198 uncore_change_context(uncore_msr_uncores, -1, cpu); in uncore_event_init_cpu()
1297 ret = uncore_types_init(uncore_msr_uncores); in uncore_cpu_init()
[all …]
Dperf_event_intel_uncore_snb.c169 uncore_msr_uncores = snb_msr_uncores; in snb_uncore_cpu_init()
694 uncore_msr_uncores = nhm_msr_uncores; in nhm_uncore_cpu_init()
Dperf_event_intel_uncore.h326 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()
1490 uncore_msr_uncores = ivbep_msr_uncores; in ivbep_uncore_cpu_init()
2056 uncore_msr_uncores = hswep_msr_uncores; in hswep_uncore_cpu_init()
2393 uncore_msr_uncores = bdx_msr_uncores; in bdx_uncore_cpu_init()
Dperf_event_intel_uncore_nhmex.c1219 uncore_msr_uncores = nhmex_msr_uncores; in nhmex_uncore_cpu_init()