diff --git a/src/bootchart.conf b/src/bootchart.conf index 4f5e509..030a2a1 100644 --- a/src/bootchart.conf +++ b/src/bootchart.conf @@ -13,14 +13,15 @@ [Bootchart] #Samples=500 -#Frequency=25 +#Frequency=25.0 #Relative=no #Filter=yes -#Output= -#Init=/path/to/init-binary +#Output= +#Init= #PlotMemoryUsage=no #PlotEntropyGraph=no -#ScaleX=100 -#ScaleY=20 +#ScaleX=100.0 +#ScaleY=20.0 #ControlGroup=no #PerCPU=no +#Cmdline=no diff --git a/src/svg.c b/src/svg.c index 7f3e505..9183de4 100644 --- a/src/svg.c +++ b/src/svg.c @@ -105,14 +105,23 @@ static void svg_header(FILE *of, struct list_sample_data *head, double graph_sta fprintf(of, "\n"); fprintf(of, "\n"); fprintf(of, "\n"); - fprintf(of, "\n\n"); - - fprintf(of, "\n", VERSION); - fprintf(of, "\n", arg_hz, arg_samples_len); - fprintf(of, "\n", arg_scale_x, arg_scale_y); - fprintf(of, "\n", arg_relative, arg_filter); - fprintf(of, "\n", arg_pss, arg_entropy); - fprintf(of, "\n\n", arg_output_path, arg_init_path); + fprintf(of, "\n\n"); + + fprintf(of, "\n\n", VERSION); + + fprintf(of, "\n", arg_samples_len); + fprintf(of, "\n", arg_hz); + fprintf(of, "\n", arg_relative); + fprintf(of, "\n", arg_filter); + fprintf(of, "\n", arg_output_path); + fprintf(of, "\n", arg_init_path); + fprintf(of, "\n", arg_pss); + fprintf(of, "\n", arg_entropy); + fprintf(of, "\n", arg_scale_x); + fprintf(of, "\n", arg_scale_y); + fprintf(of, "\n", arg_show_cgroup); + fprintf(of, "\n", arg_percpu); + fprintf(of, "\n\n", arg_show_cmdline); /* style sheet */ fprintf(of, "\n