diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-12 01:55:26 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-12 01:55:26 -0400 |
commit | 84c21bf0c89821bd35b035cd9f7f08acc13ea2dc (patch) | |
tree | 3eecfe012a8654ca473bceb87bd87c4b17b67cf3 /rt-graph.h | |
parent | 756317e8f3a6ec5a4e6147a28f10157cf8a38f4a (diff) |
Displayed additional data in server visualizations.
This disables display_last_info until performance problem solved.
Diffstat (limited to 'rt-graph.h')
-rw-r--r-- | rt-graph.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -105,11 +105,9 @@ struct rt_graph_info { | |||
105 | 105 | ||
106 | gint server_block_id; | 106 | gint server_block_id; |
107 | struct format_field *sblock_sid_field; | 107 | struct format_field *sblock_sid_field; |
108 | struct format_field *sblock_lid_field; | ||
109 | 108 | ||
110 | gint server_resume_id; | 109 | gint server_resume_id; |
111 | struct format_field *sresume_sid_field; | 110 | struct format_field *sresume_sid_field; |
112 | struct format_field *sresume_lid_field; | ||
113 | 111 | ||
114 | /* Cache of ts fields for non-litmus events */ | 112 | /* Cache of ts fields for non-litmus events */ |
115 | struct ts_list *events[TS_HASH_SIZE]; | 113 | struct ts_list *events[TS_HASH_SIZE]; |
@@ -206,10 +204,10 @@ int rt_graph_check_server_completion(struct graph_info *ginfo, | |||
206 | gint *sid, gint *job, | 204 | gint *sid, gint *job, |
207 | unsigned long long *when); | 205 | unsigned long long *when); |
208 | int rt_graph_check_server_block(struct graph_info *ginfo, | 206 | int rt_graph_check_server_block(struct graph_info *ginfo, |
209 | struct record *record, gint *pid, gint *lid, | 207 | struct record *record, gint *pid, |
210 | unsigned long long *when); | 208 | unsigned long long *when); |
211 | int rt_graph_check_server_resume(struct graph_info *ginfo, struct record *record, | 209 | int rt_graph_check_server_resume(struct graph_info *ginfo, struct record *record, |
212 | gint *pid, gint *lid, unsigned long long *when); | 210 | gint *pid, unsigned long long *when); |
213 | int rt_graph_check_sys_release(struct graph_info *ginfo, struct record *record, | 211 | int rt_graph_check_sys_release(struct graph_info *ginfo, struct record *record, |
214 | unsigned long long *when); | 212 | unsigned long long *when); |
215 | void init_rt_event_cache(struct rt_graph_info *rtinfo); | 213 | void init_rt_event_cache(struct rt_graph_info *rtinfo); |