Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsvghelper.c205 static char cpu_m[255]; in cpu_model() local
209 cpu_m[0] = 0; in cpu_model()
215 strncpy(cpu_m, &buf[13], 255); in cpu_model()
233 return cpu_m; in cpu_model()