aboutsummaryrefslogtreecommitdiffstats
path: root/trace-filter.h
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-04-05 22:40:54 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-04-09 11:56:18 -0400
commit20359fdc358744dee36b8e59c234e965fc7d2a69 (patch)
treed8069b706c554939cf40a9b9b8485826afb4b7c6 /trace-filter.h
parent338a694c0002d70349de3f0e7e47322467f72765 (diff)
kernelshark: Make all saved filters under KernelShark
Make the xml doc under <KernelShark>...</KernelShark> for trace-view and trace-graph. Also pull out the task filters since the view and graph in kernelshark share the same filters. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-filter.h')
-rw-r--r--trace-filter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/trace-filter.h b/trace-filter.h
index fd60bce..e0f9f4a 100644
--- a/trace-filter.h
+++ b/trace-filter.h
@@ -148,6 +148,12 @@ int trace_filter_load_events(struct event_filter *event_filter,
148int trace_filter_load_task_filter(struct filter_task *filter, 148int trace_filter_load_task_filter(struct filter_task *filter,
149 struct tracecmd_xml_handle *handle, 149 struct tracecmd_xml_handle *handle,
150 struct tracecmd_xml_system_node *node); 150 struct tracecmd_xml_system_node *node);
151int trace_filter_load_filters(struct tracecmd_xml_handle *handle,
152 struct filter_task *task_filter,
153 struct filter_task *hide_tasks);
154int trace_filter_save_filters(struct tracecmd_xml_handle *handle,
155 struct filter_task *task_filter,
156 struct filter_task *hide_tasks);
151 157
152/* put here because there's no other place */ 158/* put here because there's no other place */
153 159