Searched defs:model (Results  1 – 12 of 12) sorted by relevance
| /tools/perf/arch/loongarch/util/ | 
| D | header.c | 46 	char *line, *model, *cpuid;  in _get_cpuid()  local
  | 
| /tools/perf/arch/s390/util/ | 
| D | header.c | 33 	char type[8], model[33], version[8], manufacturer[32], authorization[8];  in get_cpuid()  local
  | 
| /tools/perf/arch/s390/annotate/ | 
| D | instructions.c | 140 	char model[16], model_c[16], cpumf_v[16], cpumf_a[16];  in s390__cpuid_parse()  local
  | 
| /tools/perf/arch/x86/util/ | 
| D | header.c | 29 	int family = -1, model = -1, step = -1;  in __get_cpuid()  local
  | 
| /tools/perf/arch/x86/annotate/ | 
| D | instructions.c | 175 	unsigned int family, model, stepping;  in x86__cpuid_parse()  local
  | 
| /tools/testing/selftests/powerpc/papr_vpd/ | 
| D | papr_vpd.c | 219 	char *model;  in get_system_loc_code()  local
  | 
| /tools/arch/arm64/include/asm/ | 
| D | cputype.h | 242 	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/ | 
| D | helpers.h | 86 	unsigned int model;  member
  | 
| /tools/perf/util/ | 
| D | disasm.h | 30 	unsigned int	model;  member
  | 
| /tools/power/x86/x86_energy_perf_policy/ | 
| D | x86_energy_perf_policy.c | 1410 	unsigned int fms, family, model;  in early_cpuid()  local 1440 	unsigned int fms, family, model, stepping;  in parse_cpuid()  local
  | 
| /tools/power/x86/turbostat/ | 
| D | turbostat.c | 1047 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/ | 
| D | exported-sql-viewer.py | 2748 	def __init__(self, model, parent):  argument
  |