Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Duncore.c10 static bool uncore_no_discover; variable
11 module_param(uncore_no_discover, bool, 0);
12 MODULE_PARM_DESC(uncore_no_discover, "Don't enable the Intel uncore PerfMon discovery mechanism "
1967 if (uncore_no_discover || !uncore_discovery(uncore_init)) in intel_uncore_init()
1971 if (uncore_no_discover && uncore_use_discovery(uncore_init)) in intel_uncore_init()