Searched refs:mpstat_num_cpus (Results 1 – 3 of 3) sorted by relevance
142 trace->mpstat_num_cpus = count - 1; in guess_mpstat_cpus()170 trace->mpstat_num_cpus = atoi(cur); in count_mpstat_cpus()174 return trace->mpstat_num_cpus; in count_mpstat_cpus()
160 if (tf->trace->mpstat_num_cpus == 0) in alloc_mpstat_gld()163 ptr = calloc((tf->trace->mpstat_num_cpus + 1) * MPSTAT_GRAPHS, in alloc_mpstat_gld()296 if (tf->trace->mpstat_num_cpus == 0) in setup_trace_file_graphs()300 for (i = 0; i < (tf->trace->mpstat_num_cpus + 1) * MPSTAT_GRAPHS; i++) { in setup_trace_file_graphs()448 if (trace->mpstat_num_cpus == 0) in read_trace_events()454 for (i = 0; i < (trace->mpstat_num_cpus + 1) * MPSTAT_GRAPHS; i += MPSTAT_GRAPHS) { in read_trace_events()486 if (trace->mpstat_num_cpus == 0) in read_trace_events()906 if (tf->trace->mpstat_num_cpus > max) in plot_cpu()907 max = tf->trace->mpstat_num_cpus; in plot_cpu()946 for (i = 1; i < tf->trace->mpstat_num_cpus + 1; i++) { in plot_cpu()
59 int mpstat_num_cpus; member