aboutsummaryrefslogtreecommitdiffstats
path: root/trace-filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-filter.h')
-rw-r--r--trace-filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-filter.h b/trace-filter.h
index e0f9f4a..1800471 100644
--- a/trace-filter.h
+++ b/trace-filter.h
@@ -149,9 +149,11 @@ int 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, 151int trace_filter_load_filters(struct tracecmd_xml_handle *handle,
152 const char *system_name,
152 struct filter_task *task_filter, 153 struct filter_task *task_filter,
153 struct filter_task *hide_tasks); 154 struct filter_task *hide_tasks);
154int trace_filter_save_filters(struct tracecmd_xml_handle *handle, 155int trace_filter_save_filters(struct tracecmd_xml_handle *handle,
156 const char *system_name,
155 struct filter_task *task_filter, 157 struct filter_task *task_filter,
156 struct filter_task *hide_tasks); 158 struct filter_task *hide_tasks);
157 159