aboutsummaryrefslogtreecommitdiffstats
path: root/trace-graph.h
diff options
context:
space:
mode:
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);