H A D | svg.c | 2 This file is part of systemd. 10 under the terms of the GNU Lesser General Public License as published by 11 the Free Software Foundation; either version 2.1 of the License, or 15 WITHOUT ANY WARRANTY; without even the implied warranty of 19 You should have received a copy of the GNU Lesser General Public License 74 static void svg_header(FILE *of, struct list_sample_data *head, double graph_start, int n_cpus) { argument 95 fprintf(of, "<?xml version=\"1.0\" standalone=\"no\"?>\n"); 96 fprintf(of, "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" "); 97 fprintf(of, "\"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n"); 99 //fprintf(of, "< 147 svg_title(FILE *of, const char *build, int pscount, double log_start, int overrun) argument 223 svg_graph_box(FILE *of, struct list_sample_data *head, int height, double graph_start) argument 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 1208 svg_top_ten_cpu(FILE *of, struct ps_struct *ps_first) argument 1240 svg_top_ten_pss(FILE *of, struct ps_struct *ps_first) 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...] |