summaryrefslogtreecommitdiff
path: root/src/bootchart/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootchart/store.h')
-rw-r--r--src/bootchart/store.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bootchart/store.h b/src/bootchart/store.h
index bc54f4f63..bbb4796ef 100644
--- a/src/bootchart/store.h
+++ b/src/bootchart/store.h
@@ -29,4 +29,9 @@
double gettime_ns(void);
void log_uptime(void);
-int log_sample(DIR *proc, int sample, struct list_sample_data **ptr);
+int log_sample(DIR *proc,
+ int sample,
+ struct ps_struct *ps_first,
+ struct list_sample_data **ptr,
+ int *pscount,
+ int *cpus);