Searched refs:stepping (Results 1 – 6 of 6) sorted by relevance
/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 59 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()
|
D | helpers.h | 82 unsigned int stepping; member
|
/tools/perf/arch/x86/annotate/ |
D | instructions.c | 111 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/ |
D | x86_energy_perf_policy.c | 1310 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/ |
D | perf.data-file-format.txt | 126 vendor,family,model,stepping. For example: GenuineIntel,6,69,1
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 4014 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()
|