diff options
Diffstat (limited to 'trace-graph.h')
-rw-r--r-- | trace-graph.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/trace-graph.h b/trace-graph.h index c3ae5a3..92d9883 100644 --- a/trace-graph.h +++ b/trace-graph.h | |||
@@ -25,6 +25,7 @@ | |||
25 | #include "trace-cmd.h" | 25 | #include "trace-cmd.h" |
26 | #include "trace-hash.h" | 26 | #include "trace-hash.h" |
27 | #include "trace-xml.h" | 27 | #include "trace-xml.h" |
28 | #include "task-list.h" | ||
28 | #include "rt-graph.h" | 29 | #include "rt-graph.h" |
29 | 30 | ||
30 | struct graph_info; | 31 | struct graph_info; |
@@ -146,8 +147,6 @@ struct plot_hash { | |||
146 | }; | 147 | }; |
147 | 148 | ||
148 | #define PLOT_HASH_SIZE 1024 | 149 | #define PLOT_HASH_SIZE 1024 |
149 | #define TASK_HASH_SIZE 1024 | ||
150 | struct task_list; | ||
151 | 150 | ||
152 | struct graph_info { | 151 | struct graph_info { |
153 | struct tracecmd_input *handle; | 152 | struct tracecmd_input *handle; |
@@ -230,7 +229,7 @@ struct graph_info { | |||
230 | struct format_field *wakeup_new_pid_field; | 229 | struct format_field *wakeup_new_pid_field; |
231 | struct format_field *wakeup_new_success_field; | 230 | struct format_field *wakeup_new_success_field; |
232 | 231 | ||
233 | struct rt_graph_info rt_info; | 232 | struct rt_graph_info rtinfo; |
234 | 233 | ||
235 | gboolean read_comms; /* Read all comms on first load */ | 234 | gboolean read_comms; /* Read all comms on first load */ |
236 | 235 | ||
@@ -308,7 +307,6 @@ gboolean trace_graph_filter_on_event(struct graph_info *ginfo, struct record *re | |||
308 | void trace_graph_copy_filter(struct graph_info *ginfo, | 307 | void trace_graph_copy_filter(struct graph_info *ginfo, |
309 | gboolean all_events, | 308 | gboolean all_events, |
310 | struct event_filter *event_filter); | 309 | struct event_filter *event_filter); |
311 | gint *trace_graph_task_list(struct graph_info *ginfo); | ||
312 | 310 | ||
313 | int trace_graph_load_filters(struct graph_info *ginfo, | 311 | int trace_graph_load_filters(struct graph_info *ginfo, |
314 | struct tracecmd_xml_handle *handle); | 312 | struct tracecmd_xml_handle *handle); |
@@ -400,4 +398,5 @@ void graph_plot_task_update_callback(gboolean accept, | |||
400 | void graph_plot_task_plotted(struct graph_info *ginfo, | 398 | void graph_plot_task_plotted(struct graph_info *ginfo, |
401 | gint **plotted); | 399 | gint **plotted); |
402 | 400 | ||
401 | |||
403 | #endif /* _TRACE_GRAPH_H */ | 402 | #endif /* _TRACE_GRAPH_H */ |