1. 26 Mar, 2017 3 commits
  2. 25 Mar, 2017 1 commit
  3. 24 Mar, 2017 1 commit
    • Gary Lin's avatar
      docs: add the supplementary commits for LRU hashes · b991fef1
      Gary Lin authored
      This commit addes two kernel commits for the LRU hashes to provide the
      more information about LRU hashes. The original commits (29ba732acbee
      and 8f8449384ec3) mark the inclusion of LRU hashes, but the commit
      messages do not mention the details. The commits 3a08c2fd7634 and
      961578b63474 actually implement the LRU list and provide the detailed
      information about why LRU hash is created and how it works, and this can
      help people to understand LRU hashes more quickly.
      Signed-off-by: default avatarGary Lin <glin@suse.com>
      b991fef1
  4. 23 Mar, 2017 3 commits
  5. 22 Mar, 2017 4 commits
  6. 21 Mar, 2017 5 commits
  7. 18 Mar, 2017 2 commits
  8. 16 Mar, 2017 2 commits
  9. 11 Mar, 2017 4 commits
    • Brenden Blanco's avatar
      Merge pull request #1032 from goldshtn/tools-tests · dd3867d3
      Brenden Blanco authored
      Smoke tests for the tools
      dd3867d3
    • Sasha Goldshtein's avatar
      tests: Add smoke tests for most tools · 5c41b39b
      Sasha Goldshtein authored
      This commit adds basic smoke tests for most tools in tools/ by
      running the tool with either a short duration, or interrupting it
      with a SIGINT after a short duration. The tests check the return
      value from the tool to detect any Python exceptions or other
      errors, but they do not read the standard error or standard output
      and parse the tool's result.
      
      Some tools are not covered by these smoke tests for reasons
      documented in the test itself:
      
      * btrfsdist and btrfsslower need btrfs
      * cachetop doesn't like to run without a terminal
      * dbslower, dbstat, and mysqld_qslower need a database engine
      * deadlock_detector allocates a huge amount of memory
      * softirqs doesn't work on new kernels and needs fixing (#1031)
      * ugc needs a USDT-enabled runtime with GC probes
      * zfsdist and zfsslower need zfs
      
      This is a good place to start, but clearly for some tools,
      especially those with a complex interface like trace and argdist,
      we need more than just basic smoke tests.
      5c41b39b
    • Sasha Goldshtein's avatar
      2febc297
    • 4ast's avatar
      Merge pull request #1044 from goldshtn/ausyscall · eea18dc8
      4ast authored
      syscount: Use ausyscalls if available to get syscall list
      eea18dc8
  10. 10 Mar, 2017 2 commits
  11. 09 Mar, 2017 5 commits
  12. 08 Mar, 2017 1 commit
  13. 07 Mar, 2017 2 commits
  14. 06 Mar, 2017 5 commits