1. 11de298 IPv6 support for tcp* tools (#582) by Mark Drayton · 8 years ago
  2. c862e31 Do not throw exception on ipv6 packets in tcpretrans by Ivan Babrou · 8 years ago
  3. 4509f09 offcputime: add the -d option by Evgeny Vereshchagin · 8 years ago
  4. f988644 offcputime: change user/kernel stack order by Evgeny Vereshchagin · 8 years ago
  5. ff39d0c offcputime -f: don't miss backtrace bounds by Evgeny Vereshchagin · 8 years ago
  6. 9858ca5 Fix tools[/old]/offcputime -p PID by Evgeny Vereshchagin · 8 years ago
  7. bfdb3d4 execsnoop: show PPID in output by Mark Drayton · 8 years ago
  8. 5b47e0f execsnoop: use BPF_PERF_OUTPUT instead of trace pipe by Mark Drayton · 8 years ago
  9. 4004295 Merge pull request #544 from abirchall/abirchall_release by Brenden Blanco · 8 years ago
  10. 9b33364 Install tools/old too by Evgeny Vereshchagin · 8 years ago
  11. 973a528 lua: Allow LuaJIT parameterized types in `open_perf_buffer` by Vicent Marti · 8 years ago
  12. 266d6f6 Use BPF_PERF_OUTPUT for fileslower and stacksnoop by Mark Drayton · 8 years ago
  13. 7f0a6f8 Update documentation and man page for offcputime by Andrew Birchall · 8 years ago
  14. 1f202e7 Add user space stack traces to offcputime by Andrew Birchall · 8 years ago
  15. 582b5dd add --kernel-threads-only to tools/offcputime by Andrew Birchall · 8 years ago
  16. 47d871f move ENOMEM comment; create --stack-storage-size arg; misc cleanup by Andrew Birchall · 8 years ago
  17. ee7e5b4 handle ENOMEM in tools/offcputime by Andrew Birchall · 8 years ago
  18. 75291d0 Lua ports of biosnoop and stacksnoop by Mark Drayton · 8 years ago
  19. bc94d4c Fixup tplist and argdist for python3 compat by Brenden Blanco · 8 years ago
  20. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  21. a687560 Adjust pid filtering/display in runqlat by Brenden Blanco · 8 years ago
  22. 3c446c7 updated opensnoop to use bpf_perf_output by mcaleavya · 8 years ago
  23. de14f4f Fix python3 exception when ctrl-c tools/trace.py by Brenden Blanco · 8 years ago
  24. a9b886c migrated gethostlatency to use bpf_perf_event by mcaleavya · 8 years ago
  25. a6200fb Merge pull request #454 from brendangregg/master by Brenden Blanco · 8 years ago
  26. 917cb85 use pack/unpack by Brendan Gregg · 8 years ago
  27. 435839a Replaced `which --skip-alias` with `ProcUtils.which` by Sasha Goldshtein · 8 years ago
  28. 5a1d2e3 Support for global variable arguments in USDT probes by Sasha Goldshtein · 8 years ago
  29. ff9f231 Merge pull request #452 from yadutaf/jt-solisten by Brenden Blanco · 8 years ago
  30. bf33014 solisten: clean endian conversion hack by Jean-Tiare Le Bigot · 8 years ago
  31. 9e0b087 IPv6 strings with an inet6_ntoa by Brendan Gregg · 8 years ago
  32. 3e39a08 argdist, trace, and tplist support for USDT probes by Sasha Goldshtein · 8 years ago
  33. b4ebed0 stackcount: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  34. 592414e stacksnoop: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  35. e82fb1b offcputime: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  36. e25ae03 memleak: Resolve stacks with a StackTrace table by Vicent Marti · 8 years ago
  37. a1ac2f9 add solisten tool. Currently TCP only. by Jean-Tiare Le Bigot · 9 years ago
  38. 43742ae Fix error handling when attaching {u,k}{,ret}probes by Sasha Goldshtein · 8 years ago
  39. 8737c6e Added pid wrap check, moved user symbols to usyms.py by Sasha Goldshtein · 8 years ago
  40. 0e856f4 Moved user symbol decoding from memleak into bcc module by Sasha Goldshtein · 8 years ago
  41. b950d6f Moved auto-includes helper to __init__.py by Sasha Goldshtein · 8 years ago
  42. c08c431 Moved common tracepoint support into tracepoint.py by Sasha Goldshtein · 8 years ago
  43. fd60d55 tracepoint support for argdist and trace, and new tplist tool for printing tracepoints by Sasha Goldshtein · 9 years ago
  44. f6bf78f Merge pull request #438 from brendangregg/master by Brenden Blanco · 9 years ago
  45. f67832a fix -p by Brendan Gregg · 9 years ago
  46. c94ab7a Fix python3 incompatibilities by Brenden Blanco · 9 years ago
  47. aa85f33 Enable python3 compatible strings in biosnoop by Brenden Blanco · 9 years ago
  48. ab133d2 Fix stacksnoop PID filter by Mark Drayton · 9 years ago
  49. 9572883 Use pre-calculated function addresses in funccount by Brenden Blanco · 9 years ago
  50. 5760791 Merge pull request #410 from goldshtn/argdist-silent by Brenden Blanco · 9 years ago
  51. 8acd015 Fixed examples to use fewer colons by Sasha Goldshtein · 9 years ago
  52. 38847f0 trace by Sasha Goldshtein · 9 years ago
  53. c955130 Print traceback only if verbose mode was requested by Sasha Goldshtein · 9 years ago
  54. 4db6d44 drop unused pid, and improve code-path check by Brendan Gregg · 9 years ago
  55. 2482c1c typo, and improve comment by Brendan Gregg · 9 years ago
  56. afc9725 tcpconnlat by Brendan Gregg · 9 years ago
  57. 6262f5d removed two bpf_hash args_pid/sig by mcaleavya · 9 years ago
  58. f5c40cb Migrated killsnoop to bpf_perf_event by mcaleavya · 9 years ago
  59. 0ccf708 combined lines for delta by Allan McAleavy · 9 years ago
  60. 683642b removed include for string.h by mcaleavya · 9 years ago
  61. 6a372f7 removed strcpy , renamed Sync to sync. by mcaleavya · 9 years ago
  62. 29dbdda migrated to use bpf_perf_events by mcaleavya · 9 years ago
  63. cfc3150 Migrated filelife to bpf_perf_event by mcaleavya · 9 years ago
  64. 1a7bebf Updated spaces after commas by mcaleavya · 9 years ago
  65. e14f27f migrated statsnoop to use bpf_perf_event_output by mcaleavya · 9 years ago
  66. ddce4db btrfsdist by Brendan Gregg · 9 years ago
  67. ee74c37 btrfsslower by Brendan Gregg · 9 years ago
  68. b90bbab inline C in /tools by Brendan Gregg · 9 years ago
  69. 9c1f362 zfsdist by Brendan Gregg · 9 years ago
  70. bc54bb6 zfsslower by Brendan Gregg · 9 years ago
  71. 553f2aa tcpretrans by Brendan Gregg · 9 years ago
  72. 2482552 tcp to bpf_perf_output by Brendan Gregg · 9 years ago
  73. 5687579 Renamed to *_example.txt and fixed README again by Sasha Goldshtein · 9 years ago
  74. 29e37d9 Cosmetic changes: removed .py suffix, fixed link in README by Sasha Goldshtein · 9 years ago
  75. 7df65da Added small list of automatic includes to make the -I switch less necessary by Sasha Goldshtein · 9 years ago
  76. 32c8997 Merge branch 'master' into argdist-tuples by Sasha Goldshtein · 9 years ago
  77. cc27edf Fixed bug with labels, added support for tuples in hash by Sasha Goldshtein · 9 years ago
  78. 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
  79. bea3430 mdflush by Brendan Gregg · 9 years ago
  80. 0cc65a7 Merge branch 'master' into argdist-enh by Sasha Goldshtein · 9 years ago
  81. e350115 Finalized $entry, $latency, and $retval implementation including examples and man by Sasha Goldshtein · 9 years ago
  82. 4d911d5 Merge pull request #371 from brendangregg/master by 4ast · 9 years ago
  83. a2478d8 Merge pull request #372 from mcaleavya/master by Brenden Blanco · 9 years ago
  84. 62c6152 style updates by mcaleavya · 9 years ago
  85. 79f3c34 changed key struct to data as requested by mcaleavya · 9 years ago
  86. 6e789ab added spaces and tidyup of biosnoop by mcaleavya · 9 years ago
  87. ee5f823 added new files for biosnoop and bashreadline by mcaleavya · 9 years ago
  88. b2682f3 reworking of biosnoop and bashreadline to use bf_perf_event_output. Also moved old versions to tools/old by mcaleavya · 9 years ago
  89. 392d5c8 Added (paramname) support by Sasha Goldshtein · 9 years ago
  90. af34099 Merge branch 'master' into master by Brendan Gregg · 9 years ago
  91. 5e4e1f4 Updated man and examples with new probe syntax and command-line switches by Sasha Goldshtein · 9 years ago
  92. ed21adf Added optional label, fixed inline examples by Sasha Goldshtein · 9 years ago
  93. 1dcedc4 ext4dist by Brendan Gregg · 9 years ago
  94. cd1cad1 ext4slower by Brendan Gregg · 9 years ago
  95. 23c96fe xfsdist by Brendan Gregg · 9 years ago
  96. c937a9e xfsslower by Brendan Gregg · 9 years ago
  97. 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
  98. 5f1b976 Merge branch 'master' into alloc-hist by Sasha Goldshtein · 9 years ago
  99. d1cc126 Merge remote-tracking branch 'origin/master' into alloc-hist by Sasha Goldshtein · 9 years ago
  100. 2b19464 Added license (Apache) by Sasha Goldshtein · 9 years ago