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

/systemd/src/bootchart/
H A Dsvg.c525 int n_samples,
563 stop = MIN(i + (range / 2), n_samples - 1);
601 stop = MIN(i + (range / 2), n_samples);
639 int n_samples,
676 stop = MIN(i + (range / 2), n_samples - 1);
712 stop = MIN(i + (range / 2), n_samples);
1003 int n_samples,
1165 while (ps->sample->next && i<(n_samples-(arg_hz/2))) {
1277 int n_samples,
1313 svg_io_bi_bar(of, head, n_samples, graph_star
523 svg_io_bi_bar(FILE *of, struct list_sample_data *head, int n_samples, double graph_start, double interval) argument
637 svg_io_bo_bar(FILE *of, struct list_sample_data *head, int n_samples, double graph_start, double interval) argument
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 290 milliseconds