1. 04 4月, 2014 1 次提交
  2. 03 12月, 2011 1 次提交
  3. 16 6月, 2011 1 次提交
  4. 05 4月, 2011 1 次提交
  5. 08 9月, 2009 1 次提交
    • L
      kmemleak: add clear command support · 30b37101
      Luis R. Rodriguez 提交于
      In an ideal world your kmemleak output will be small, when its
      not (usually during initial bootup) you can use the clear command
      to ingore previously reported and unreferenced kmemleak objects. We
      do this by painting all currently reported unreferenced objects grey.
      We paint them grey instead of black to allow future scans on the same
      objects as such objects could still potentially reference newly
      allocated objects in the future.
      
      To test a critical section on demand with a clean
      /sys/kernel/debug/kmemleak you can do:
      
      echo clear > /sys/kernel/debug/kmemleak
              test your kernel or modules
      echo scan > /sys/kernel/debug/kmemleak
      
      Then as usual to get your report with:
      
      cat /sys/kernel/debug/kmemleak
      Signed-off-by: NLuis R. Rodriguez <lrodriguez@atheros.com>
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      30b37101
  6. 27 8月, 2009 1 次提交
  7. 27 6月, 2009 3 次提交
  8. 25 6月, 2009 1 次提交
  9. 12 6月, 2009 1 次提交