H A D | svg.c | 74 static void svg_header(FILE *of, struct list_sample_data *head, double graph_start, int n_cpus) { argument 87 w = 150.0 + 10.0 + time_to_graph(sampledata_last->sampletime - graph_start); 223 static void svg_graph_box(FILE *of, struct list_sample_data *head, int height, double graph_start) { argument 239 time_to_graph(finalsample - graph_start), 242 for (d = graph_start; d <= finalsample; 247 time_to_graph(d - graph_start), 248 time_to_graph(d - graph_start), 252 time_to_graph(d - graph_start), 253 time_to_graph(d - graph_start), 257 time_to_graph(d - graph_start), 286 svg_pss_graph(FILE *of, struct list_sample_data *head, struct ps_struct *ps_first, double graph_start) argument 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 749 svg_cpu_bar(FILE *of, struct list_sample_data *head, int n_cpus, int cpu_num, double graph_start) argument 798 svg_wait_bar(FILE *of, struct list_sample_data *head, int n_cpus, int cpu_num, double graph_start) argument 847 svg_entropy_bar(FILE *of, struct list_sample_data *head, double graph_start) argument 915 svg_do_initcall(FILE *of, struct list_sample_data *head, int count_only, double graph_start) 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...] |