1. 01 Dec, 2014 8 commits
  2. 24 Nov, 2014 1 commit
    • Steven Rostedt (Red Hat)'s avatar
      ftrace/x86: Have static function tracing always test for function graph · 62a207d7
      Steven Rostedt (Red Hat) authored
      New updates to the ftrace generic code had ftrace_stub not always being
      called when ftrace is off. This causes the static tracer to always save
      and restore functions. But it also showed that when function tracing is
      running, the function graph tracer can not. We should always check to see
      if function graph tracing is running even if the function tracer is running
      too. The function tracer code is not the only one that uses the hook to
      function mcount.
      
      Cc: Markos Chandras <Markos.Chandras@imgtec.com>
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      62a207d7
  3. 21 Nov, 2014 2 commits
  4. 20 Nov, 2014 2 commits
  5. 19 Nov, 2014 19 commits
  6. 14 Nov, 2014 8 commits