aboutsummaryrefslogtreecommitdiffstats
path: root/trace-view-store.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-06-01 11:09:01 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-06-08 22:53:10 -0400
commit19c146cbf37c95cf77319569d1beff35fd8d544b (patch)
tree86861cda5f182aa9d7f6b45795cff11b657dc1b0 /trace-view-store.c
parent7327b8f423f55873d30d523e882bb8fd9338e1ac (diff)
kernelshark: Allow for separate list and graph task filters
To make the task filters more like the event filters, allow the list and graph to have their own filtering. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-view-store.c')
-rw-r--r--trace-view-store.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/trace-view-store.c b/trace-view-store.c
index ba40aad..6f70ca5 100644
--- a/trace-view-store.c
+++ b/trace-view-store.c
@@ -1330,7 +1330,6 @@ void trace_view_store_assign_filters(TraceViewStore *store,
1330 1330
1331 if (store->task_filter != task_filter) 1331 if (store->task_filter != task_filter)
1332 store->task_filter = filter_task_hash_copy(task_filter); 1332 store->task_filter = filter_task_hash_copy(task_filter);
1333
1334} 1333}
1335 1334
1336 1335