1. 16 May, 2010 1 commit
  2. 10 May, 2010 1 commit
  3. 30 Apr, 2010 1 commit
  4. 19 Apr, 2010 1 commit
  5. 13 Apr, 2010 1 commit
  6. 30 Mar, 2010 1 commit
  7. 20 Mar, 2010 1 commit
  8. 08 Mar, 2010 1 commit
  9. 24 Feb, 2010 1 commit
  10. 12 Feb, 2010 1 commit
  11. 06 Feb, 2010 1 commit
  12. 29 Jan, 2010 1 commit
  13. 21 Jan, 2010 1 commit
  14. 13 Jan, 2010 2 commits
  15. 06 Jan, 2010 1 commit
  16. 24 Dec, 2009 1 commit
  17. 18 Dec, 2009 1 commit
  18. 17 Dec, 2009 2 commits
  19. 12 Dec, 2009 12 commits
  20. 03 Dec, 2009 1 commit
  21. 19 Nov, 2009 1 commit
  22. 17 Nov, 2009 1 commit
    • Steven Rostedt's avatar
      tracing: Only print objcopy version warning once from recordmcount · 638adb05
      Steven Rostedt authored
      
      If the user has an older version of objcopy, that can not handle
      converting local symbols to global and vice versa, then some
      functions will not be part of the dynamic function tracer. The current
      code in recordmcount.pl will print a warning in this case. Unfortunately,
      there exists lots of files that may have this issue with older objcopys
      and this will cause a warning for every file compiled with this
      issue.
      
      This patch solves this overwhelming output by creating a
      .tmp_quiet_recordmcount file on the first instance the warning is
      encountered. The warning will not print if this file exists.
      
      The temp file is deleted at the beginning of the compile to ensure that
      the warning will happen once again on new compiles (because the issue
      is still present).
      Reported-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      638adb05
  23. 15 Nov, 2009 1 commit
  24. 13 Nov, 2009 1 commit
  25. 03 Nov, 2009 1 commit
  26. 16 Oct, 2009 1 commit
  27. 11 Oct, 2009 1 commit