aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt-plot.h')
-rw-r--r--rt-plot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt-plot.h b/rt-plot.h
index 0abc5c4..cae15ae 100644
--- a/rt-plot.h
+++ b/rt-plot.h
@@ -57,6 +57,9 @@ void set_cpu_to_rts(struct graph_info *ginfo,
57 unsigned long long rt_target, int cpu); 57 unsigned long long rt_target, int cpu);
58void set_cpus_to_rts(struct graph_info *ginfo, 58void set_cpus_to_rts(struct graph_info *ginfo,
59 unsigned long long rt_target); 59 unsigned long long rt_target);
60int is_task_running(struct graph_info *ginfo,
61 unsigned long long time,
62 int pid);
60struct record* get_previous_release(struct graph_info *ginfo, int tid, 63struct record* get_previous_release(struct graph_info *ginfo, int tid,
61 unsigned long long time, int *job, 64 unsigned long long time, int *job,
62 unsigned long long *release, 65 unsigned long long *release,