1. 6049d3f add ttysnoop (#755) by Brendan Gregg · 8 years ago
  2. e822a81 Add new mountsnoop tool (#750) by Omar Sandoval · 8 years ago
  3. accd4cf trace: Add %K and %U format specifiers (#742) by Sasha Goldshtein · 8 years ago
  4. 99a3bc8 Update opensnoop to filter by PID and TID (#739) by Dina Goldshtein · 8 years ago
  5. a466c46 funclatency: user functions support (#733) by Sasha Goldshtein · 8 years ago
  6. 6e91a74 tplist: Print USDT locations and arguments (#734) by Sasha Goldshtein · 8 years ago
  7. 07175d0 stackcount: Support uprobes, tracepoints, and USDT (#730) by Sasha Goldshtein · 8 years ago
  8. ba404cf fix filelife missing output (#729) by Brendan Gregg · 8 years ago
  9. 60393ea tcptop (#726) by Brendan Gregg · 8 years ago
  10. 376ae5c argdist, trace: Native tracepoint support (#724) by Sasha Goldshtein · 8 years ago
  11. 5293805 [tcpconnect] filter traced connection based on destination ports by chantra · 8 years ago
  12. 1298998 new tool: capable (#690) by Brendan Gregg · 8 years ago
  13. 765dfe2 opensnoop: Introduce process name filtering by KarimAllah Ahmed · 8 years ago
  14. 7434731 fileslower/filetop: use de->d_name.name, add filtering by Mark Drayton · 8 years ago
  15. 66bf2e8 offcputime: one symbol cache per process, improve pid/tid handling by Mark Drayton · 8 years ago
  16. d496d5c Tool to sniff data contents before encrypted with OpenSSL by Adrian Lopez · 8 years ago
  17. 5eee5ff killsnoop: use current time replace timestamp and default output by Junli Ou · 8 years ago
  18. d602d6b MySQL USDT tool and example (#642) by Brendan Gregg · 8 years ago
  19. e159f7e [cachetop] fix and doc by chantra · 8 years ago
  20. 75dfd5a [cachetop] add example and man page. by chantra · 8 years ago
  21. f4bf275 Add profile: a CPU profiler (#620) by Brendan Gregg · 8 years ago
  22. 06d90d3 cpudist: Use `finish_task_switch` kprobe instead of `sched_switch` tracepoint by Sasha Goldshtein · 8 years ago
  23. 9972f27 cpudist: Support off-cpu time reports by Sasha Goldshtein · 8 years ago
  24. 40975ab cpudist: Summarize task on-CPU time as histograms (#585) by Sasha Goldshtein · 8 years ago
  25. 11de298 IPv6 support for tcp* tools (#582) by Mark Drayton · 8 years ago
  26. 93d0aea Update manpage for offcputime by Evgeny Vereshchagin · 8 years ago
  27. 4004295 Merge pull request #544 from abirchall/abirchall_release by Brenden Blanco · 8 years ago
  28. 1680b32 Point people to tools/old by Evgeny Vereshchagin · 8 years ago
  29. 7f0a6f8 Update documentation and man page for offcputime by Andrew Birchall · 8 years ago
  30. 3c446c7 updated opensnoop to use bpf_perf_output by mcaleavya · 8 years ago
  31. a9b886c migrated gethostlatency to use bpf_perf_event by mcaleavya · 9 years ago
  32. a6200fb Merge pull request #454 from brendangregg/master by Brenden Blanco · 9 years ago
  33. 9e0b087 IPv6 strings with an inet6_ntoa by Brendan Gregg · 9 years ago
  34. 3e39a08 argdist, trace, and tplist support for USDT probes by Sasha Goldshtein · 9 years ago
  35. b4ebed0 stackcount: Resolve stacks using a StackTrace table by Vicent Marti · 9 years ago
  36. 592414e stacksnoop: Resolve stacks using a StackTrace table by Vicent Marti · 9 years ago
  37. e82fb1b offcputime: Resolve stacks using a StackTrace table by Vicent Marti · 9 years ago
  38. e25ae03 memleak: Resolve stacks with a StackTrace table by Vicent Marti · 9 years ago
  39. 11cb3bc Allowing more natural syntax for tracepoints with no "tp" struct prefix by Sasha Goldshtein · 9 years ago
  40. fd60d55 tracepoint support for argdist and trace, and new tplist tool for printing tracepoints by Sasha Goldshtein · 9 years ago
  41. 38847f0 trace by Sasha Goldshtein · 9 years ago
  42. afc9725 tcpconnlat by Brendan Gregg · 9 years ago
  43. f5c40cb Migrated killsnoop to bpf_perf_event by mcaleavya · 9 years ago
  44. 29dbdda migrated to use bpf_perf_events by mcaleavya · 9 years ago
  45. cfc3150 Migrated filelife to bpf_perf_event by mcaleavya · 9 years ago
  46. e14f27f migrated statsnoop to use bpf_perf_event_output by mcaleavya · 9 years ago
  47. ddce4db btrfsdist by Brendan Gregg · 9 years ago
  48. ee74c37 btrfsslower by Brendan Gregg · 9 years ago
  49. 9c1f362 zfsdist by Brendan Gregg · 9 years ago
  50. bc54bb6 zfsslower by Brendan Gregg · 9 years ago
  51. 553f2aa tcpretrans by Brendan Gregg · 9 years ago
  52. 7df65da Added small list of automatic includes to make the -I switch less necessary by Sasha Goldshtein · 9 years ago
  53. 32c8997 Merge branch 'master' into argdist-tuples by Sasha Goldshtein · 9 years ago
  54. cc27edf Fixed bug with labels, added support for tuples in hash by Sasha Goldshtein · 9 years ago
  55. 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
  56. bea3430 mdflush by Brendan Gregg · 9 years ago
  57. 0cc65a7 Merge branch 'master' into argdist-enh by Sasha Goldshtein · 9 years ago
  58. e350115 Finalized $entry, $latency, and $retval implementation including examples and man by Sasha Goldshtein · 9 years ago
  59. 4d911d5 Merge pull request #371 from brendangregg/master by 4ast · 9 years ago
  60. a2478d8 Merge pull request #372 from mcaleavya/master by Brenden Blanco · 9 years ago
  61. 62c6152 style updates by mcaleavya · 9 years ago
  62. cbe10b5 updated man pages by mcaleavya · 9 years ago
  63. af34099 Merge branch 'master' into master by Brendan Gregg · 9 years ago
  64. 5e4e1f4 Updated man and examples with new probe syntax and command-line switches by Sasha Goldshtein · 9 years ago
  65. 1dcedc4 ext4dist by Brendan Gregg · 9 years ago
  66. cd1cad1 ext4slower by Brendan Gregg · 9 years ago
  67. 23c96fe xfsdist by Brendan Gregg · 9 years ago
  68. c937a9e xfsslower by Brendan Gregg · 9 years ago
  69. 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
  70. 5f1b976 Merge branch 'master' into alloc-hist by Sasha Goldshtein · 9 years ago
  71. 0a9783b Added man page, reshuffled some options by Sasha Goldshtein · 9 years ago
  72. dd221c4 Merge pull request #360 from brendangregg/master by Brenden Blanco · 9 years ago
  73. 2fc5fc4 Merge branch 'master' into memleak-enh by Sasha Goldshtein · 9 years ago
  74. 0a7f5ac copy-n-paste man page error by Brendan Gregg · 9 years ago
  75. 5045964 Added -z and -Z switches for filtering by size, added copyright notices by Sasha Goldshtein · 9 years ago
  76. 2757f0e dcsnoop by Brendan Gregg · 9 years ago
  77. 5bfadab dcstat by Brendan Gregg · 9 years ago
  78. fe430e5 oomkill by Brendan Gregg · 9 years ago
  79. c8148c8 Added option to display only top N stacks by size by Sasha Goldshtein · 9 years ago
  80. d2241f4 Added --stack-depth switch to control the number of stack frames captured for each allocation by Sasha Goldshtein · 9 years ago
  81. 75ba13f Updated manual, examples, and usage with new interval and count options by Sasha Goldshtein · 9 years ago
  82. 32c5acd inspiration section for biotop by Brendan Gregg · 9 years ago
  83. 08c2981 filetop.8 by Brendan Gregg · 9 years ago
  84. dc642c5 filelife by Brendan Gregg · 9 years ago
  85. ad341c9 statsnoop by Brendan Gregg · 9 years ago
  86. fd10c90 missing options section on biotop by Brendan Gregg · 9 years ago
  87. 151a43a makes more sense to invert the -X usage by Brendan Gregg · 9 years ago
  88. e5b4ffe Merge pull request #355 from goldshtn/master by Brenden Blanco · 9 years ago
  89. c4fa80e mecs typo by Brendan Gregg · 9 years ago
  90. 521ab4f Added -s switch to perform allocation sampling by Sasha Goldshtein · 9 years ago
  91. 1cf9c8f Added man page by Sasha Goldshtein · 9 years ago
  92. 3a391c2 runqlat by Brendan Gregg · 9 years ago
  93. 75d3e9d rename fsslower to fileslower by Brendan Gregg · 9 years ago
  94. af18bb3 execsnoop by Brendan Gregg · 9 years ago
  95. 161354f docs typo by Brendan Gregg · 9 years ago
  96. f266f4f more advice in the man page by Brendan Gregg · 9 years ago
  97. a32fbaf fsslower by Brendan Gregg · 9 years ago
  98. 6f075b9 biotop by Brendan Gregg · 9 years ago
  99. aa1e6ca Merge pull request #343 from ceeaspb/master by Brenden Blanco · 9 years ago
  100. 3b9679a trawl typos with aspell by Alex Bagehot · 9 years ago