1. a12db19 libbpf: fix build warning on setns (#1246) by Colin Ian King · 7 years ago
  2. 08c8253 Fix bcc.lua build issue in Ubuntu 17.04 by Yonghong Song · 7 years ago
  3. 96c1b8e usdt: Use ProcMountNS by Vicent Marti · 7 years ago
  4. 8600ffc proc: Enhance bcc_mapping_is_file_backed by Vicent Marti · 7 years ago
  5. 555b45e Added helpers for BPF_PERCPU_ARRAY (#1230) by Romain · 7 years ago
  6. 0bd1a6d Add an option to strip leading zeros from histograms (#1226) by Taekho Nam · 7 years ago
  7. 42c00ad Change clang frontend optimization level from 0 to 2 by Yonghong Song · 7 years ago
  8. 9da21f9 fix cc: error: unrecognized command line option -no-pie by Carlos Neira · 7 years ago
  9. 8e9aaea Fix ld error due to debian/ubuntu -pie default by Ryan Tomayko · 7 years ago
  10. e09564d fix incorrect code generation in usdt by Yonghong Song · 7 years ago
  11. 6fa3681 Improve PerfEventArray clean up by Teng Qin · 7 years ago
  12. b0f891d Force udst ctx->#reg load to be volatile by Yonghong Song · 7 years ago
  13. a934c90 Add linux/sched.h to list of libbpf.c includes by Brenden Blanco · 7 years ago
  14. fa07345 make libbpf standalone-ready by Brenden Blanco · 7 years ago
  15. cb7855b Move ProcMountNSGuard to separate file by Brenden Blanco · 7 years ago
  16. 5a7882e bcc_procutils_which: return if snprintf fails or would overflow by Christian Resell · 7 years ago
  17. c6c9f0a bcc_proc.c: fix stack overflow in bcc_procutils_which() by Christian Resell · 7 years ago
  18. 204df9e Use BPF_F_CURRENT_CPU in perf_submit / perf_read when possible by Teng Qin · 7 years ago
  19. 8ae87cd Disable perf event FD before free by Teng Qin · 7 years ago
  20. d682733 Add bpf_close_perf_event_fd by Teng Qin · 7 years ago
  21. 5b40420 Merge pull request #1196 from palmtenor/cpp_sym_option by 4ast · 7 years ago
  22. 5703ccc Support symbol option in C++ API stack table by Teng Qin · 7 years ago
  23. 9f3cab7 Add support for generic XDP mode by Andy Gospodarek · 7 years ago
  24. 4b3d2b0 Merge pull request #1193 from palmtenor/cppleak by 4ast · 7 years ago
  25. 0feb40e Merge pull request #1192 from palmtenor/perf_config by 4ast · 7 years ago
  26. 9190ef5 Fix compiler warning by cast int to pointer by Teng Qin · 7 years ago
  27. c34a99a Fix bcc_resolve_symname memory leak in C++ API by Teng Qin · 7 years ago
  28. f510b6b Unify perf event enums in Python API by Teng Qin · 7 years ago
  29. 9875221 Unify perf_event type and config check by Teng Qin · 7 years ago
  30. cf13083 Do not pass type flag to symbol callback by Teng Qin · 7 years ago
  31. 89d901c Use bcc_symbol_option in ProcSyms by Teng Qin · 7 years ago
  32. aff6ce7 Use bcc_symbol_option in bcc_resolve_symname by Teng Qin · 7 years ago
  33. 36e7d54 Fix bcc_resolve_symname memory leak on error by Teng Qin · 7 years ago
  34. fcb2ed8 Use bcc_symbol_option in bcc_foreach_function_symbol by Teng Qin · 8 years ago
  35. 0336a29 Add option to control bcc_elf_foreach_sym behavior by Teng Qin · 8 years ago
  36. 38cc5d6 Use bpf_get_first_key in Python API by Teng Qin · 7 years ago
  37. e0f347a Use bpf_get_first_key in C++ API by Teng Qin · 7 years ago
  38. db7fab5 Add bpf_get_first_key helper by Teng Qin · 7 years ago
  39. 472103b Merge pull request #1187 from mauriciovasquezbernal/remove_trailing_spaces by 4ast · 7 years ago
  40. d1324ac remove trailing white spaces from source code files by Mauricio Vasquez B · 7 years ago
  41. 634f4b0 Merge pull request #1180 from iovisor/scanf_string_support by 4ast · 7 years ago
  42. 37ff0e3 Add sscanf reader/writer code comments by Brenden Blanco · 7 years ago
  43. 2923e20 Fix bpf_perf_event_read helper signature by Teng Qin · 7 years ago
  44. daee97e Enable recursive scanf support for char[] as string by Brenden Blanco · 7 years ago
  45. 55ac984 Fix bug when finding symbols for shared libraries by Teng Qin · 7 years ago
  46. fc4d464 Merge pull request #1169 from iovisor/clang_inputkind by 4ast · 7 years ago
  47. 30591eb Move FileDesc to separated header file by Teng Qin · 7 years ago
  48. 7688799 llvm5.0: use input kind helper to avoid breakage by Brenden Blanco · 7 years ago
  49. b493aa6 Merge pull request #1167 from iovisor/rw_finalize_defer by 4ast · 7 years ago
  50. dadea22 Move unimplemented fn reset before ctx cleanup by Brenden Blanco · 7 years ago
  51. 4033200 Merge pull request #1157 from drepper/fedora-compile by Brenden Blanco · 7 years ago
  52. b0cfc02 test fix: return 0 not num-of-bytes-written by Brenden Blanco · 7 years ago
  53. 22eae8c Use late-binding to finalize snprintf/sscanf by Brenden Blanco · 7 years ago
  54. af6f512 Add bpf_probe_read_str helper by Teng Qin · 7 years ago
  55. 6cce73a Update bpf.h and virtual_bpf.h to 4.12 by Teng Qin · 7 years ago
  56. ef9d4b8 Use ProcMountNSGuard in C API by Teng Qin · 8 years ago
  57. 3bfc877 Use ProcMountNSGuard to manage mount namespace by Teng Qin · 8 years ago
  58. d82e813 Add and unify helper for ELF type by Teng Qin · 8 years ago
  59. b6b9c6d Move FileDesc to common.h by Teng Qin · 8 years ago
  60. ddf1649 Improve perf map parsing logic by Teng Qin · 8 years ago
  61. ce0981b Make match_so_flags a bit mre robust by Ulrich Drepper · 8 years ago
  62. dcf2344 Merge pull request #1151 from goldshtn/usdt-workaround by 4ast · 8 years ago
  63. 879bff2 Avoid walking all symbols for unknown address by Teng Qin · 8 years ago
  64. fbd91e2 bfp, xdp: make type explicit by Arthur Gautier · 8 years ago
  65. 2070a2a cc: Work around verifier error when reading USDT probe arguments by Sasha Goldshtein · 8 years ago
  66. 552f4c6 Don't refresh already gone PIDs by Teng Qin · 8 years ago
  67. 7efd2dc Don't always reload empty Modules by Teng Qin · 8 years ago
  68. c089423 frontend/b: fixes for LLVM 4.0 API change by Brenden Blanco · 8 years ago
  69. c5af69e Add default -Wno-address-of-packed-membe to Clang loader by Teng Qin · 8 years ago
  70. 7524fca Use uintptr_t for addresses in C++ API by Teng Qin · 8 years ago
  71. bd62f6c Merge pull request #1104 from mauriciovasquezbernal/bpf_table_string by Brenden Blanco · 8 years ago
  72. 8e688f8 allow accesing table using strings by Mauricio Vasquez B · 8 years ago
  73. 3f28e7b Disable non-static function calls by Brenden Blanco · 8 years ago
  74. b1df21d Use normal inlining in clang loader by Huapeng Zhou · 8 years ago
  75. d4aa96f bcc: add __attribute__((always_inline)) to helper functions by Huapeng Zhou · 8 years ago
  76. 76f5a32 Fix delitem operation for PROG_ARRAYs (#1113) by Paul Chaignon · 8 years ago
  77. a359a90 cc: Prefer external debuginfo files to the binary itself (#1111) by Sasha Goldshtein · 8 years ago
  78. b2d792c Fixes SEGFAUL in libbcc when actually setting a lost_cb by Jan · 8 years ago
  79. 784057b Fixed SEGFAULT due to perf buffer overflow if lost_cb unset by Jan · 8 years ago
  80. d5e5bb3 ClangLoader default to have -Wno-pragma-once-outside-header (#1105) by Teng Qin · 8 years ago
  81. 68a52b8 Don't close epoll FD if it's already closed by Teng Qin · 8 years ago
  82. 5440af3 Fix compiler warning on redefined Macro by Teng Qin · 8 years ago
  83. 2bc204d Fix perf_reader log message format string warning by Teng Qin · 8 years ago
  84. 621ebf9 C++ API style improvements by Teng Qin · 8 years ago
  85. 55727c2 Move non-templated table construction to source code file by Teng Qin · 8 years ago
  86. 67bb150 lua/bpf: cleanup, nicer code dump format by Marek Vavruša · 8 years ago
  87. d28957e lua/bpf: implement explicit PTR[0] operation by Marek Vavruša · 8 years ago
  88. fefaf32 lua/bpf: implemented emulated LD_ABS64 by Marek Vavruša · 8 years ago
  89. 7addb8a lua/bpf: implemented packet direct access by Marek Vavruša · 8 years ago
  90. 9704add lua/bpf: support for NET_OFF for dissector by Marek Vavruša · 8 years ago
  91. 9f066e4 Free demangle_name after use by Teng Qin · 8 years ago
  92. 304b75d Merge pull request #1071 from mvbpolito/improve_cpp_table_api by 4ast · 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. 548c27c Add table_storage.h to installed files by Brenden Blanco · 8 years ago
  98. aa7b279 Add BPFModule::table_storage() helper by Brenden Blanco · 8 years ago
  99. faea8c8 Add TableStorage class for wrapping bpf map tracking by Brenden Blanco · 8 years ago
  100. 6ceb329 map.insert bcc helper to expose the BPF_NOEXIST flag (#1085) by Paul Chaignon · 8 years ago