1. 9cfce17 docs: update features list by Quentin Monnet · 7 years ago
  2. a573a21 Merge pull request #1147 from palmtenor/moduleopt by 4ast · 7 years ago
  3. 552f4c6 Don't refresh already gone PIDs by Teng Qin · 7 years ago
  4. 7efd2dc Don't always reload empty Modules by Teng Qin · 7 years ago
  5. 2e38eed Merge pull request #1145 from skottler/install-sudo-debian-container by Brenden Blanco · 7 years ago
  6. e0570d5 Install sudo inside the debian build container by Sam Kottler · 7 years ago
  7. 97997af Merge pull request #1140 from iovisor/llvm_alloca_irbuilder_fix by 4ast · 7 years ago
  8. c089423 frontend/b: fixes for LLVM 4.0 API change by Brenden Blanco · 7 years ago
  9. eced7b6 Merge pull request #1129 from palmtenor/nowarning by Brenden Blanco · 7 years ago
  10. c5af69e Add default -Wno-address-of-packed-membe to Clang loader by Teng Qin · 7 years ago
  11. cda80d8 Merge pull request #1135 from palmtenor/unsigned_addr by 4ast · 7 years ago
  12. 7524fca Use uintptr_t for addresses in C++ API by Teng Qin · 7 years ago
  13. bd62f6c Merge pull request #1104 from mauriciovasquezbernal/bpf_table_string by Brenden Blanco · 7 years ago
  14. 8e688f8 allow accesing table using strings by Mauricio Vasquez B · 7 years ago
  15. 9bcad32 test_clang: initialize format string arg on stack by Brenden Blanco · 7 years ago
  16. 71eb177 Reduce the sslsniff data size slightly to pass verifier by Brenden Blanco · 7 years ago
  17. 04b05d5 Fix for verifier failure in wakeuptime by Brenden Blanco · 7 years ago
  18. 75eef2c Merge pull request #656 from iovisor/non-static-functions by 4ast · 7 years ago
  19. 3f28e7b Disable non-static function calls by Brenden Blanco · 7 years ago
  20. cee6056 Sync snapcraft yaml with tools and ensure list is sorted alphabetically by Colin Ian King · 7 years ago
  21. da1c607 db*: Print the BPF program prior to loading it (in -v mode) by Sasha Goldshtein · 8 years ago
  22. aa124dd db*: Use uapi/linux/ptrace.h instead of linux/ptrace.h by Sasha Goldshtein · 8 years ago
  23. fd7a1d9 added the include path of luajit2.1 for the FindLuaJIT module of cmake. (#1120) by Simon Liu · 7 years ago
  24. 0a01506 Execsnoop cli args matching (#1115) by Nikita V. Shirokov · 7 years ago
  25. 9556db2 docs: add generic XDP to XDP compatible list (#1118) by Tobias Klauser · 7 years ago
  26. 54befe7 Merge pull request #1121 from shodoco/normalinlining by 4ast · 7 years ago
  27. b1df21d Use normal inlining in clang loader by Huapeng Zhou · 7 years ago
  28. 8276938 runqlat: add --pidnss option (#1117) by Brendan Gregg · 7 years ago
  29. 2d82c8e used the CheckCXXCompilerFlag module of Cmake to check the compiler whether or not supporting c++11. (#1116) by Simon Liu · 7 years ago
  30. 5c08041 Merge pull request #1114 from shodoco/inline by 4ast · 8 years ago
  31. d4aa96f bcc: add __attribute__((always_inline)) to helper functions by Huapeng Zhou · 8 years ago
  32. 1b38b9a Added the option(USINGISYSTEM) of Cmake for controling whether using -isystem. (#1064) by Simon Liu · 8 years ago
  33. 76f5a32 Fix delitem operation for PROG_ARRAYs (#1113) by Paul Chaignon · 8 years ago
  34. a359a90 cc: Prefer external debuginfo files to the binary itself (#1111) by Sasha Goldshtein · 8 years ago
  35. b2f8db9 Merge pull request #1107 from Eichhoernchen/patch-1 by 4ast · 8 years ago
  36. b2d792c Fixes SEGFAUL in libbcc when actually setting a lost_cb by Jan · 8 years ago
  37. 784057b Fixed SEGFAULT due to perf buffer overflow if lost_cb unset by Jan · 8 years ago
  38. d5e5bb3 ClangLoader default to have -Wno-pragma-once-outside-header (#1105) by Teng Qin · 8 years ago
  39. 69ceaca softirqs: Migrate to kernel tracepoints instead of kprobes (#1091) by Sasha Goldshtein · 8 years ago
  40. 08b8bd6 Merge pull request #1102 from palmtenor/fixwarning by 4ast · 8 years ago
  41. 68a52b8 Don't close epoll FD if it's already closed by Teng Qin · 8 years ago
  42. 5440af3 Fix compiler warning on redefined Macro by Teng Qin · 8 years ago
  43. e2a0377 Merge pull request #1099 from palmtenor/stylefix by 4ast · 8 years ago
  44. 37c9f74 Fix offwaketime documentation typo by Teng Qin · 8 years ago
  45. 2bc204d Fix perf_reader log message format string warning by Teng Qin · 8 years ago
  46. 621ebf9 C++ API style improvements by Teng Qin · 8 years ago
  47. 55727c2 Move non-templated table construction to source code file by Teng Qin · 8 years ago
  48. 0a24ba4 Merge pull request #1098 from qmonnet/stacksnoop_ex_link by 4ast · 8 years ago
  49. 52eaae6 README.md: fix broken link to stacksnoop examples by Quentin Monnet · 8 years ago
  50. 8067947 Merge pull request #1097 from vavrusa/master by 4ast · 8 years ago
  51. 67bb150 lua/bpf: cleanup, nicer code dump format by Marek Vavruša · 8 years ago
  52. d28957e lua/bpf: implement explicit PTR[0] operation by Marek Vavruša · 8 years ago
  53. fefaf32 lua/bpf: implemented emulated LD_ABS64 by Marek Vavruša · 8 years ago
  54. 7addb8a lua/bpf: implemented packet direct access by Marek Vavruša · 8 years ago
  55. 9704add lua/bpf: support for NET_OFF for dissector by Marek Vavruša · 8 years ago
  56. f762df5 Merge pull request #1093 from palmtenor/symfree by 4ast · 8 years ago
  57. 0e96bd8 Merge pull request #1096 from qmonnet/kernelfeatures by 4ast · 8 years ago
  58. bcf7e3a docs: update list of XDP compatible drivers by Quentin Monnet · 8 years ago
  59. 9f066e4 Free demangle_name after use by Teng Qin · 8 years ago
  60. 304b75d Merge pull request #1071 from mvbpolito/improve_cpp_table_api by 4ast · 8 years ago
  61. bd8370e KVM hypercall analysis example (#1082) by Suchakra Sharma · 8 years ago
  62. 4b764de Add callback for perf buffer lost sample events (#1092) by Teng Qin · 8 years ago
  63. b8af171 cc: add support for prog table by Mauricio Vasquez B · 8 years ago
  64. 0f3787f cc: add support for array table by Mauricio Vasquez B · 8 years ago
  65. 089ad4c cc: extend c++ api for hash table by Mauricio Vasquez B · 8 years ago
  66. b255a0a Merge pull request #1040 from iovisor/table-storage-wip by Brenden Blanco · 8 years ago
  67. 548c27c Add table_storage.h to installed files by Brenden Blanco · 8 years ago
  68. aa7b279 Add BPFModule::table_storage() helper by Brenden Blanco · 8 years ago
  69. faea8c8 Add TableStorage class for wrapping bpf map tracking by Brenden Blanco · 8 years ago
  70. 271056f Merge pull request #1090 from brendangregg/master by 4ast · 8 years ago
  71. 42dc277 update tools diagram by Brendan Gregg · 8 years ago
  72. 064b2f5 Merge pull request #1078 from goldshtn/funcslower by Brendan Gregg · 8 years ago
  73. caa14ed u* tools: per-language wrappers (#1086) by Paul Chaignon · 8 years ago
  74. a4ad687 Merge pull request #1079 from goldshtn/retire-stacksnoop by Brenden Blanco · 8 years ago
  75. 9f8b9e9 funcslower: Add to smoke tests by Sasha Goldshtein · 8 years ago
  76. 7f8a006 funcslower: Add to README.md by Sasha Goldshtein · 8 years ago
  77. 4eace76 funcslower: Usage examples, annotated by Sasha Goldshtein · 8 years ago
  78. 1f4fcdb funcslower: Man page by Sasha Goldshtein · 8 years ago
  79. 7789318 funcslower: Trace slow kernel or user function calls by Sasha Goldshtein · 8 years ago
  80. 24f77d7 stacksnoop: Retire and move to examples/tracing by Sasha Goldshtein · 8 years ago
  81. 6ceb329 map.insert bcc helper to expose the BPF_NOEXIST flag (#1085) by Paul Chaignon · 8 years ago
  82. 9e718f5 Add an option to resolve address without demangling (#1084) by Teng Qin · 8 years ago
  83. af20e1e Merge pull request #1083 from palmtenor/fixdoc by 4ast · 8 years ago
  84. 9cb5572 fixdoc by Teng Qin · 8 years ago
  85. f37434b tools: add tcptracer (#762) by Iago López Galeiras · 8 years ago
  86. 4bb6d7f u* tools: automatically detect the language (#1067) by Paul Chaignon · 8 years ago
  87. 00f662d Merge pull request #1076 from palmtenor/helpermacro by Brenden Blanco · 8 years ago
  88. 4b87af0 bcc container improvements (#1051) by kmjohansen · 8 years ago
  89. 26ef4c2 Update documentation for new helper Macros by Teng Qin · 8 years ago
  90. 7a3e5bc Use new helper Macro across files by Teng Qin · 8 years ago
  91. f829177 Improve BPF helper Macros by Teng Qin · 8 years ago
  92. 26383f2 cc: define load_func and unload_func public (#1065) by Mauricio Vasquez B · 8 years ago
  93. 277ebbc Merge pull request #1068 from goldshtn/syscount-python3 by Brenden Blanco · 8 years ago
  94. 30744c9 Merge pull request #1069 from pchaigno/links by Brenden Blanco · 8 years ago
  95. ef0b984 Merge pull request #1066 from pchaigno/remove-import-netaddr by Brenden Blanco · 8 years ago
  96. 9c40832 Create LINKS.md by Paul Chaignon · 8 years ago
  97. 6545390 syscount: Use zip_longest for Python 3 compatibility by Sasha Goldshtein · 8 years ago
  98. 78948e4 Python 3 compatibility fixes around string handling (#986) by Rafael F · 8 years ago
  99. 6bbf49c Merge pull request #1061 from lcp/kernel-docs by 4ast · 8 years ago
  100. 8332068 solisten: replace netaddr with socket library by Paul Chaignon · 8 years ago