aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt-plot-cpu.h')
-rw-r--r--rt-plot-cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt-plot-cpu.h b/rt-plot-cpu.h
index 4af978d..2742c76 100644
--- a/rt-plot-cpu.h
+++ b/rt-plot-cpu.h
@@ -10,6 +10,7 @@ struct rt_cpu_info {
10 char *label; 10 char *label;
11}; 11};
12 12
13void rt_plot_labeled_cpu(struct graph_info *ginfo, int cpu, char *label);
13void rt_plot_cpu(struct graph_info *ginfo, int cpu); 14void rt_plot_cpu(struct graph_info *ginfo, int cpu);
14void rt_plot_cpus_plotted(struct graph_info *ginfo, 15void rt_plot_cpus_plotted(struct graph_info *ginfo,
15 gboolean *all_cpus, guint64 **cpu_mask); 16 gboolean *all_cpus, guint64 **cpu_mask);