Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds