Searched refs:uncore_no_discover (Results 1 – 1 of 1) sorted by relevance
9 static bool uncore_no_discover; variable10 module_param(uncore_no_discover, bool, 0);11 MODULE_PARM_DESC(uncore_no_discover, "Don't enable the Intel uncore PerfMon discovery mechanism "1931 if (!uncore_no_discover && intel_uncore_has_discovery_tables(NULL)) in intel_uncore_init()1937 if (uncore_no_discover && uncore_init->use_discovery) in intel_uncore_init()