Home
last modified time | relevance | path

Searched defs:model (Results 1 – 12 of 12) sorted by relevance

/tools/perf/arch/loongarch/util/
Dheader.c46 char *line, *model, *cpuid; in _get_cpuid() local
/tools/perf/arch/s390/util/
Dheader.c33 char type[8], model[33], version[8], manufacturer[32], authorization[8]; in get_cpuid() local
/tools/perf/arch/s390/annotate/
Dinstructions.c140 char model[16], model_c[16], cpumf_v[16], cpumf_a[16]; in s390__cpuid_parse() local
/tools/perf/arch/x86/util/
Dheader.c29 int family = -1, model = -1, step = -1; in __get_cpuid() local
/tools/perf/arch/x86/annotate/
Dinstructions.c175 unsigned int family, model, stepping; in x86__cpuid_parse() local
/tools/testing/selftests/powerpc/papr_vpd/
Dpapr_vpd.c219 char *model; in get_system_loc_code() local
/tools/arch/arm64/include/asm/
Dcputype.h242 u32 model; member
258 static inline bool midr_is_cpu_model_range(u32 midr, u32 model, u32 rv_min, in midr_is_cpu_model_range()
/tools/power/cpupower/utils/helpers/
Dhelpers.h86 unsigned int model; member
/tools/perf/util/
Ddisasm.h30 unsigned int model; member
/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c1410 unsigned int fms, family, model; in early_cpuid() local
1440 unsigned int fms, family, model, stepping; in parse_cpuid() local
/tools/power/x86/turbostat/
Dturbostat.c1047 void probe_platform_features(unsigned int family, unsigned int model) in probe_platform_features()
8033 unsigned int fms, family, model, stepping, ecx_flags, edx_flags; in process_cpuid() local
/tools/perf/scripts/python/
Dexported-sql-viewer.py2748 def __init__(self, model, parent): argument