1. ee74c37 btrfsslower by Brendan Gregg · 9 years ago
  2. 06f3b9a Merge pull request #386 from brendangregg/master by 4ast · 9 years ago
  3. b90bbab inline C in /tools by Brendan Gregg · 9 years ago
  4. b712c66 Merge pull request #383 from brendangregg/master by 4ast · 9 years ago
  5. 157fee3 better titles for dist tools by Brendan Gregg · 9 years ago
  6. 9c1f362 zfsdist by Brendan Gregg · 9 years ago
  7. bc54bb6 zfsslower by Brendan Gregg · 9 years ago
  8. a691c54 docs link typo by Brendan Gregg · 9 years ago
  9. 3e4b747 tool list alphabetical order by Brendan Gregg · 9 years ago
  10. 553f2aa tcpretrans by Brendan Gregg · 9 years ago
  11. fb7ae10 Merge pull request #381 from brendangregg/master by 4ast · 9 years ago
  12. 2482552 tcp to bpf_perf_output by Brendan Gregg · 9 years ago
  13. ed396d2 Merge pull request #379 from goldshtn/cosmetic by 4ast · 9 years ago
  14. 6ae261e Fixed typo by Sasha Goldshtein · 9 years ago
  15. 5687579 Renamed to *_example.txt and fixed README again by Sasha Goldshtein · 9 years ago
  16. 29e37d9 Cosmetic changes: removed .py suffix, fixed link in README by Sasha Goldshtein · 9 years ago
  17. 61f5535 Merge pull request #377 from goldshtn/argdist-tuples by 4ast · 9 years ago
  18. 7df65da Added small list of automatic includes to make the -I switch less necessary by Sasha Goldshtein · 9 years ago
  19. 32c8997 Merge branch 'master' into argdist-tuples by Sasha Goldshtein · 9 years ago
  20. cc27edf Fixed bug with labels, added support for tuples in hash by Sasha Goldshtein · 9 years ago
  21. e01b654 Merge pull request #376 from brendangregg/master by 4ast · 9 years ago
  22. 7983d6b Improved error messages for invalid probe syntax, added -I switch to add include files, fixed bug with labels -- now using # to indicate label by Sasha Goldshtein · 9 years ago
  23. bea3430 mdflush by Brendan Gregg · 9 years ago
  24. 0cc65a7 Merge branch 'master' into argdist-enh by Sasha Goldshtein · 9 years ago
  25. e350115 Finalized $entry, $latency, and $retval implementation including examples and man by Sasha Goldshtein · 9 years ago
  26. 4d911d5 Merge pull request #371 from brendangregg/master by 4ast · 9 years ago
  27. a2478d8 Merge pull request #372 from mcaleavya/master by Brenden Blanco · 9 years ago
  28. 62c6152 style updates by mcaleavya · 9 years ago
  29. 79f3c34 changed key struct to data as requested by mcaleavya · 9 years ago
  30. 6e789ab added spaces and tidyup of biosnoop by mcaleavya · 9 years ago
  31. cbe10b5 updated man pages by mcaleavya · 9 years ago
  32. ee5f823 added new files for biosnoop and bashreadline by mcaleavya · 9 years ago
  33. b2682f3 reworking of biosnoop and bashreadline to use bf_perf_event_output. Also moved old versions to tools/old by mcaleavya · 9 years ago
  34. 392d5c8 Added (paramname) support by Sasha Goldshtein · 9 years ago
  35. af34099 Merge branch 'master' into master by Brendan Gregg · 9 years ago
  36. d189d45 Merge pull request #369 from goldshtn/alloc-hist by Brendan Gregg · 9 years ago
  37. 5e4e1f4 Updated man and examples with new probe syntax and command-line switches by Sasha Goldshtein · 9 years ago
  38. fdfacb7 Merge pull request #2 from iovisor/master by Allan McAleavy · 9 years ago
  39. ed21adf Added optional label, fixed inline examples by Sasha Goldshtein · 9 years ago
  40. 1dcedc4 ext4dist by Brendan Gregg · 9 years ago
  41. cd1cad1 ext4slower by Brendan Gregg · 9 years ago
  42. 23c96fe xfsdist by Brendan Gregg · 9 years ago
  43. c937a9e xfsslower by Brendan Gregg · 9 years ago
  44. 8538485 Renamed to argdist.py, updated command-line switches, added kernel probe pid filtering, added verbose mode that prints the BPF program by Sasha Goldshtein · 9 years ago
  45. 356f07a Added tool to README by Sasha Goldshtein · 9 years ago
  46. 5f1b976 Merge branch 'master' into alloc-hist by Sasha Goldshtein · 9 years ago
  47. d1cc126 Merge remote-tracking branch 'origin/master' into alloc-hist by Sasha Goldshtein · 9 years ago
  48. 2b19464 Added license (Apache) by Sasha Goldshtein · 9 years ago
  49. 0a9783b Added man page, reshuffled some options by Sasha Goldshtein · 9 years ago
  50. 8058eb1 Added ret probes by Sasha Goldshtein · 9 years ago
  51. 4cd7063 Implemented histogram functionality, including strings; added examples by Sasha Goldshtein · 9 years ago
  52. dd221c4 Merge pull request #360 from brendangregg/master by Brenden Blanco · 9 years ago
  53. f178896 Merge pull request #362 from goldshtn/memleak-enh by Brenden Blanco · 9 years ago
  54. ee31f61 fix for spaces in filenames, #361 by Brendan Gregg · 9 years ago
  55. 43fa041 Added license (Apache), merged memleak.c into memleak.py by Sasha Goldshtein · 9 years ago
  56. 2fc5fc4 Merge branch 'master' into memleak-enh by Sasha Goldshtein · 9 years ago
  57. 580788f Initial version of gentrace with raw counting only by Sasha Goldshtein · 9 years ago
  58. 2ec48d9 Merge branch 'master' into master by Brendan Gregg · 9 years ago
  59. d18657e save one bpf_probe_read() by Brendan Gregg · 9 years ago
  60. 0a7f5ac copy-n-paste man page error by Brendan Gregg · 9 years ago
  61. 399fd73 use bpf_perf_event_output() instead by Brendan Gregg · 9 years ago
  62. 849f83d Merge pull request #368 from iovisor/runqlat-fix by Brenden Blanco · 9 years ago
  63. 11a21c8 Fix for improper includes in runqlat.py by Brenden Blanco · 9 years ago
  64. 5045964 Added -z and -Z switches for filtering by size, added copyright notices by Sasha Goldshtein · 9 years ago
  65. 2757f0e dcsnoop by Brendan Gregg · 9 years ago
  66. 5bfadab dcstat by Brendan Gregg · 9 years ago
  67. fe430e5 oomkill by Brendan Gregg · 9 years ago
  68. 828edb5 Updated examples to show timestamp output for each message by Sasha Goldshtein · 9 years ago
  69. c8148c8 Added option to display only top N stacks by size by Sasha Goldshtein · 9 years ago
  70. 2187813 Merge pull request #358 from brendangregg/master by 4ast · 9 years ago
  71. dcee30d Fixed long arg name from stack_depth to stack-depth by Sasha Goldshtein · 9 years ago
  72. d2241f4 Added --stack-depth switch to control the number of stack frames captured for each allocation by Sasha Goldshtein · 9 years ago
  73. 75ba13f Updated manual, examples, and usage with new interval and count options by Sasha Goldshtein · 9 years ago
  74. 40e55ba Added interval and count options per *stat tool conventions by Sasha Goldshtein · 9 years ago
  75. 32c5acd inspiration section for biotop by Brendan Gregg · 9 years ago
  76. 08c2981 filetop.8 by Brendan Gregg · 9 years ago
  77. dc642c5 filelife by Brendan Gregg · 9 years ago
  78. ad341c9 statsnoop by Brendan Gregg · 9 years ago
  79. fd10c90 missing options section on biotop by Brendan Gregg · 9 years ago
  80. 151a43a makes more sense to invert the -X usage by Brendan Gregg · 9 years ago
  81. e5b4ffe Merge pull request #355 from goldshtn/master by Brenden Blanco · 9 years ago
  82. 59d6c35 Merge pull request #353 from brendangregg/master by Brenden Blanco · 9 years ago
  83. c4fa80e mecs typo by Brendan Gregg · 9 years ago
  84. 919045a Merge pull request #357 from iovisor/prandom by 4ast · 9 years ago
  85. 53baff2 Add bpf_get_prandom_u32 to helpers by Brenden Blanco · 9 years ago
  86. 521ab4f Added -s switch to perform allocation sampling by Sasha Goldshtein · 9 years ago
  87. 3889a47 Added memleak.py to README by Sasha Goldshtein · 9 years ago
  88. 1cf9c8f Added man page by Sasha Goldshtein · 9 years ago
  89. b9b9ad3 Clarified example output by Sasha Goldshtein · 9 years ago
  90. 33522d7 Fixed indentation and Python style issues from pep by Sasha Goldshtein · 9 years ago
  91. dda4769 Added examples by Sasha Goldshtein · 9 years ago
  92. 751fce5 Added -c switch to run a command and trace that process by Sasha Goldshtein · 9 years ago
  93. 3a391c2 runqlat by Brendan Gregg · 9 years ago
  94. 75d3e9d rename fsslower to fileslower by Brendan Gregg · 9 years ago
  95. 1f1c8f8 extra dot by Brendan Gregg · 9 years ago
  96. af18bb3 execsnoop by Brendan Gregg · 9 years ago
  97. 161354f docs typo by Brendan Gregg · 9 years ago
  98. f266f4f more advice in the man page by Brendan Gregg · 9 years ago
  99. 2922861 Refactored StackDecoder, added 'run command' option with no implementation yet by Sasha Goldshtein · 9 years ago
  100. a32fbaf fsslower by Brendan Gregg · 9 years ago