1. Feb 29, 2012
  2. Feb 27, 2012
  3. Feb 24, 2012
  4. Feb 23, 2012
    • David Smith's avatar
      tracepoint, vfs, sched: Add exec() tracepoint · 4ff16c25
      David Smith authored
      
      
      Added a minimal exec tracepoint. Exec is an important major event
      in the life of a task, like fork(), clone() or exit(), all of
      which we already trace.
      
      [ We also do scheduling re-balancing during exec() - so it's useful
        from a scheduler instrumentation POV as well. ]
      
      If you want to watch a task start up, when it gets exec'ed is a good place
      to start.  With the addition of this tracepoint, exec's can be monitored
      and better picture of general system activity can be obtained. This
      tracepoint will also enable better process life tracking, allowing you to
      answer questions like "what process keeps starting up binary X?".
      
      This tracepoint can also be useful in ftrace filtering and trigger
      conditions: i.e. starting or stopping filtering when exec is called.
      
      Signed-off-by: default avatarDavid Smith <dsmith@redhat.com>
      Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Cc: Christoph Hellwig <hch@infradead.org>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Link: http://lkml.kernel.org/r/4F314D19.7030504@redhat.com
      
      
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      4ff16c25
  5. Feb 22, 2012
  6. Feb 21, 2012
  7. Feb 18, 2012
  8. Feb 17, 2012
  9. Feb 15, 2012
  10. Feb 14, 2012