commit | 86b6ef21b80ac6565d172cdab4384404de007eea | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Aug 22 09:41:46 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Aug 30 12:27:07 2011 -0400 |
tree | 5156d0d78b4cb0fbbd58ce2281c19f9bba6864f6 | |
parent | 1d0e78e380cd2802aa603a50e08220dfc681141c [diff] |
tracing: Add preempt disable for filter self test The self testing for event filters does not really need preemption disabled as there are no races at the time of testing, but the functions it calls uses rcu_dereference_sched() which will complain if preemption is not disabled. Cc: Jiri Olsa <jolsa@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>