1. 08 2月, 2011 1 次提交
    • S
      tracing/filter: Have no filter return a match · 6d54057d
      Steven Rostedt 提交于
      The n_preds field of a file can change at anytime, and even can become
      zero, just as the filter is about to be processed by an event.
      In the case that is zero on entering the filter, return 1, telling
      the caller the event matchs and should be trace.
      
      Also use a variable and assign it with ACCESS_ONCE() such that the
      count stays consistent within the function.
      
      Cc: Tom Zanussi <tzanussi@gmail.com>
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      6d54057d
  2. 07 2月, 2011 9 次提交
  3. 06 2月, 2011 6 次提交
  4. 05 2月, 2011 15 次提交
  5. 04 2月, 2011 9 次提交