Searched refs:bo (Results 1 - 3 of 3) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.h35 int bo; member in struct:block_stat_struct
H A Dsvg.c125 fprintf(of, " rect.bo { fill: rgb(192,64,64); stroke-width: 0; fill-opacity: 0.7; }\n");
582 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
692 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo) / diff;
701 /* plot bo */
724 tot = (double)(stop_sampledata->blockstat.bo - start_sampledata->blockstat.bo)
731 fprintf(of, "<rect class=\"bo\" x=\"%.03f\" y=\"%.03f\" width=\"%.03f\" height=\"%.03f\" />\n",
737 /* labels around highest bo valu
[all...]
H A Dstore.c155 sampledata->blockstat.bo = atoi(val);

Completed in 1642 milliseconds