1. 17 Mar, 2014 1 commit
  2. 24 Jun, 2013 6 commits
  3. 22 Jun, 2013 2 commits
    • Colin Cross's avatar
      librank: add flag to show only KSM pages · 479747be
      Colin Cross authored
      Passing -k will cause librank to only show KSM pages.  The RSS
      column will approximate the memory used before KSM, and PSS will
      show the memory used after KSM.
      
      Change-Id: I62310b2cda97316b835cf7ebe51b5155872c37dc
      479747be
    • Colin Cross's avatar
      librank: show swapped pages per library · d2b8656c
      Colin Cross authored
      Add a column showing swapped pages per library, but only show it
      if swapped pages exist in at least one library.
      
      Change-Id: I8f5a55dee7ed8d1f02ed7c947f6a22f7a5771eb8
      d2b8656c
  4. 11 Jun, 2013 4 commits
  5. 11 May, 2012 1 commit
    • JP Abgrall's avatar
      Ignore SIGPIPE is some of the tools used via dumpstate · 80cb1550
      JP Abgrall authored
        adb bugreport > b & sleep 5; kill $?
      will show that a bunch of tools will SIGPIPE when trying to output data
      which is normal.
      We don't have a way on linux (bsd yes), to set NOSIGPIPE on the file desc
      passed down via fork/exec.
      
      Bug: 6447319
      Change-Id: I1634a00a155fd8a3fd827aa4a77e94518534336c
      80cb1550
  6. 04 Mar, 2009 2 commits
  7. 21 Oct, 2008 1 commit