1. 7688799 llvm5.0: use input kind helper to avoid breakage by Brenden Blanco · 7 years ago
  2. b493aa6 Merge pull request #1167 from iovisor/rw_finalize_defer by 4ast · 7 years ago
  3. dadea22 Move unimplemented fn reset before ctx cleanup by Brenden Blanco · 7 years ago
  4. 4033200 Merge pull request #1157 from drepper/fedora-compile by Brenden Blanco · 7 years ago
  5. b0cfc02 test fix: return 0 not num-of-bytes-written by Brenden Blanco · 7 years ago
  6. 22eae8c Use late-binding to finalize snprintf/sscanf by Brenden Blanco · 7 years ago
  7. 3263805 Merge pull request #1163 from palmtenor/readstr by Brenden Blanco · 7 years ago
  8. af6f512 Add bpf_probe_read_str helper by Teng Qin · 7 years ago
  9. 6cce73a Update bpf.h and virtual_bpf.h to 4.12 by Teng Qin · 7 years ago
  10. 78bf9fb Merge pull request #1141 from palmtenor/mountns by 4ast · 7 years ago
  11. ef9d4b8 Use ProcMountNSGuard in C API by Teng Qin · 8 years ago
  12. 3bfc877 Use ProcMountNSGuard to manage mount namespace by Teng Qin · 8 years ago
  13. d82e813 Add and unify helper for ELF type by Teng Qin · 8 years ago
  14. b6b9c6d Move FileDesc to common.h by Teng Qin · 8 years ago
  15. a09c491 Merge pull request #1155 from palmtenor/perf_map_check by 4ast · 7 years ago
  16. ddf1649 Improve perf map parsing logic by Teng Qin · 8 years ago
  17. 7ea0e6e Merge pull request #1158 from tklauser/patch-2 by 4ast · 8 years ago
  18. 965910c docs: update feature list for 4.12 by Tobias Klauser · 8 years ago
  19. e674174 Merge pull request #1 from drepper/fedora-compile-2 by Ulrich Drepper · 8 years ago
  20. 1af7a1c Fix computation of LUAJIT_INCLUDE_DIR by drepper@gmail.com · 8 years ago
  21. 7761961 Merge pull request #1152 from palmtenor/pyfuture by Brenden Blanco · 8 years ago
  22. ce0981b Make match_so_flags a bit mre robust by Ulrich Drepper · 8 years ago
  23. 845d363 Accept luajit as DSO by Ulrich Drepper · 8 years ago
  24. f941c05 Merge pull request #1149 from qmonnet/kernelfeatures by 4ast · 8 years ago
  25. b025629 Add documentation to guide future scripts Python3-ready by Teng Qin · 8 years ago
  26. dcf2344 Merge pull request #1151 from goldshtn/usdt-workaround by 4ast · 8 years ago
  27. 879bff2 Avoid walking all symbols for unknown address by Teng Qin · 8 years ago
  28. fbd91e2 bfp, xdp: make type explicit by Arthur Gautier · 8 years ago
  29. 2070a2a cc: Work around verifier error when reading USDT probe arguments by Sasha Goldshtein · 8 years ago
  30. 4ca8fb3 docs: update features list (ThunderX support for XDP) by Quentin Monnet · 8 years ago
  31. 1179ac8 Merge pull request #1148 from qmonnet/kernelfeatures by 4ast · 8 years ago
  32. 9cfce17 docs: update features list by Quentin Monnet · 8 years ago
  33. a573a21 Merge pull request #1147 from palmtenor/moduleopt by 4ast · 8 years ago
  34. 552f4c6 Don't refresh already gone PIDs by Teng Qin · 8 years ago
  35. 7efd2dc Don't always reload empty Modules by Teng Qin · 8 years ago
  36. 2e38eed Merge pull request #1145 from skottler/install-sudo-debian-container by Brenden Blanco · 8 years ago
  37. e0570d5 Install sudo inside the debian build container by Sam Kottler · 8 years ago
  38. 97997af Merge pull request #1140 from iovisor/llvm_alloca_irbuilder_fix by 4ast · 8 years ago
  39. c089423 frontend/b: fixes for LLVM 4.0 API change by Brenden Blanco · 8 years ago
  40. eced7b6 Merge pull request #1129 from palmtenor/nowarning by Brenden Blanco · 8 years ago
  41. c5af69e Add default -Wno-address-of-packed-membe to Clang loader by Teng Qin · 8 years ago
  42. cda80d8 Merge pull request #1135 from palmtenor/unsigned_addr by 4ast · 8 years ago
  43. 7524fca Use uintptr_t for addresses in C++ API by Teng Qin · 8 years ago
  44. bd62f6c Merge pull request #1104 from mauriciovasquezbernal/bpf_table_string by Brenden Blanco · 8 years ago
  45. 8e688f8 allow accesing table using strings by Mauricio Vasquez B · 8 years ago
  46. 9bcad32 test_clang: initialize format string arg on stack by Brenden Blanco · 8 years ago
  47. 71eb177 Reduce the sslsniff data size slightly to pass verifier by Brenden Blanco · 8 years ago
  48. 04b05d5 Fix for verifier failure in wakeuptime by Brenden Blanco · 8 years ago
  49. 75eef2c Merge pull request #656 from iovisor/non-static-functions by 4ast · 8 years ago
  50. 3f28e7b Disable non-static function calls by Brenden Blanco · 8 years ago
  51. cee6056 Sync snapcraft yaml with tools and ensure list is sorted alphabetically by Colin Ian King · 8 years ago
  52. da1c607 db*: Print the BPF program prior to loading it (in -v mode) by Sasha Goldshtein · 8 years ago
  53. aa124dd db*: Use uapi/linux/ptrace.h instead of linux/ptrace.h by Sasha Goldshtein · 8 years ago
  54. fd7a1d9 added the include path of luajit2.1 for the FindLuaJIT module of cmake. (#1120) by Simon Liu · 8 years ago
  55. 0a01506 Execsnoop cli args matching (#1115) by Nikita V. Shirokov · 8 years ago
  56. 9556db2 docs: add generic XDP to XDP compatible list (#1118) by Tobias Klauser · 8 years ago
  57. 54befe7 Merge pull request #1121 from shodoco/normalinlining by 4ast · 8 years ago
  58. b1df21d Use normal inlining in clang loader by Huapeng Zhou · 8 years ago
  59. 8276938 runqlat: add --pidnss option (#1117) by Brendan Gregg · 8 years ago
  60. 2d82c8e used the CheckCXXCompilerFlag module of Cmake to check the compiler whether or not supporting c++11. (#1116) by Simon Liu · 8 years ago
  61. 5c08041 Merge pull request #1114 from shodoco/inline by 4ast · 8 years ago
  62. d4aa96f bcc: add __attribute__((always_inline)) to helper functions by Huapeng Zhou · 8 years ago
  63. 1b38b9a Added the option(USINGISYSTEM) of Cmake for controling whether using -isystem. (#1064) by Simon Liu · 8 years ago
  64. 76f5a32 Fix delitem operation for PROG_ARRAYs (#1113) by Paul Chaignon · 8 years ago
  65. a359a90 cc: Prefer external debuginfo files to the binary itself (#1111) by Sasha Goldshtein · 8 years ago
  66. b2f8db9 Merge pull request #1107 from Eichhoernchen/patch-1 by 4ast · 8 years ago
  67. b2d792c Fixes SEGFAUL in libbcc when actually setting a lost_cb by Jan · 8 years ago
  68. 784057b Fixed SEGFAULT due to perf buffer overflow if lost_cb unset by Jan · 8 years ago
  69. d5e5bb3 ClangLoader default to have -Wno-pragma-once-outside-header (#1105) by Teng Qin · 8 years ago
  70. 69ceaca softirqs: Migrate to kernel tracepoints instead of kprobes (#1091) by Sasha Goldshtein · 8 years ago
  71. 08b8bd6 Merge pull request #1102 from palmtenor/fixwarning by 4ast · 8 years ago
  72. 68a52b8 Don't close epoll FD if it's already closed by Teng Qin · 8 years ago
  73. 5440af3 Fix compiler warning on redefined Macro by Teng Qin · 8 years ago
  74. e2a0377 Merge pull request #1099 from palmtenor/stylefix by 4ast · 8 years ago
  75. 37c9f74 Fix offwaketime documentation typo by Teng Qin · 8 years ago
  76. 2bc204d Fix perf_reader log message format string warning by Teng Qin · 8 years ago
  77. 621ebf9 C++ API style improvements by Teng Qin · 8 years ago
  78. 55727c2 Move non-templated table construction to source code file by Teng Qin · 8 years ago
  79. 0a24ba4 Merge pull request #1098 from qmonnet/stacksnoop_ex_link by 4ast · 8 years ago
  80. 52eaae6 README.md: fix broken link to stacksnoop examples by Quentin Monnet · 8 years ago
  81. 8067947 Merge pull request #1097 from vavrusa/master by 4ast · 8 years ago
  82. 67bb150 lua/bpf: cleanup, nicer code dump format by Marek Vavruša · 8 years ago
  83. d28957e lua/bpf: implement explicit PTR[0] operation by Marek Vavruša · 8 years ago
  84. fefaf32 lua/bpf: implemented emulated LD_ABS64 by Marek Vavruša · 8 years ago
  85. 7addb8a lua/bpf: implemented packet direct access by Marek Vavruša · 8 years ago
  86. 9704add lua/bpf: support for NET_OFF for dissector by Marek Vavruša · 8 years ago
  87. f762df5 Merge pull request #1093 from palmtenor/symfree by 4ast · 8 years ago
  88. 0e96bd8 Merge pull request #1096 from qmonnet/kernelfeatures by 4ast · 8 years ago
  89. bcf7e3a docs: update list of XDP compatible drivers by Quentin Monnet · 8 years ago
  90. 9f066e4 Free demangle_name after use by Teng Qin · 8 years ago
  91. 304b75d Merge pull request #1071 from mvbpolito/improve_cpp_table_api by 4ast · 8 years ago
  92. bd8370e KVM hypercall analysis example (#1082) by Suchakra Sharma · 8 years ago
  93. 4b764de Add callback for perf buffer lost sample events (#1092) by Teng Qin · 8 years ago
  94. b8af171 cc: add support for prog table by Mauricio Vasquez B · 8 years ago
  95. 0f3787f cc: add support for array table by Mauricio Vasquez B · 8 years ago
  96. 089ad4c cc: extend c++ api for hash table by Mauricio Vasquez B · 8 years ago
  97. b255a0a Merge pull request #1040 from iovisor/table-storage-wip by Brenden Blanco · 8 years ago
  98. 548c27c Add table_storage.h to installed files by Brenden Blanco · 8 years ago
  99. aa7b279 Add BPFModule::table_storage() helper by Brenden Blanco · 8 years ago
  100. faea8c8 Add TableStorage class for wrapping bpf map tracking by Brenden Blanco · 8 years ago