Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/helpers/
Dcpuid.c59 cpu_info->stepping = unknown; in get_cpu_info()
92 &cpu_info->stepping); in get_cpu_info()
98 cpu_info->stepping == unknown) { in get_cpu_info()
Dhelpers.h85 unsigned int stepping; member
/tools/perf/arch/x86/annotate/
Dinstructions.c177 unsigned int family, model, stepping; in x86__cpuid_parse() local
183 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c1439 unsigned int fms, family, model, stepping; in parse_cpuid() local
1455 stepping = fms & 0xf; in parse_cpuid()
1461 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
/tools/arch/x86/kcpuid/
Dcpuid.csv8 1, 0, EAX, 3:0, stepping, Stepping ID
/tools/perf/Documentation/
Dperf.data-file-format.txt125 vendor,family,model,stepping. For example: GenuineIntel,6,69,1
/tools/power/x86/turbostat/
Dturbostat.c5271 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local
5293 stepping = fms & 0xf; in process_cpuid()
5314 family, model, stepping, family, model, stepping, in process_cpuid()