Home
last modified time | relevance | path

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

/linux/tools/perf/arch/arm64/util/
H A Dheader.c12 #define MIDR_SIZE 19 macro
23 if (!sysfs || sz < MIDR_SIZE) in _get_cpuid()
34 if (!fgets(buf, MIDR_SIZE, file)) { in _get_cpuid()
66 char *buf = malloc(MIDR_SIZE); in get_cpuid_str()
73 res = get_cpuid(buf, MIDR_SIZE, cpu); in get_cpuid_str()