Searched defs:n_cpus (Results 1 - 2 of 2) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.c317 int n_cpus = 0; local
419 r = log_sample(proc, samples, ps_first, &sampledata, &pscount, &n_cpus);
481 samples, pscount, n_cpus, graph_start,
H A Dsvg.c74 static void svg_header(FILE *of, struct list_sample_data *head, double graph_start, int n_cpus) { argument
93 + psize + ksize + esize + (n_cpus * 15 * arg_scale_y);
749 static void svg_cpu_bar(FILE *of, struct list_sample_data *head, int n_cpus, int cpu_num, double graph_start) { argument
771 for (c = 0; c < n_cpus; c++)
779 trt = trt / (double)n_cpus;
798 static void svg_wait_bar(FILE *of, struct list_sample_data *head, int n_cpus, int cpu_num, double graph_start) { argument
820 for (c = 0; c < n_cpus; c++)
828 twt = twt / (double)n_cpus;
1004 int n_cpus,
1179 for (c = 0; c < n_cpus;
1001 svg_ps_bars(FILE *of, struct list_sample_data *head, int n_samples, int n_cpus, struct ps_struct *ps_first, double graph_start, double interval) argument
1273 svg_do(FILE *of, const char *build, struct list_sample_data *head, struct ps_struct *ps_first, int n_samples, int pscount, int n_cpus, double graph_start, double log_start, double interval, int overrun) argument
[all...]

Completed in 2133 milliseconds