From 39baeecb4afb317f8a20187f4edb280f4448e4df Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Mon, 4 Jan 2010 15:13:04 -0500 Subject: kernel-shark: Enabled filtering of tasks for list and graph The list and graph can now filter tasks. Signed-off-by: Steven Rostedt --- trace-view-store.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trace-view-store.h') diff --git a/trace-view-store.h b/trace-view-store.h index 687a946..c7738da 100644 --- a/trace-view-store.h +++ b/trace-view-store.h @@ -3,6 +3,7 @@ #include #include "trace-cmd.h" +#include "trace-hash.h" /* Some boilerplate GObject defines. 'klass' is used * instead of 'class', because 'class' is a C++ keyword */ @@ -118,6 +119,8 @@ guint64 trace_view_store_get_time_from_row(TraceViewStore *store, gint row); guint64 trace_view_store_get_offset_from_row(TraceViewStore *store, gint row); +void trace_view_store_filter_tasks(TraceViewStore *store, struct filter_task *filter); + /* TraceViewStoreClass: more boilerplate GObject stuff */ struct _TraceViewStoreClass -- cgit v1.2.2