chiark / gitweb /
bootchart: kill a bunch of global variables
[elogind.git] / src / bootchart / svg.h
index f0fb1a7ce7da6af2ef39be1ab2c72e4a3dd7fb1a..75efa226149eeab90b703661381b9847fcb9992b 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-int svg_do(const char *build);
+int 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);