Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm64/util/
H A Dheader.c15 #define MIDR_SIZE 19 macro
25 if (!sysfs || sz < MIDR_SIZE) in _get_cpuid()
43 if (!fgets(buf, MIDR_SIZE, file)) { in _get_cpuid()
81 buf = malloc(MIDR_SIZE); in get_cpuid_str()
86 res = _get_cpuid(buf, MIDR_SIZE, pmu->cpus); in get_cpuid_str()