Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/s390/util/
H A Dheader.c22 #define SYSINFO_TYPE "Type:" macro
70 if (!strncmp(line, SYSINFO_TYPE, strlen(SYSINFO_TYPE))) { in get_cpuid()
71 line2 = line + strlen(SYSINFO_TYPE); in get_cpuid()