Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 6 of 6) 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.h82 unsigned int stepping; member
/tools/perf/arch/x86/annotate/
Dinstructions.c111 unsigned int family, model, stepping; in x86__cpuid_parse() local
117 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c1310 unsigned int fms, family, model, stepping; in parse_cpuid() local
1326 stepping = fms & 0xf; in parse_cpuid()
1332 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
/tools/perf/Documentation/
Dperf.data-file-format.txt126 vendor,family,model,stepping. For example: GenuineIntel,6,69,1
/tools/power/x86/turbostat/
Dturbostat.c4014 unsigned int fms, family, model, stepping; in process_cpuid() local
4031 stepping = fms & 0xf; in process_cpuid()
4039 max_level, family, model, stepping, family, model, stepping); in process_cpuid()