1. b79df7b merge task_switch example by Brendan Gregg · 8 years ago
  2. 9894e3e merge disksnoop example by Brendan Gregg · 8 years ago
  3. 310ab53 merge bitehist example by Brendan Gregg · 8 years ago
  4. fa5f2f9 Merge pull request #615 from chantra/cachetop by Brendan Gregg · 8 years ago
  5. e159f7e [cachetop] fix and doc by chantra · 8 years ago
  6. 75dfd5a [cachetop] add example and man page. by chantra · 8 years ago
  7. a021fd8 [cachetop] top-like cachestat by Emmanuel Bretelle · 8 years ago
  8. 4f88a94 USDT Python API and example (#624) by Brendan Gregg · 8 years ago
  9. f4bf275 Add profile: a CPU profiler (#620) by Brendan Gregg · 8 years ago
  10. 2947ee3 Merge pull request #618 from palmtenor/master by Brendan Gregg · 8 years ago
  11. 0b11d22 Use errno symbol instead of hard-coded numbers in offcputime.py by Teng Qin · 8 years ago
  12. b755c70 Merge pull request #614 from markdrayton/fix-auto-kprobe by Brenden Blanco · 8 years ago
  13. cb679d7 Move open_{kprobes,uprobes,tracepoints} into BPF object by Mark Drayton · 8 years ago
  14. 8fa8c0e Store kprobes with string keys, fix num_open_kprobes by Mark Drayton · 8 years ago
  15. a1333bc Merge pull request #611 from cdown/failed_opens by Brendan Gregg · 8 years ago
  16. 4ca4e05 Merge branch 'master' into failed_opens by Chris Down · 8 years ago
  17. 0d4f529 Merge pull request #612 from markdrayton/fileslower by Brendan Gregg · 8 years ago
  18. 721b668 Merge branch 'master' into fileslower by Mark Drayton · 8 years ago
  19. 32a4fd3 fileslower: try probing vfs_write if __vfs_write is missing by Mark Drayton · 8 years ago
  20. 61dcfd4 Merge pull request #610 from bobrik/debian-dockerfile by Brenden Blanco · 8 years ago
  21. 8ddcbdf killsnoop: s/failed opens/failed kill syscalls/ by Chris Down · 8 years ago
  22. e64d300 Build debian packages in docker containers by Ivan Babrou · 8 years ago
  23. a4159da use new tracepoint support (#608) by Brendan Gregg · 8 years ago
  24. 7452080 Merge pull request #602 from goldshtn/auto-tp by Brenden Blanco · 8 years ago
  25. c913707 Link to Ubuntu Xenial binary section (#604) by Trent Schafer · 8 years ago
  26. 0e288ad cc: Use manual parsing instead of std::regex by Sasha Goldshtein · 8 years ago
  27. d9c243e tests: Test new tracepoint support by Sasha Goldshtein · 8 years ago
  28. fab68e3 cc: Rewrite probe functions that refer to tracepoint structures by Sasha Goldshtein · 8 years ago
  29. 619fc14 bcc: Auto-tracepoints similar to auto-kprobes by Sasha Goldshtein · 8 years ago
  30. 52cd371 Fix test failure in test_libbcc (#603) by Brenden Blanco · 8 years ago
  31. 966edb2 ProcSyms: deduplicate symbol names (#598) by Mark Drayton · 8 years ago
  32. 5256154 Fix for C++ api change in LLVM 3.9 (#600) by Brenden Blanco · 8 years ago
  33. e422f5e A tracepoint example (#596) by Brendan Gregg · 8 years ago
  34. ab78817 ProcSyms: fix off-by-ones, use binary search to resolve addresses (#594) by Mark Drayton · 8 years ago
  35. e51985e bcc: Add ctypes declarations for new functions (#593) by Sasha Goldshtein · 8 years ago
  36. 97712b0 Merge pull request #586 from goldshtn/offcpudist by Brenden Blanco · 8 years ago
  37. d1b6208 Merge pull request #590 from goldshtn/bcc-tp-support by Brenden Blanco · 8 years ago
  38. 7980933 bcc: Add test for tracepoint support by Sasha Goldshtein · 8 years ago
  39. bee8d36 cpudist: Protect against potentially negative time deltas by Sasha Goldshtein · 8 years ago
  40. 06d90d3 cpudist: Use `finish_task_switch` kprobe instead of `sched_switch` tracepoint by Sasha Goldshtein · 8 years ago
  41. 3c976bb cpudist: Fix extraneous filtering of descheduled tasks by Sasha Goldshtein · 8 years ago
  42. 4b72f05 cpudist: Attempt to resolve pid to command by Sasha Goldshtein · 8 years ago
  43. 9972f27 cpudist: Support off-cpu time reports by Sasha Goldshtein · 8 years ago
  44. 1198c3c bcc: Tracepoint support in libbpf and BPF by Sasha Goldshtein · 8 years ago
  45. de34c25 trace: Specifying a pid with a kernel probe now works (#589) by Sasha Goldshtein · 8 years ago
  46. 40975ab cpudist: Summarize task on-CPU time as histograms (#585) by Sasha Goldshtein · 8 years ago
  47. 3af580e Merge pull request #584 from ygrek/master by Brendan Gregg · 8 years ago
  48. a5e2ce5 tools: fix getting {ext4,btrfs}_file_operations address (ref #583) by ygrek · 8 years ago
  49. 5c998ac Merge pull request #583 from ygrek/master by Brendan Gregg · 8 years ago
  50. 189f87f ext4slower: fix getting kallsyms address by ygrek · 8 years ago
  51. 11de298 IPv6 support for tcp* tools (#582) by Mark Drayton · 8 years ago
  52. 83064b0 Merge pull request #581 from goldshtn/docs-fixes by Brenden Blanco · 8 years ago
  53. e77053c Merge branch 'master' into docs-fixes by Sasha Goldshtein · 8 years ago
  54. f3be9b0 Update installation instructions for Fedora by Sasha Goldshtein · 8 years ago
  55. 5c81583 Merge pull request #579 from bobrik/fix-ipv6-print by Brendan Gregg · 8 years ago
  56. c862e31 Do not throw exception on ipv6 packets in tcpretrans by Ivan Babrou · 8 years ago
  57. fc05b07 kernel version guide (#577) by Brendan Gregg · 8 years ago
  58. c1cb9a3 Merge pull request #576 from markdrayton/perf-pid-map-fixes by 4ast · 8 years ago
  59. db724e2 Fix nits for /tmp/perf-pid.map support by Mark Drayton · 8 years ago
  60. 6862875 Merge pull request #573 from markdrayton/pid-map by 4ast · 8 years ago
  61. 91a56f6 Merge pull request #572 from iovisor/ast_dev by Brendan Gregg · 8 years ago
  62. e5a7f82 Merge branch 'master' into ast_dev by Brendan Gregg · 8 years ago
  63. f44b2e7 fix install instruction to mention llvm >= 3.7.1 by Alexei Starovoitov · 8 years ago
  64. 769edf9 Add support for reading symbols from /tmp/perf-pid.map by Mark Drayton · 8 years ago
  65. b762569 Merge pull request #571 from iovisor/fix_568 by 4ast · 8 years ago
  66. 9964bf2 Check for NULL result from bpf_attach_kprobe by Brenden Blanco · 8 years ago
  67. cfac8da Merge pull request #563 from qmonnet/debug-output by Brenden Blanco · 8 years ago
  68. 4ddedda python: With DEBUG_BPF, print BPF error even if log_buf is not empty. by Quentin Monnet · 8 years ago
  69. bb69988 python: Print BPF syscall error if DEBUG_BPF is on but log_buf is empty. by Quentin Monnet · 8 years ago
  70. 5815f41 Merge pull request #562 from evverx/change-kernel-user-stacks-order by Brendan Gregg · 8 years ago
  71. 4509f09 offcputime: add the -d option by Evgeny Vereshchagin · 8 years ago
  72. f988644 offcputime: change user/kernel stack order by Evgeny Vereshchagin · 8 years ago
  73. 6274185 Merge pull request #561 from evverx/folded-dont-miss-backtrace-part by Brendan Gregg · 8 years ago
  74. ff39d0c offcputime -f: don't miss backtrace bounds by Evgeny Vereshchagin · 8 years ago
  75. a84f53d Merge pull request #560 from evverx/clarify-offcputime by Brendan Gregg · 8 years ago
  76. 9ddab76 Merge pull request #554 from evverx/fix-p-option by Brendan Gregg · 8 years ago
  77. 93d0aea Update manpage for offcputime by Evgeny Vereshchagin · 8 years ago
  78. 9858ca5 Fix tools[/old]/offcputime -p PID by Evgeny Vereshchagin · 8 years ago
  79. c419edf Merge pull request #555 from markdrayton/execsnoop by 4ast · 8 years ago
  80. bfdb3d4 execsnoop: show PPID in output by Mark Drayton · 8 years ago
  81. 5b47e0f execsnoop: use BPF_PERF_OUTPUT instead of trace pipe by Mark Drayton · 8 years ago
  82. 8084f8c Merge pull request #557 from ryanmiao/mypr by Brenden Blanco · 8 years ago
  83. 4004295 Merge pull request #544 from abirchall/abirchall_release by Brenden Blanco · 8 years ago
  84. f4a3e41 set use_errno to True for libbcc.so by Jincheng Miao · 8 years ago
  85. dd60805 Merge pull request #552 from evverx/install-tools-old by Brenden Blanco · 8 years ago
  86. 1680b32 Point people to tools/old by Evgeny Vereshchagin · 8 years ago
  87. 9b33364 Install tools/old too by Evgeny Vereshchagin · 8 years ago
  88. f67a7af Merge pull request #551 from vmg/vmg/lua-para by 4ast · 8 years ago
  89. 973a528 lua: Allow LuaJIT parameterized types in `open_perf_buffer` by Vicent Marti · 8 years ago
  90. 9bbe58f Merge pull request #550 from markdrayton/trace-fields by 4ast · 8 years ago
  91. 266d6f6 Use BPF_PERF_OUTPUT for fileslower and stacksnoop by Mark Drayton · 8 years ago
  92. 7f0a6f8 Update documentation and man page for offcputime by Andrew Birchall · 8 years ago
  93. 1f202e7 Add user space stack traces to offcputime by Andrew Birchall · 8 years ago
  94. f9dbfd8 Merge pull request #535 from MQasimSarfraz/patch-1 by Brenden Blanco · 8 years ago
  95. 40cf791 Merge pull request #546 from iamkafai/master by Brenden Blanco · 8 years ago
  96. a8e6696 This diff fixes a few fd leaks after reading files under by Martin KaFai Lau · 8 years ago
  97. 6dcb7d3 Removing htons in tunnel.py for consistency. by Qasim Sarfraz · 8 years ago
  98. c7f317d Merge pull request #543 from abirchall/abirchall_release by Brendan Gregg · 8 years ago
  99. 582b5dd add --kernel-threads-only to tools/offcputime by Andrew Birchall · 8 years ago
  100. 09534d8 Merge pull request #533 from abirchall/abirchall_dev by 4ast · 8 years ago