1. bc94d4c Fixup tplist and argdist for python3 compat by Brenden Blanco · 9 years ago
  2. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 9 years ago
  3. a687560 Adjust pid filtering/display in runqlat by Brenden Blanco · 9 years ago
  4. 3c446c7 updated opensnoop to use bpf_perf_output by mcaleavya · 9 years ago
  5. de14f4f Fix python3 exception when ctrl-c tools/trace.py by Brenden Blanco · 9 years ago
  6. a9b886c migrated gethostlatency to use bpf_perf_event by mcaleavya · 9 years ago
  7. a6200fb Merge pull request #454 from brendangregg/master by Brenden Blanco · 9 years ago
  8. 917cb85 use pack/unpack by Brendan Gregg · 9 years ago
  9. 435839a Replaced `which --skip-alias` with `ProcUtils.which` by Sasha Goldshtein · 9 years ago
  10. 5a1d2e3 Support for global variable arguments in USDT probes by Sasha Goldshtein · 9 years ago
  11. ff9f231 Merge pull request #452 from yadutaf/jt-solisten by Brenden Blanco · 9 years ago
  12. bf33014 solisten: clean endian conversion hack by Jean-Tiare Le Bigot · 9 years ago
  13. 9e0b087 IPv6 strings with an inet6_ntoa by Brendan Gregg · 9 years ago
  14. 3e39a08 argdist, trace, and tplist support for USDT probes by Sasha Goldshtein · 9 years ago
  15. b4ebed0 stackcount: Resolve stacks using a StackTrace table by Vicent Marti · 9 years ago
  16. 592414e stacksnoop: Resolve stacks using a StackTrace table by Vicent Marti · 9 years ago
  17. e82fb1b offcputime: Resolve stacks using a StackTrace table by Vicent Marti · 9 years ago
  18. e25ae03 memleak: Resolve stacks with a StackTrace table by Vicent Marti · 9 years ago
  19. a1ac2f9 add solisten tool. Currently TCP only. by Jean-Tiare Le Bigot · 9 years ago
  20. 43742ae Fix error handling when attaching {u,k}{,ret}probes by Sasha Goldshtein · 9 years ago
  21. 8737c6e Added pid wrap check, moved user symbols to usyms.py by Sasha Goldshtein · 9 years ago
  22. 0e856f4 Moved user symbol decoding from memleak into bcc module by Sasha Goldshtein · 9 years ago
  23. b950d6f Moved auto-includes helper to __init__.py by Sasha Goldshtein · 9 years ago
  24. c08c431 Moved common tracepoint support into tracepoint.py by Sasha Goldshtein · 9 years ago
  25. fd60d55 tracepoint support for argdist and trace, and new tplist tool for printing tracepoints by Sasha Goldshtein · 9 years ago
  26. f6bf78f Merge pull request #438 from brendangregg/master by Brenden Blanco · 9 years ago
  27. f67832a fix -p by Brendan Gregg · 9 years ago
  28. c94ab7a Fix python3 incompatibilities by Brenden Blanco · 9 years ago
  29. aa85f33 Enable python3 compatible strings in biosnoop by Brenden Blanco · 9 years ago
  30. ab133d2 Fix stacksnoop PID filter by Mark Drayton · 9 years ago
  31. 9572883 Use pre-calculated function addresses in funccount by Brenden Blanco · 9 years ago
  32. 5760791 Merge pull request #410 from goldshtn/argdist-silent by Brenden Blanco · 9 years ago
  33. 8acd015 Fixed examples to use fewer colons by Sasha Goldshtein · 9 years ago
  34. 38847f0 trace by Sasha Goldshtein · 9 years ago
  35. c955130 Print traceback only if verbose mode was requested by Sasha Goldshtein · 9 years ago
  36. 4db6d44 drop unused pid, and improve code-path check by Brendan Gregg · 9 years ago
  37. 2482c1c typo, and improve comment by Brendan Gregg · 9 years ago
  38. afc9725 tcpconnlat by Brendan Gregg · 9 years ago
  39. 6262f5d removed two bpf_hash args_pid/sig by mcaleavya · 9 years ago
  40. f5c40cb Migrated killsnoop to bpf_perf_event by mcaleavya · 9 years ago
  41. 0ccf708 combined lines for delta by Allan McAleavy · 9 years ago
  42. 683642b removed include for string.h by mcaleavya · 9 years ago
  43. 6a372f7 removed strcpy , renamed Sync to sync. 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. 1a7bebf Updated spaces after commas by mcaleavya · 9 years ago
  47. e14f27f migrated statsnoop to use bpf_perf_event_output by mcaleavya · 9 years ago
  48. ddce4db btrfsdist by Brendan Gregg · 9 years ago
  49. ee74c37 btrfsslower by Brendan Gregg · 9 years ago
  50. b90bbab inline C in /tools by Brendan Gregg · 9 years ago
  51. 9c1f362 zfsdist by Brendan Gregg · 9 years ago
  52. bc54bb6 zfsslower by Brendan Gregg · 9 years ago
  53. 553f2aa tcpretrans by Brendan Gregg · 9 years ago
  54. 2482552 tcp to bpf_perf_output by Brendan Gregg · 9 years ago
  55. 5687579 Renamed to *_example.txt and fixed README again by Sasha Goldshtein · 9 years ago
  56. 29e37d9 Cosmetic changes: removed .py suffix, fixed link in README by Sasha Goldshtein · 9 years ago
  57. 7df65da Added small list of automatic includes to make the -I switch less necessary by Sasha Goldshtein · 9 years ago
  58. 32c8997 Merge branch 'master' into argdist-tuples by Sasha Goldshtein · 9 years ago
  59. cc27edf Fixed bug with labels, added support for tuples in hash by Sasha Goldshtein · 9 years ago
  60. 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
  61. bea3430 mdflush by Brendan Gregg · 9 years ago
  62. 0cc65a7 Merge branch 'master' into argdist-enh by Sasha Goldshtein · 9 years ago
  63. e350115 Finalized $entry, $latency, and $retval implementation including examples and man by Sasha Goldshtein · 9 years ago
  64. 4d911d5 Merge pull request #371 from brendangregg/master by 4ast · 9 years ago
  65. a2478d8 Merge pull request #372 from mcaleavya/master by Brenden Blanco · 9 years ago
  66. 62c6152 style updates by mcaleavya · 9 years ago
  67. 79f3c34 changed key struct to data as requested by mcaleavya · 9 years ago
  68. 6e789ab added spaces and tidyup of biosnoop by mcaleavya · 9 years ago
  69. ee5f823 added new files for biosnoop and bashreadline by mcaleavya · 9 years ago
  70. b2682f3 reworking of biosnoop and bashreadline to use bf_perf_event_output. Also moved old versions to tools/old by mcaleavya · 9 years ago
  71. 392d5c8 Added (paramname) support by Sasha Goldshtein · 9 years ago
  72. af34099 Merge branch 'master' into master by Brendan Gregg · 9 years ago
  73. 5e4e1f4 Updated man and examples with new probe syntax and command-line switches by Sasha Goldshtein · 9 years ago
  74. ed21adf Added optional label, fixed inline examples by Sasha Goldshtein · 9 years ago
  75. 1dcedc4 ext4dist by Brendan Gregg · 9 years ago
  76. cd1cad1 ext4slower by Brendan Gregg · 9 years ago
  77. 23c96fe xfsdist by Brendan Gregg · 9 years ago
  78. c937a9e xfsslower by Brendan Gregg · 9 years ago
  79. 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
  80. 5f1b976 Merge branch 'master' into alloc-hist by Sasha Goldshtein · 9 years ago
  81. d1cc126 Merge remote-tracking branch 'origin/master' into alloc-hist by Sasha Goldshtein · 9 years ago
  82. 2b19464 Added license (Apache) by Sasha Goldshtein · 9 years ago
  83. 0a9783b Added man page, reshuffled some options by Sasha Goldshtein · 9 years ago
  84. 8058eb1 Added ret probes by Sasha Goldshtein · 9 years ago
  85. 4cd7063 Implemented histogram functionality, including strings; added examples by Sasha Goldshtein · 9 years ago
  86. dd221c4 Merge pull request #360 from brendangregg/master by Brenden Blanco · 9 years ago
  87. ee31f61 fix for spaces in filenames, #361 by Brendan Gregg · 9 years ago
  88. 43fa041 Added license (Apache), merged memleak.c into memleak.py by Sasha Goldshtein · 9 years ago
  89. 2fc5fc4 Merge branch 'master' into memleak-enh by Sasha Goldshtein · 9 years ago
  90. 580788f Initial version of gentrace with raw counting only by Sasha Goldshtein · 9 years ago
  91. 2ec48d9 Merge branch 'master' into master by Brendan Gregg · 9 years ago
  92. d18657e save one bpf_probe_read() by Brendan Gregg · 9 years ago
  93. 399fd73 use bpf_perf_event_output() instead by Brendan Gregg · 9 years ago
  94. 11a21c8 Fix for improper includes in runqlat.py by Brenden Blanco · 9 years ago
  95. 5045964 Added -z and -Z switches for filtering by size, added copyright notices by Sasha Goldshtein · 9 years ago
  96. 2757f0e dcsnoop by Brendan Gregg · 9 years ago
  97. 5bfadab dcstat by Brendan Gregg · 9 years ago
  98. fe430e5 oomkill by Brendan Gregg · 9 years ago
  99. 828edb5 Updated examples to show timestamp output for each message by Sasha Goldshtein · 9 years ago
  100. c8148c8 Added option to display only top N stacks by size by Sasha Goldshtein · 9 years ago