Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/riscv/util/
H A Dheader.c36 static char *_get_cpuid(void) in _get_cpuid() function
86 char *cpuid = _get_cpuid(); in get_cpuid()
103 return _get_cpuid(); in get_cpuid_str()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Dheader.c19 static int _get_cpuid(char *buf, size_t sz, struct perf_cpu_map *cpus) in _get_cpuid() function
66 ret = _get_cpuid(buf, sz, cpus); in get_cpuid()
86 res = _get_cpuid(buf, MIDR_SIZE, pmu->cpus); in get_cpuid_str()