1. e159f7e [cachetop] fix and doc by chantra · 8 years ago
  2. 75dfd5a [cachetop] add example and man page. by chantra · 8 years ago
  3. a021fd8 [cachetop] top-like cachestat by Emmanuel Bretelle · 8 years ago
  4. 4f88a94 USDT Python API and example (#624) by Brendan Gregg · 8 years ago
  5. f4bf275 Add profile: a CPU profiler (#620) by Brendan Gregg · 8 years ago
  6. 0b11d22 Use errno symbol instead of hard-coded numbers in offcputime.py by Teng Qin · 8 years ago
  7. cb679d7 Move open_{kprobes,uprobes,tracepoints} into BPF object by Mark Drayton · 8 years ago
  8. 4ca4e05 Merge branch 'master' into failed_opens by Chris Down · 8 years ago
  9. 32a4fd3 fileslower: try probing vfs_write if __vfs_write is missing by Mark Drayton · 8 years ago
  10. 8ddcbdf killsnoop: s/failed opens/failed kill syscalls/ by Chris Down · 8 years ago
  11. bee8d36 cpudist: Protect against potentially negative time deltas by Sasha Goldshtein · 8 years ago
  12. 06d90d3 cpudist: Use `finish_task_switch` kprobe instead of `sched_switch` tracepoint by Sasha Goldshtein · 8 years ago
  13. 3c976bb cpudist: Fix extraneous filtering of descheduled tasks by Sasha Goldshtein · 8 years ago
  14. 4b72f05 cpudist: Attempt to resolve pid to command by Sasha Goldshtein · 8 years ago
  15. 9972f27 cpudist: Support off-cpu time reports by Sasha Goldshtein · 8 years ago
  16. de34c25 trace: Specifying a pid with a kernel probe now works (#589) by Sasha Goldshtein · 8 years ago
  17. 40975ab cpudist: Summarize task on-CPU time as histograms (#585) by Sasha Goldshtein · 8 years ago
  18. a5e2ce5 tools: fix getting {ext4,btrfs}_file_operations address (ref #583) by ygrek · 8 years ago
  19. 189f87f ext4slower: fix getting kallsyms address by ygrek · 8 years ago
  20. 11de298 IPv6 support for tcp* tools (#582) by Mark Drayton · 8 years ago
  21. c862e31 Do not throw exception on ipv6 packets in tcpretrans by Ivan Babrou · 8 years ago
  22. 4509f09 offcputime: add the -d option by Evgeny Vereshchagin · 8 years ago
  23. f988644 offcputime: change user/kernel stack order by Evgeny Vereshchagin · 8 years ago
  24. ff39d0c offcputime -f: don't miss backtrace bounds by Evgeny Vereshchagin · 8 years ago
  25. 9858ca5 Fix tools[/old]/offcputime -p PID by Evgeny Vereshchagin · 8 years ago
  26. bfdb3d4 execsnoop: show PPID in output by Mark Drayton · 8 years ago
  27. 5b47e0f execsnoop: use BPF_PERF_OUTPUT instead of trace pipe by Mark Drayton · 8 years ago
  28. 4004295 Merge pull request #544 from abirchall/abirchall_release by Brenden Blanco · 8 years ago
  29. 9b33364 Install tools/old too by Evgeny Vereshchagin · 8 years ago
  30. 973a528 lua: Allow LuaJIT parameterized types in `open_perf_buffer` by Vicent Marti · 8 years ago
  31. 266d6f6 Use BPF_PERF_OUTPUT for fileslower and stacksnoop by Mark Drayton · 8 years ago
  32. 7f0a6f8 Update documentation and man page for offcputime by Andrew Birchall · 8 years ago
  33. 1f202e7 Add user space stack traces to offcputime by Andrew Birchall · 8 years ago
  34. 582b5dd add --kernel-threads-only to tools/offcputime by Andrew Birchall · 8 years ago
  35. 47d871f move ENOMEM comment; create --stack-storage-size arg; misc cleanup by Andrew Birchall · 8 years ago
  36. ee7e5b4 handle ENOMEM in tools/offcputime by Andrew Birchall · 8 years ago
  37. 75291d0 Lua ports of biosnoop and stacksnoop by Mark Drayton · 8 years ago
  38. bc94d4c Fixup tplist and argdist for python3 compat by Brenden Blanco · 8 years ago
  39. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  40. a687560 Adjust pid filtering/display in runqlat by Brenden Blanco · 8 years ago
  41. 3c446c7 updated opensnoop to use bpf_perf_output by mcaleavya · 8 years ago
  42. de14f4f Fix python3 exception when ctrl-c tools/trace.py by Brenden Blanco · 8 years ago
  43. a9b886c migrated gethostlatency to use bpf_perf_event by mcaleavya · 8 years ago
  44. a6200fb Merge pull request #454 from brendangregg/master by Brenden Blanco · 8 years ago
  45. 917cb85 use pack/unpack by Brendan Gregg · 8 years ago
  46. 435839a Replaced `which --skip-alias` with `ProcUtils.which` by Sasha Goldshtein · 8 years ago
  47. 5a1d2e3 Support for global variable arguments in USDT probes by Sasha Goldshtein · 8 years ago
  48. ff9f231 Merge pull request #452 from yadutaf/jt-solisten by Brenden Blanco · 8 years ago
  49. bf33014 solisten: clean endian conversion hack by Jean-Tiare Le Bigot · 8 years ago
  50. 9e0b087 IPv6 strings with an inet6_ntoa by Brendan Gregg · 8 years ago
  51. 3e39a08 argdist, trace, and tplist support for USDT probes by Sasha Goldshtein · 8 years ago
  52. b4ebed0 stackcount: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  53. 592414e stacksnoop: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  54. e82fb1b offcputime: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  55. e25ae03 memleak: Resolve stacks with a StackTrace table by Vicent Marti · 8 years ago
  56. a1ac2f9 add solisten tool. Currently TCP only. by Jean-Tiare Le Bigot · 9 years ago
  57. 43742ae Fix error handling when attaching {u,k}{,ret}probes by Sasha Goldshtein · 8 years ago
  58. 8737c6e Added pid wrap check, moved user symbols to usyms.py by Sasha Goldshtein · 8 years ago
  59. 0e856f4 Moved user symbol decoding from memleak into bcc module by Sasha Goldshtein · 8 years ago
  60. b950d6f Moved auto-includes helper to __init__.py by Sasha Goldshtein · 8 years ago
  61. c08c431 Moved common tracepoint support into tracepoint.py by Sasha Goldshtein · 8 years ago
  62. fd60d55 tracepoint support for argdist and trace, and new tplist tool for printing tracepoints by Sasha Goldshtein · 9 years ago
  63. f6bf78f Merge pull request #438 from brendangregg/master by Brenden Blanco · 9 years ago
  64. f67832a fix -p by Brendan Gregg · 9 years ago
  65. c94ab7a Fix python3 incompatibilities by Brenden Blanco · 9 years ago
  66. aa85f33 Enable python3 compatible strings in biosnoop by Brenden Blanco · 9 years ago
  67. ab133d2 Fix stacksnoop PID filter by Mark Drayton · 9 years ago
  68. 9572883 Use pre-calculated function addresses in funccount by Brenden Blanco · 9 years ago
  69. 5760791 Merge pull request #410 from goldshtn/argdist-silent by Brenden Blanco · 9 years ago
  70. 8acd015 Fixed examples to use fewer colons by Sasha Goldshtein · 9 years ago
  71. 38847f0 trace by Sasha Goldshtein · 9 years ago
  72. c955130 Print traceback only if verbose mode was requested by Sasha Goldshtein · 9 years ago
  73. 4db6d44 drop unused pid, and improve code-path check by Brendan Gregg · 9 years ago
  74. 2482c1c typo, and improve comment by Brendan Gregg · 9 years ago
  75. afc9725 tcpconnlat by Brendan Gregg · 9 years ago
  76. 6262f5d removed two bpf_hash args_pid/sig by mcaleavya · 9 years ago
  77. f5c40cb Migrated killsnoop to bpf_perf_event by mcaleavya · 9 years ago
  78. 0ccf708 combined lines for delta by Allan McAleavy · 9 years ago
  79. 683642b removed include for string.h by mcaleavya · 9 years ago
  80. 6a372f7 removed strcpy , renamed Sync to sync. by mcaleavya · 9 years ago
  81. 29dbdda migrated to use bpf_perf_events by mcaleavya · 9 years ago
  82. cfc3150 Migrated filelife to bpf_perf_event by mcaleavya · 9 years ago
  83. 1a7bebf Updated spaces after commas by mcaleavya · 9 years ago
  84. e14f27f migrated statsnoop to use bpf_perf_event_output by mcaleavya · 9 years ago
  85. ddce4db btrfsdist by Brendan Gregg · 9 years ago
  86. ee74c37 btrfsslower by Brendan Gregg · 9 years ago
  87. b90bbab inline C in /tools by Brendan Gregg · 9 years ago
  88. 9c1f362 zfsdist by Brendan Gregg · 9 years ago
  89. bc54bb6 zfsslower by Brendan Gregg · 9 years ago
  90. 553f2aa tcpretrans by Brendan Gregg · 9 years ago
  91. 2482552 tcp to bpf_perf_output by Brendan Gregg · 9 years ago
  92. 5687579 Renamed to *_example.txt and fixed README again by Sasha Goldshtein · 9 years ago
  93. 29e37d9 Cosmetic changes: removed .py suffix, fixed link in README by Sasha Goldshtein · 9 years ago
  94. 7df65da Added small list of automatic includes to make the -I switch less necessary by Sasha Goldshtein · 9 years ago
  95. 32c8997 Merge branch 'master' into argdist-tuples by Sasha Goldshtein · 9 years ago
  96. cc27edf Fixed bug with labels, added support for tuples in hash by Sasha Goldshtein · 9 years ago
  97. 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
  98. bea3430 mdflush by Brendan Gregg · 9 years ago
  99. 0cc65a7 Merge branch 'master' into argdist-enh by Sasha Goldshtein · 9 years ago
  100. e350115 Finalized $entry, $latency, and $retval implementation including examples and man by Sasha Goldshtein · 9 years ago