Home
last modified time | relevance | path

Searched refs:get_cpuid (Results 1 – 10 of 10) sorted by relevance

/tools/perf/arch/s390/util/
Dheader.c19 int get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/tools/perf/arch/powerpc/util/
Dheader.c19 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/tools/perf/arch/x86/util/
Dauxtrace.c73 ret = get_cpuid(buffer, sizeof(buffer)); in auxtrace_record__init()
Dheader.c62 get_cpuid(char *buffer, size_t sz) in get_cpuid() function
/tools/build/
DMakefile.feature64 get_cpuid \
107 get_cpuid \
/tools/build/feature/
DMakefile48 test-get_cpuid.bin \
216 $(OUTPUT)test-get_cpuid.bin:
/tools/perf/util/
Dheader.h152 int get_cpuid(char *buffer, size_t sz);
Dheader.c831 int __weak get_cpuid(char *buffer __maybe_unused, size_t sz __maybe_unused) in get_cpuid() function
842 ret = get_cpuid(buffer, sizeof(buffer)); in write_cpuid()
/tools/perf/
DMakefile.config750 ifeq ($(feature-get_cpuid), 0)
Dbuiltin-kvm.c682 err = get_cpuid(buf, sizeof(buf)); in cpu_isa_config()