Home
last modified time | relevance | path

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

/Linux-v6.1/tools/power/x86/turbostat/
Dturbostat.c5150 int is_knl(unsigned int family, unsigned int model) in is_knl() function
5183 if (is_knl(family, model)) in get_aperf_mperf_multiplier()
5215 if (has_snb_msrs(family, model) || is_knl(family, model)) in discover_bclk()
5779 do_knl_cstates = is_knl(family, model); in process_cpuid()