Home
last modified time | relevance | path

Searched refs:get_cpuid_str (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dheader.h208 char *get_cpuid_str(struct perf_cpu cpu);
H A Dheader.c824 char * __weak get_cpuid_str(struct perf_cpu cpu __maybe_unused) in get_cpuid_str() function
838 cpuid = get_cpuid_str(cpu); in get_cpuid_allow_env_override()
/linux/tools/perf/arch/x86/util/
H A Dpmu.c32 char *cpuid = get_cpuid_str((struct perf_cpu){0}); in x86__is_intel_graniterapids()