1. 42d00a4 tcplife: reorder logic to catch missed timestamps by Brendan Gregg · 8 years ago
  2. e85aa7f Merge pull request #830 from lcp/fix-data_t by 4ast · 8 years ago
  3. 759c76a hello_perf_output: match the data type of pid by Gary Lin · 8 years ago
  4. 89b1f10 Merge pull request #828 from palmtenor/dbgflg by 4ast · 8 years ago
  5. a71c975 Remove debug flag override in bcc_exception.h by Teng Qin · 8 years ago
  6. 8ad9ba0 Merge pull request #824 from palmtenor/exception_h by 4ast · 8 years ago
  7. 259ff4e Use StatusTuple constructor in mkstatus_ by Teng Qin · 8 years ago
  8. 13ebe8e Implement StatusTuple class instead of using std::tuple by Teng Qin · 8 years ago
  9. f5dce2c Remove unused headers and Macro by Teng Qin · 8 years ago
  10. 8ff670d Merge pull request #825 from brendangregg/master by 4ast · 8 years ago
  11. 51add78 biotop.py: fix compiler error on newer kernels by Brendan Gregg · 8 years ago
  12. ae6d979 Merge pull request #823 from kinvolk/krnowak/kernel-dirs-at-runtime by Brenden Blanco · 8 years ago
  13. b664bc3 Merge pull request #822 from iovisor/llvm_40_build by 4ast · 8 years ago
  14. 7a39d49 Determine kernel dirs at runtime (fix #743) by Krzesimir Nowak · 8 years ago
  15. 5d13063 Add LLVMCoroutines lib for llvm>=4.0 builds by Brenden Blanco · 8 years ago
  16. 72c20c1 Merge pull request #821 from palmtenor/adjust_headers by Brenden Blanco · 8 years ago
  17. 3b4e31f Rename exception.h to bcc_exception.h by Teng Qin · 8 years ago
  18. eb2bce9 Move StatusTuple definition to exception.h by Teng Qin · 8 years ago
  19. b06d97c Merge pull request #820 from brendangregg/master by 4ast · 8 years ago
  20. 4fd7d32 tcplife.py: Catch passive closed by server, #788 by Brendan Gregg · 8 years ago
  21. 70655ee Merge pull request #781 from palmtenor/api by 4ast · 8 years ago
  22. 5794642 Eliminate rpmlint errors and allow bcc srpm to build on Fedora koji b… (#815) by William Cohen · 8 years ago
  23. 284dd8e Examples of using BCC C++ API by Teng Qin · 8 years ago
  24. 335cbe4 Basic BCC C++ API by Teng Qin · 8 years ago
  25. 1c89ff5 Add helper method to exception.h by Teng Qin · 8 years ago
  26. ad415d2 Install exception.h and common.h by Teng Qin · 8 years ago
  27. af250cb Update .clang-format configs by Teng Qin · 8 years ago
  28. 81f7fb3 Merge pull request #817 from iovisor/clang_c_fixes by 4ast · 8 years ago
  29. 35c7225 Fixup test errors in clang, c api by Brenden Blanco · 8 years ago
  30. 0d5d25e Merge pull request #813 from goldshtn/trace-usdt-pid-fix by 4ast · 8 years ago
  31. 333ccf2 docs: Fix typos (#811) by 4ast · 8 years ago
  32. 6d93113 docs: Fix typos by Jakub Wilk · 8 years ago
  33. dd04536 trace: Avoid passing -1 as the pid to USDT by Sasha Goldshtein · 8 years ago
  34. 082866d fix some typos (#810) by Taekho Nam · 8 years ago
  35. 87d27cf Fix Tracepoint example (#809) by Teng Qin · 8 years ago
  36. 7a68964 Merge pull request #808 from goldshtn/close-table-fd-fix by Brenden Blanco · 8 years ago
  37. c085977 cc, python: Clean up BPF module and tables by Sasha Goldshtein · 8 years ago
  38. d31f845 Merge pull request #807 from markdrayton/perf-pid-map by Brenden Blanco · 8 years ago
  39. eaccf27 Make bcc_symcache_new(tid) work with symbols from /tmp/perf-pid.map by Mark Drayton · 8 years ago
  40. f02448c Merge pull request #803 from dark/fix-warnings by Brenden Blanco · 8 years ago
  41. 899520c Fix warnings covered by -Wdelete-non-virtual-dtor by Marco Leogrande · 8 years ago
  42. 9188d9b Remove superfluous word (#802) by Jan-Erik Rediger · 8 years ago
  43. 0e1b942 Fix argument type for increment() in documentation (#794) by Paul Chaignon · 8 years ago
  44. a11611c Fix typo in documentation (#801) by Jan-Erik Rediger · 8 years ago
  45. aa6c916 trace: add pid/tid filtering, fix symbolizing, misc nits (#798) by Mark Drayton · 8 years ago
  46. 5496aaf Merge pull request #795 from mslusarz/install-perf_reader.h by Brenden Blanco · 8 years ago
  47. ac584d0 Merge pull request #796 from palmtenor/sym_free by Brenden Blanco · 8 years ago
  48. 81eae65 Expose destruction of SymbolCache in libbcc by Teng Qin · 8 years ago
  49. b667e02 perf_reader: install perf_reader.h by Marcin Ślusarz · 8 years ago
  50. 7671594 Use headers from BCC in installed files (#793) by Teng Qin · 8 years ago
  51. 8e6109b funccount: Bail early if there are no matching functions (#792) by Sasha Goldshtein · 8 years ago
  52. b0468d9 update tools pic (#787) by Brendan Gregg · 8 years ago
  53. 191bac6 Merge pull request #780 from goldshtn/kprobe-funccount by Brenden Blanco · 8 years ago
  54. dfc2606 Add installation instructions for Gentoo (#785) by Marco Leogrande · 8 years ago
  55. 6031ccb python: Grab all keys before zeroing by Sasha Goldshtein · 8 years ago
  56. dd7ec5a funccount: Switch to BPF array instead of hash by Sasha Goldshtein · 8 years ago
  57. 715f7e6 Update profile.py to use new perf support (#776) by Brendan Gregg · 8 years ago
  58. be294db fix junk filenames (#775) by Brendan Gregg · 8 years ago
  59. 0ef9ec4 Merge pull request #770 from palmtenor/pmu_api by Brenden Blanco · 8 years ago
  60. 2f3cdbf Add example and man file for llcstat by Teng Qin · 8 years ago
  61. e960eb7 Example for using BPF perf event by Teng Qin · 8 years ago
  62. 4e9289b funccount: Do not prepopulate location cache by Sasha Goldshtein · 8 years ago
  63. 06fb0fa python: Filter duplicate in get_kprobe_functions by Sasha Goldshtein · 8 years ago
  64. 6c3b72d Python API for BPF perf event by Teng Qin · 8 years ago
  65. 206b020 Add bpf_attach_perf_event in libbpf by Teng Qin · 8 years ago
  66. d1c78ca Add BPF_PROG_TYPE_PERF_EVENT to bpf_prog_type enum by Teng Qin · 8 years ago
  67. 315998d Merge pull request #772 from goldshtn/strcmp by Brendan Gregg · 8 years ago
  68. 3286c06 Merge branch 'master' into strcmp by Brendan Gregg · 8 years ago
  69. 797c3ec add tcplife (#773) by Brendan Gregg · 8 years ago
  70. 72027c1 add reset-trace (#766) by Brendan Gregg · 8 years ago
  71. 3ba14ef funccount: Verify probe max limit (#771) by Sasha Goldshtein · 8 years ago
  72. 56ddca0 Merge pull request #763 from goldshtn/enhanced-funccount by Brendan Gregg · 8 years ago
  73. 367234a python: Fix kprobe quota test breakage, add uprobes by Sasha Goldshtein · 8 years ago
  74. ff3b9f3 funccount: Generalize for uprobes, tracepoints, and USDT by Sasha Goldshtein · 8 years ago
  75. e84febd bcc: Make regex helpers publicly accessible by Sasha Goldshtein · 8 years ago
  76. b778ccd stackcount: Style fixes for linter (pep8) by Sasha Goldshtein · 8 years ago
  77. ac297c1 fix profile.py page_offset_base breakage (#768) by Brendan Gregg · 8 years ago
  78. 5845ef9 add output notes to doc (#765) by Brendan Gregg · 8 years ago
  79. f41ae86 Tools lint cleanup (#764) by Sasha Goldshtein · 8 years ago
  80. 78a3341 Merge pull request #752 from goldshtn/mysqld-slower-fix by Brenden Blanco · 8 years ago
  81. 203b4c9 add slabratetop (#759) by Brendan Gregg · 8 years ago
  82. 4725a72 trace, argdist: -I switch for trace and miscellaneous fixes (#761) by Sasha Goldshtein · 8 years ago
  83. 2035edb Merge pull request #701 from dkronst/master by Brenden Blanco · 8 years ago
  84. 163a73f cc: Support glob+offset format in USDT arguments (#753) by Sasha Goldshtein · 8 years ago
  85. 6ac44b5 Merge pull request #754 from iovisor/dkalani_dev by Brenden Blanco · 8 years ago
  86. c8b9ae3 Support filtering by process ID in the filesystem slower tools (#756) by Dina Goldshtein · 8 years ago
  87. c8f752f argdist: STRCMP helper function by Sasha Goldshtein · 8 years ago
  88. f4797b0 trace: STRCMP helper function by Sasha Goldshtein · 8 years ago
  89. a2370ab Update examples and docs to use the new USDT API by Sasha Goldshtein · 8 years ago
  90. 54c1d6f mysqld_slower: Fix breakage after USDT API change by Sasha Goldshtein · 8 years ago
  91. 6049d3f add ttysnoop (#755) by Brendan Gregg · 8 years ago
  92. e822a81 Add new mountsnoop tool (#750) by Omar Sandoval · 8 years ago
  93. b542595 Add vxlan gbp header by Deepa Kalani · 8 years ago
  94. accd4cf trace: Add %K and %U format specifiers (#742) by Sasha Goldshtein · 8 years ago
  95. 99a3bc8 Update opensnoop to filter by PID and TID (#739) by Dina Goldshtein · 8 years ago
  96. 6802f31 Merge pull request #741 from brontide/patch-1 by Brenden Blanco · 8 years ago
  97. 65445f1 Update INSTALL.md by Eric W · 8 years ago
  98. 0c461c9 Fix #735 (#736) by Marco Leogrande · 8 years ago
  99. a466c46 funclatency: user functions support (#733) by Sasha Goldshtein · 8 years ago
  100. db287f5 Update Clang download in INSTALL.md for FC (#732) by Sasha Goldshtein · 8 years ago