Home
last modified time | relevance | path

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

/tools/perf/arch/x86/util/
Dheader.c26 int family = -1, model = -1, step = -1; in get_cpuid() local
40 model = (a >> 4) & 0xf; /* Bits 7 - 4 */ in get_cpuid()
49 model += ((a >> 16) & 0xf) << 4; in get_cpuid()
51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step); in get_cpuid()
/tools/power/cpupower/utils/helpers/
Dcpuid.c57 cpu_info->model = unknown; in get_cpu_info()
88 &cpu_info->model); in get_cpu_info()
96 cpu_info->model == unknown || in get_cpu_info()
146 switch (cpu_info->model) { in get_cpu_info()
Dhelpers.h77 unsigned int model; member
/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c140 unsigned int fms, family, model, stepping; in validate_cpuid() local
156 model = (fms >> 4) & 0xf; in validate_cpuid()
159 model += ((fms >> 16) & 0xf) << 4; in validate_cpuid()
164 family, model, stepping, family, model, stepping); in validate_cpuid()
/tools/power/x86/turbostat/
Dturbostat.c1471 int has_nehalem_turbo_ratio_limit(unsigned int family, unsigned int model) in has_nehalem_turbo_ratio_limit() argument
1479 switch (model) { in has_nehalem_turbo_ratio_limit()
1505 int has_ivt_turbo_ratio_limit(unsigned int family, unsigned int model) in has_ivt_turbo_ratio_limit() argument
1513 switch (model) { in has_ivt_turbo_ratio_limit()
1570 double get_tdp(model) in get_tdp() argument
1578 switch (model) { in get_tdp()
1593 void rapl_probe(unsigned int family, unsigned int model) in rapl_probe() argument
1605 switch (model) { in rapl_probe()
1636 if (model == 0x37) in rapl_probe()
1647 tdp = get_tdp(model); in rapl_probe()
[all …]
/tools/power/cpupower/utils/idle_monitor/
Dsnb_idle.c153 switch (cpupower_cpu_info.model) { in snb_register()
Dhsw_ext_idle.c156 switch (cpupower_cpu_info.model) { in hsw_ext_register()
/tools/lguest/
Dlguest.txt15 - Simple I/O model for communication.