1. 31 5月, 2010 1 次提交
  2. 17 5月, 2010 1 次提交
  3. 10 5月, 2010 1 次提交
  4. 30 4月, 2010 1 次提交
  5. 20 4月, 2010 1 次提交
  6. 13 4月, 2010 1 次提交
  7. 31 3月, 2010 1 次提交
  8. 20 3月, 2010 1 次提交
  9. 09 3月, 2010 1 次提交
  10. 25 2月, 2010 1 次提交
  11. 13 2月, 2010 1 次提交
  12. 07 2月, 2010 1 次提交
  13. 30 1月, 2010 1 次提交
  14. 22 1月, 2010 1 次提交
  15. 13 1月, 2010 2 次提交
  16. 06 1月, 2010 1 次提交
  17. 25 12月, 2009 1 次提交
  18. 18 12月, 2009 2 次提交
  19. 17 12月, 2009 1 次提交
  20. 12 12月, 2009 12 次提交
  21. 03 12月, 2009 1 次提交
  22. 20 11月, 2009 1 次提交
  23. 18 11月, 2009 1 次提交
    • S
      tracing: Only print objcopy version warning once from recordmcount · 638adb05
      Steven Rostedt 提交于
      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: NAndrew Morton <akpm@linux-foundation.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      638adb05
  24. 16 11月, 2009 1 次提交
  25. 13 11月, 2009 1 次提交
  26. 04 11月, 2009 1 次提交
  27. 16 10月, 2009 1 次提交