1. 99978d2 Fix perf event API implementations by Teng Qin · 7 years ago
  2. c7417dc Add C++ helper to clear BPF tables by Teng Qin · 7 years ago
  3. b32b4a5 add padding to the end of structure by Yonghong Song · 7 years ago
  4. 2faf060 Merge pull request #1474 from iovisor/yhs_dev by 4ast · 7 years ago
  5. c669257 Do not print to stderr if user specified log buffer by Teng Qin · 7 years ago
  6. 538a84e provide padded structure for table_{key|leaf}_desc API by Yonghong Song · 7 years ago
  7. 81b935d sync compat headers with latest net-next by Yonghong Song · 7 years ago
  8. bd3d134 python: Avoid unnecessary pointer object creations by Olivier Tilmans · 7 years ago
  9. 7bdd53c Merge pull request #1458 from oliviertilmans/master by yonghong-song · 7 years ago
  10. a1962c6 python: make _decode_table_types aware of __int128 by Olivier Tilmans · 7 years ago
  11. 5941f2b Do not keep Loader instances around by Teng Qin · 7 years ago
  12. 977d064 Merge pull request #1451 from oliviertilmans/master by yonghong-song · 7 years ago
  13. fbe1b32 force linking the whole api-static library into shared library by Yonghong Song · 7 years ago
  14. 830d58d libbpf: Support unbound raw socket creation by Olivier Tilmans · 7 years ago
  15. 01b07ba Update perf event type and config checks by Teng Qin · 7 years ago
  16. e86b017 use user-provided log_level in bpf_prog_load by Yonghong Song · 7 years ago
  17. 73e2f2d Move BCC debug options to an installed header file by Teng Qin · 7 years ago
  18. 94d15bc change frontend rewriter to better handle anonymous struct/union by Yonghong Song · 7 years ago
  19. 1d0f292 bpf: use MCJIT explicitly for ExecutionEngine by Gary Lin · 7 years ago
  20. de258ba Add flag to enable verifier log_level 2 by Teng Qin · 7 years ago
  21. eea5528 Use bpf_prog_load_flag in APIs by Teng Qin · 7 years ago
  22. 797669f Refactor log message handling when loading program by Teng Qin · 7 years ago
  23. 6fc8d15 fix clang frontend issues for fc26 by Yonghong Song · 7 years ago
  24. 1df0f88 Fix Module display for unreadable Modules by Teng Qin · 7 years ago
  25. f609af2 Add soname to libbpf.so by Rafael Fonseca · 7 years ago
  26. eb6ddc0 bpf: make test py_test_tools_smoke pass on arm64 by Yonghong Song · 7 years ago
  27. 740c407 Merge pull request #1414 from iovisor/yhs_dev by 4ast · 7 years ago
  28. 6e45749 Merge pull request #1285 from pchaigno/track-external-pointers-maps by yonghong-song · 7 years ago
  29. c2d9880 Add usdt support for ARM64 by Yonghong Song · 7 years ago
  30. 6be6e2c Fix exception handling in python3 by Rafael Fonseca · 7 years ago
  31. e67cb56 Merge BType, Map, and Probe Consumers by Paul Chaignon · 7 years ago
  32. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  33. fbbe6d6 Merge pull request #1393 from pchaigno/handle-epipe by 4ast · 7 years ago
  34. 7abe63a bpf: fix a couple of issues related to arm64 by Yonghong Song · 7 years ago
  35. 3d51c0f Merge pull request #1405 from iamkafai/kafai_dev by yonghong-song · 7 years ago
  36. 3c24ad9 Add a few introspection helpers by Martin KaFai Lau · 7 years ago
  37. df36816 bpf: Add support for prog_name and map_name by Martin KaFai Lau · 7 years ago
  38. 2803c6e Fix helper to access stack pointer for powerpc by Sandipan Das · 7 years ago
  39. d049252 bpf: rename helper function bpf_get_stackid by Yonghong Song · 7 years ago
  40. dd3e7ea bpf: print out the src debug info to a temporary file by Yonghong Song · 7 years ago
  41. c53d8ae attempt to compile with system bpf.h if default compile failed by Yonghong Song · 7 years ago
  42. 860dbb0 Exit on EPIPE by Paul Chaignon · 7 years ago
  43. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  44. 044263b sync src/cc/compat/linux headers with latest net-next by Yonghong Song · 7 years ago
  45. 3c67c2f Merge pull request #1386 from sandip4n/set-sdt-constraint by yonghong-song · 7 years ago
  46. 8b8e16b Merge pull request #1385 from pchaigno/support-enums-map-visitor by yonghong-song · 7 years ago
  47. 9ab1cee Set default USDT argument parser by Sandipan Das · 7 years ago
  48. f7f873a Fix segfault with enumerations by Paul Chaignon · 7 years ago
  49. 54a5b4d Merge pull request #1382 from palmtenor/vdso by yonghong-song · 7 years ago
  50. 1670d33 Allow BCC to parse vDSO symbols by Teng Qin · 7 years ago
  51. a9e5f53 Improve bcc_procutils_each_module logic by Teng Qin · 7 years ago
  52. 5b08d38 libbpf: print error to error stream by Prashant Bhole · 7 years ago
  53. e9fa659 libbpf: return error when if_nametoindex returns 0 by Prashant Bhole · 7 years ago
  54. 7c9d8c9 Merge pull request #1378 from palmtenor/ksyms_opt by yonghong-song · 7 years ago
  55. 8cc8fc3 Improve Kernel symbols loading by Teng Qin · 7 years ago
  56. 9c38f48 Avoid potential SEGFAULT when resolving Kernel symbols by Teng Qin · 7 years ago
  57. 422db70 Merge pull request #1365 from sandip4n/add-usdt-ppc64 by yonghong-song · 7 years ago
  58. 91837ca add debug option to dump asm insns embedded with source by Yonghong Song · 7 years ago
  59. c5ca2a6 Traces external pointers in parenthesized expressions by Paul Chaignon · 7 years ago
  60. a135d89 Merge pull request #1363 from navytux/y/probe-read-const by yonghong-song · 7 years ago
  61. 67fa222 Fix bcc_resolve_global_addr on shared libraries by Teng Qin · 7 years ago
  62. 9e02d82 Fix symbol resolution for shared libraries with multiple load sections by Teng Qin · 7 years ago
  63. a0c5de1 Add file offset in bcc_procutils_each_module callback by Teng Qin · 7 years ago
  64. 0daa912 Merge pull request #1358 from palmtenor/load_exe by yonghong-song · 7 years ago
  65. 1f0f7b6 Add basic USDT probe support for powerpc64 by Sandipan Das · 7 years ago
  66. 649e7f0 BCC macro for the creation of LPM trie maps (#1359) by Paul Chaignon · 7 years ago
  67. 5db9d37 Add ELF load ranges for executable binaries by Teng Qin · 7 years ago
  68. 9756295 Add common helper to read Process executable by Teng Qin · 7 years ago
  69. 2dc7daa bpf_probe_read*: src argument should be const void *. by Kirill Smelkov · 7 years ago
  70. b09e43b Iterate through all load section when resolving name by Teng Qin · 7 years ago
  71. a8f6db9 Add a helper to loop over ELF load sections by Teng Qin · 7 years ago
  72. a0dd71e clang-format and add documentation to bcc_elf.h by Teng Qin · 7 years ago
  73. 91fc721 Do not load zero-length function symbols by Teng Qin · 7 years ago
  74. 488c119 Deduplicate USDT probe locations by Teng Qin · 7 years ago
  75. 8322f80 Removed unused Mount Namespace helpers by Teng Qin · 7 years ago
  76. 0760b75 Improve string buffer checking on uprobe attach and detach by Teng Qin · 7 years ago
  77. d56fff0 Merge pull request #1332 from iovisor/ast_dev by yonghong-song · 7 years ago
  78. 4f47e3b annotate program tag by Alexei Starovoitov · 7 years ago
  79. b1df37c add helpers to access program tag by Alexei Starovoitov · 7 years ago
  80. f4543fc Do not create instance for kprobe by Teng Qin · 7 years ago
  81. d9641be Increased allowed path name for USDT probes by Romain Cledat · 7 years ago
  82. 667988c Fix _GNU_SOURCE redefined warning by Nan Xiao · 7 years ago
  83. 137ee81 Fix uninitialized ProcMountNS in USDT Context by Teng Qin · 7 years ago
  84. 23fc589 Update after lookup in map.increment for HASH types by Brenden Blanco · 7 years ago
  85. d2e5dd5 Fix for ubuntu elf linker error by Brenden Blanco · 7 years ago
  86. 7fef695 Add c-library only option by Brenden Blanco · 7 years ago
  87. 71fc3d5 move api and create dependent option by Brenden Blanco · 7 years ago
  88. 1614ce7 Move source file names into cmake variables by Brenden Blanco · 7 years ago
  89. 25f3cce src/cc: cmake file cleanup and split usdt into subdir by Brenden Blanco · 7 years ago
  90. dcb77e6 Remove unused shared_table.h by Brenden Blanco · 7 years ago
  91. 75e2f37 fix lua-bcc build issue with cmake try_compile by Yonghong Song · 7 years ago
  92. d32a61b Fix segfault on incomplete types by Paul Chaignon · 7 years ago
  93. 719e100 Trace external pointers from helpers by Paul Chaignon · 7 years ago
  94. db8353b libbpf: fix typo in bpf_attach_xdp() by Gary Lin · 7 years ago
  95. f72909f Allow the flags to be specified in remove_xdp() by Gary Lin · 7 years ago
  96. 007d28c bcc-lua: --no-pie, not -no-pie by Mark Drayton · 7 years ago
  97. 067219b avoid large map memory allocation in userspace by Yonghong Song · 7 years ago
  98. 47305f4 Merge pull request #1293 from iovisor/tools_fixes by Brendan Gregg · 7 years ago
  99. 5e84698 python - set attach_xdp's default flag value to 0 by Gabriel Ganne · 7 years ago
  100. e48f7c9 have uniform uprobe event names for python and C++ by Yonghong Song · 7 years ago