Searched refs:numcpus (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c44 static unsigned int numcpus; variable
482 if (sample->cpu > numcpus)
483 numcpus = sample->cpu;
575 for (cpu = 0; cpu <= numcpus; cpu++) {
782 Y = 2 * numcpus + 2;
948 numcpus++;
957 open_svg(filename, numcpus, count, first_time, last_time);
962 for (i = 0; i < numcpus; i++)

Completed in 66 milliseconds