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

/linux-master/tools/perf/
H A Dbuiltin-timechart.c60 unsigned int numcpus; member in struct:timechart
703 for (cpu = 0; cpu <= tchart->numcpus; cpu++) {
1262 Y = 2 * tchart->numcpus + 2;
1492 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time);
1498 for (i = 0; i < tchart->numcpus; i++)
1523 tchart->numcpus = ph->env.nr_cpus_avail;

Completed in 201 milliseconds