Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsvghelper.c326 static char cpu_m[255]; in cpu_model() local
330 cpu_m[0] = 0; in cpu_model()
336 strncpy(cpu_m, &buf[13], 255); in cpu_model()
354 return cpu_m; in cpu_model()