Searched refs:get_cpuid (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/sparc/include/asm/ |
| H A D | mbus.h | 81 static inline int get_cpuid(void) in get_cpuid() function 93 return (get_cpuid() | 0x8); in get_modid()
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | header.c | 43 int get_cpuid(char *buf, size_t sz, struct perf_cpu cpu) in get_cpuid() function 73 res = get_cpuid(buf, MIDR_SIZE, cpu); in get_cpuid_str()
|
| /linux/tools/perf/util/ |
| H A D | header.h | 215 int get_cpuid(char *buffer, size_t sz, struct perf_cpu cpu);
|
| H A D | env.c | 502 int err = get_cpuid(cpuid, sizeof(cpuid), cpu); in __perf_env__read_core_pmu_caps()
|
| H A D | header.c | 979 * default get_cpuid(): nothing gets recorded 982 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused, in write_hybrid_topology() 994 ret = get_cpuid(buffer, sizeof(buffer), cpu); in write_hybrid_topology() 897 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused, get_cpuid() function
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1178 err = get_cpuid(buf, sizeof(buf), cpu); in cpu_isa_config()
|