aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.h
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-06-10 17:53:51 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-06-10 17:53:51 -0400
commit3c95290d3fb593145b8ce1163d795a08f05e112c (patch)
treee6fc1bea660993e4eaaf5b716bef577d6fbf692e /trace-graph.h
parentd01b699fffc573e7653e00d608444735c04f9dca (diff)
parentb09e5f4f3fc5c8fc2c51376050af19660c8053f4 (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.h10
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
28struct graph_info; 29struct 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);
307gint *trace_graph_task_list(struct graph_info *ginfo); 308gint *trace_graph_task_list(struct graph_info *ginfo);
308 309
310int trace_graph_load_filters(struct graph_info *ginfo,
311 struct tracecmd_xml_handle *handle);
312int trace_graph_save_filters(struct graph_info *ginfo,
313 struct tracecmd_xml_handle *handle);
314void trace_graph_update_filters(struct graph_info *ginfo,
315 struct filter_task *task_filter,
316 struct filter_task *hide_tasks);
317void trace_graph_refresh_filters(struct graph_info *ginfo);
318
309/* plots */ 319/* plots */
310void trace_graph_plot_free(struct graph_info *ginfo); 320void trace_graph_plot_free(struct graph_info *ginfo);
311void trace_graph_plot_init(struct graph_info *ginfo); 321void trace_graph_plot_init(struct graph_info *ginfo);