]> git.baikalelectronics.ru Git - kernel.git/commit
tracing/filter: Remove synchronize_sched() from __alloc_preds()
authorSteven Rostedt <srostedt@redhat.com>
Fri, 4 Feb 2011 04:29:06 +0000 (23:29 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Feb 2011 01:56:20 +0000 (20:56 -0500)
commitf4a32197dd5e7bb04fc0a387b0753aab83e31abb
tree57cb6ab5f8b3a552ed2e0b5a7989d23404bb6cea
parent705f5d058f514b6d10a2f3523031b1a1aa362f67
tracing/filter: Remove synchronize_sched() from __alloc_preds()

Because the filters are processed first and then activated
(added to the call), we no longer need to worry about the preds
of the filter in __alloc_preds() being used. As the filter that
is allocating preds is not activated yet.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_events_filter.c