aboutsummaryrefslogtreecommitdiffstats
path: root/rt-graph.h
diff options
context:
space:
mode:
authorJonathan <hermanjl@hermanjl-Aspire-5553G.(none)>2012-03-07 01:11:38 -0500
committerJonathan <hermanjl@hermanjl-Aspire-5553G.(none)>2012-03-07 01:11:38 -0500
commit3a8b1a1467696a093f740bd99e7a5a01f5e61b2d (patch)
tree399e1cd3be14bbf212f0b15942b36f08165e536f /rt-graph.h
parentb305fe1222b244f020e22c31b204375cf02b823e (diff)
rt-graph: real-time graph displays current job
Logic is added to extract current job / release / deadline from a time. Hovering over a location in an real-time task plot will show this.
Diffstat (limited to 'rt-graph.h')
-rw-r--r--rt-graph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt-graph.h b/rt-graph.h
index 17247f6..eeae270 100644
--- a/rt-graph.h
+++ b/rt-graph.h
@@ -63,9 +63,9 @@ struct ts_list {
63}; 63};
64 64
65/* Event parsers */ 65/* Event parsers */
66void rt_graph_check_any(struct rt_graph_info *rtinfo, 66int rt_graph_check_any(struct rt_graph_info *rtinfo,
67 struct pevent *pevent, struct record *record, 67 struct pevent *pevent, struct record *record,
68 gint *epid, unsigned long long *ts); 68 gint *pid, unsigned long long *ts);
69int rt_graph_check_task_param(struct rt_graph_info *rtinfo, struct pevent *pevent, 69int rt_graph_check_task_param(struct rt_graph_info *rtinfo, struct pevent *pevent,
70 struct record *record, gint *pid, 70 struct record *record, gint *pid,
71 unsigned long long *wcet, 71 unsigned long long *wcet,