diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-06-10 17:53:51 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-06-10 17:53:51 -0400 |
commit | 3c95290d3fb593145b8ce1163d795a08f05e112c (patch) | |
tree | e6fc1bea660993e4eaaf5b716bef577d6fbf692e /trace-graph.h | |
parent | d01b699fffc573e7653e00d608444735c04f9dca (diff) | |
parent | b09e5f4f3fc5c8fc2c51376050af19660c8053f4 (diff) |
Merge branch 'kernelshark-devel' into trace-cmd
Conflicts:
Makefile
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-graph.h')
-rw-r--r-- | trace-graph.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/trace-graph.h b/trace-graph.h index 91ae161..15ad4b2 100644 --- a/trace-graph.h +++ b/trace-graph.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <gtk/gtk.h> | 24 | #include <gtk/gtk.h> |
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 | 28 | ||
28 | struct graph_info; | 29 | struct graph_info; |
29 | 30 | ||
@@ -306,6 +307,15 @@ void trace_graph_copy_filter(struct graph_info *ginfo, | |||
306 | struct event_filter *event_filter); | 307 | struct event_filter *event_filter); |
307 | gint *trace_graph_task_list(struct graph_info *ginfo); | 308 | gint *trace_graph_task_list(struct graph_info *ginfo); |
308 | 309 | ||
310 | int trace_graph_load_filters(struct graph_info *ginfo, | ||
311 | struct tracecmd_xml_handle *handle); | ||
312 | int trace_graph_save_filters(struct graph_info *ginfo, | ||
313 | struct tracecmd_xml_handle *handle); | ||
314 | void trace_graph_update_filters(struct graph_info *ginfo, | ||
315 | struct filter_task *task_filter, | ||
316 | struct filter_task *hide_tasks); | ||
317 | void trace_graph_refresh_filters(struct graph_info *ginfo); | ||
318 | |||
309 | /* plots */ | 319 | /* plots */ |
310 | void trace_graph_plot_free(struct graph_info *ginfo); | 320 | void trace_graph_plot_free(struct graph_info *ginfo); |
311 | void trace_graph_plot_init(struct graph_info *ginfo); | 321 | void trace_graph_plot_init(struct graph_info *ginfo); |