Home
last modified time | relevance | path

Searched refs:_get_cpuid (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/arch/loongarch/util/
H A Dheader.c43 static char *_get_cpuid(void) in _get_cpuid() function
76 char *cpuid = _get_cpuid(); in get_cpuid()
95 return _get_cpuid(); in get_cpuid_str()
/linux/tools/perf/arch/arm64/util/
H A Dheader.c17 static int _get_cpuid(char *buf, size_t sz, struct perf_cpu cpu) in _get_cpuid() function
50 return _get_cpuid(buf, sz, cpu); in get_cpuid()
57 int ret = _get_cpuid(buf, sz, cpu); in get_cpuid()