1. 26 Apr, 2016 1 commit
    • Steven Rostedt (Red Hat)'s avatar
      tracing: Do not inherit event-fork option for instances · 20550622
      Steven Rostedt (Red Hat) authored
      As the event-fork option requires doing work when enabled and disabled, it
      can not be passed down to created instances. The instance must clear this
      flag when it is created, and must clear it when its removed.
      
      As more options may be created with this need, a macro ZEROED_TRACE_FLAGS is
      created that holds the flags that must not be inherited by the top level
      instance, and must be cleared on removal of instances.
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      20550622
  2. 19 Apr, 2016 30 commits
  3. 18 Apr, 2016 1 commit
  4. 17 Apr, 2016 5 commits
  5. 16 Apr, 2016 3 commits