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