1. b96eb47 Check /sys/kernel/tracing for tracefs by Hridya Valsaraju · 4 years, 4 months ago
  2. ee971d5 Merge "Upgrade bcc to v0.8.0" by Haibo Huang · 5 years ago
  3. 870d613 Upgrade bcc to v0.8.0 by Haibo Huang · 5 years ago
  4. 1b51f8b external/bcc - add more CLOEXEC by Maciej Żenczykowski · 5 years ago
  5. 3aebfad syscall.py: Fixes python3 related error by Nageswara R Sastry · 5 years ago
  6. a753e57 workaround kernel 5.0 asm_volatile_goto issue (#2133) by yonghong-song · 5 years ago
  7. fb9066b add missing PT_REGS_RET definition for x86 (#2134) by Xiaozhou Liu · 5 years ago
  8. 1640865 Fix BPFModule error when RW Engine is disabled (#2131) by Teng Qin · 5 years ago
  9. ae83979 remove unused extern variables (#2125) by yonghong-song · 5 years ago
  10. 9b3b127 cmake/python: fix build race condition (#2111) by Alexey Ivanov · 5 years ago
  11. 28949f1 Translate arch into source directory when ARCH is set (#2122) by Jerome Marchand · 5 years ago
  12. c8e98d1 Fix typos in hint message (#2106) by Paul Chaignon · 5 years ago
  13. dccc4f2 better error meessage for error "unknown opcode" (#2101) by yonghong-song · 5 years ago
  14. 53b01c6 sync with latest net-next bpf uapi headers (#2100) by yonghong-song · 5 years ago
  15. 51480d0 implement free_bcc_memory() API (#2097) by yonghong-song · 5 years ago
  16. 61c063a Make dependency on LLVM native target optional (#2080) by torgil · 5 years ago
  17. 6dc8ec8 fix exception message format in detach_kprobe_event() (#2089) by Max dml · 5 years ago
  18. e42a87f add arm64 kprobe function name prefix in kernel 4.19 (#2081) by egggHang · 5 years ago
  19. 9bc2976 get_kprobe_functions(): detect more non-attachable functions (#2077) by Andrea Righi · 5 years ago
  20. 4a7717d Add option to build with rtti (#2074) by torgil · 5 years ago
  21. 382f573 Fix syscall map generation via ausyscall (#2072) by Sandipan Das · 5 years ago
  22. 218f748 Wcohen/efficiency (#2063) by William Cohen · 5 years ago
  23. 1f6ef8c fix compilation error with latest llvm/clang (#2068) by yonghong-song · 5 years ago
  24. 166fba5 set proper layout for the module before finalizing the object (#2054) by yonghong-song · 6 years ago
  25. 9819f5e sync compat headers with latest bpf-next (#2053) by yonghong-song · 6 years ago
  26. 080bbd4 ANDROID: Add symlinks for includes by Joel Fernandes · 6 years ago
  27. 62bc225 Fix some compiler warning (#2047) by Lecopzer · 6 years ago
  28. bbd4180 Fix uprobes on powerpc64 (#2032) by Sandipan Das · 6 years ago
  29. 4ce0b10 Print name of failing program (#2036) by Oriol Arcas · 6 years ago
  30. 2747504 Merge pull request #2030 from vijunag/master by Teng Qin · 6 years ago
  31. f395931 Update bindings for custom offset kprobes (#2024) by Sandipan Das · 6 years ago
  32. 6c85d2c Fix symbol resolution across mount namespaces (#2029) by Vijay Nag · 6 years ago
  33. 845225f Fix parsing of /proc/pid/maps (#2025) by Ildar Musin · 6 years ago
  34. 415bd4e covscan: fix miscellaneaous errors (#2003) by Jerome Marchand · 6 years ago
  35. e53cf38 libbpf: Fix various errors when build libbpf in Android by Joel Fernandes (Google) · 6 years ago
  36. b998421 Fix USDT semaphore address calculation for position independent executables (resolves #1998) (#2023) by Ildar Musin · 6 years ago
  37. 9410c86 allow packed structure in bpf program in python API (#2020) by yonghong-song · 6 years ago
  38. 329faaf frontends: disable uint128_t on 32-bit builds by Aleksa Sarai · 6 years ago
  39. 1589a4f use proper sync for function pointers by Yonghong Song · 6 years ago
  40. 0e02fec correct certain tracepoint types in tp frontend action by Yonghong Song · 6 years ago
  41. 2a68bd8 sync with latest net-next by Yonghong Song · 6 years ago
  42. 331ab23 fix bcc build failure with latest llvm/clang trunk by Yonghong Song · 6 years ago
  43. d4b2387 sync with latest net-next bpf headers (#2001) by yonghong-song · 6 years ago
  44. ec3fe90 Fixed Context::enable_probe method. (#2006) by Ildar Musin · 6 years ago
  45. 1b5e08e kbuild_helper.h: Add required #include (#2000) by Alastair Robertson · 6 years ago
  46. d1791f0 lua: codegen tests, tracking inverse form of null guards, IPv6 header builtins (#1991) by Marek Vavruša · 6 years ago
  47. 54e377d Add support for shared tables (#1988) by Mauricio Vásquez · 6 years ago
  48. f138fea Python build: copy files instead of creating link (#1989) by Mauricio Vásquez · 6 years ago
  49. 0354d76 Add #include to libbpf.h for base types. by Michael Bolin · 6 years ago
  50. a6d7e3a prevent array subscript expression if base/index is not rewritable by Yonghong Song · 6 years ago
  51. c7ccd5b cc: add BPFTable::get_offline_table (#1978) by Mauricio Vásquez · 6 years ago
  52. 6ce918b Add C++ api support for devmap (#1979) by Sebastiano Miano · 6 years ago
  53. 72bb0d5 fix compilation error with latest llvm 8.0 trunk (#1976) by yonghong-song · 6 years ago
  54. 8cc0bda Add move constructor to C++ USDT instance (#1962) by Teng Qin · 6 years ago
  55. 9162be4 Add Perl support for ucalls / uflow / ustat (#1959) by Marko Myllynen · 6 years ago
  56. 19bdbfd Serialize python builds (#1951) by Filippos Giannakos · 6 years ago
  57. 45b6bab Fix unsiggned typo introduced in commit 7c489469 (#1933) by Marko Myllynen · 6 years ago
  58. 3835b2d sync header to latest net-next (#1932) by yonghong-song · 6 years ago
  59. 49d475f provide a parameter to suppress printing a new line at the end of the bytes (#1930) by Mike Day · 6 years ago
  60. eb7b586 fix a rewriter bug for array subscript by Yonghong Song · 6 years ago
  61. 0284325 fix compilation error with llvm trunk (8.0.0) (#1924) by yonghong-song · 6 years ago
  62. 3a93246 fix attach_kretprobe for newer kernels (#1922) by yonghong-song · 6 years ago
  63. 5aadf2e Add name to program too large error message (#1917) by Teng Qin · 6 years ago
  64. a296e1e python3 fixes and testing support (#1916) by Brenden Blanco · 6 years ago
  65. b84714a Miscellaneous fixes (#1914) by jeromemarchand · 6 years ago
  66. e6a166b fix python3 issue for ttysnoop.py (#1912) by yonghong-song · 6 years ago
  67. 230c9c0 Allow arbitrary hashtable increments. Fixes #1742 (#1897) by Javier Honduvilla Coto · 6 years ago
  68. bfecc24 clang: loader: Allow user to override kernel version (#1895) by Joel · 6 years ago
  69. 492a2bf table: remove NotImplementedError on LpmTrie __delitem__ calls (#1892) by Eyal Birger · 6 years ago
  70. 5148fce add usdt calls to libbcc (#1890) by Brendan Gregg · 6 years ago
  71. b5cadaf fix get_table_offline for percpu hash table by Mauricio Vasquez B · 6 years ago
  72. 1d2ab52 Merge pull request #1872 from palmtenor/autoload_syscall by 4ast · 6 years ago
  73. 1a38140 Merge pull request #1840 from oriolarcas/feature/footer-header by 4ast · 6 years ago
  74. 0cf0e8e Fix Python autoload syscall name handling by Teng Qin · 6 years ago
  75. 287c478 Rewrite array accesses as part of dereferences by Paul Chaignon · 6 years ago
  76. 639217f Updated comment in footer.h by Oriol Arcas · 6 years ago
  77. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  78. c2e2a26 fix a bug in tracepoint struct rewriter (#1856) by yonghong-song · 6 years ago
  79. ee9f0e0 Remove handling of KeyboardInterrupt exception (#1843) by Daniel Zozin · 6 years ago
  80. ab5772f Do not allow defining the license from CFLAGS or command line by Oriol Arcas · 6 years ago
  81. 9aab22e Added new footer.h header where BPF_LICENSE is set if not defined by Oriol Arcas · 6 years ago
  82. d17d5a8 Fix external pointer propagation in nested dereferences (#1837) by yonghong-song · 6 years ago
  83. 2458196 avoid probe rewriting of p->m in &(p->m) (#1831) by yonghong-song · 6 years ago
  84. fa7508d Fix nested dereference rewrites (#1835) by Paul Chaignon · 6 years ago
  85. a9f96c0 Recognize context member dereferences despite array accesses (#1828) by Paul Chaignon · 6 years ago
  86. c2fb112 python: add __version__ attribute to bcc module (#1826) by Andreas Gerstmayr · 6 years ago
  87. 66d2863 prevent bpf_probe_read MemberExpr rewrite if not rewritable (#1827) by yonghong-song · 6 years ago
  88. fe779f3 Trace external pointers through function returns (#1821) by Paul Chaignon · 6 years ago
  89. f86f7e8 Skip dereferences inside bpf_probe_reads calls (#1824) by Paul Chaignon · 6 years ago
  90. 2da3426 generate indirect parameter assignment if arch uses syscall wrapper (#1816) by yonghong-song · 6 years ago
  91. eebd485 Fix 20fb64c and skip probe rewriter for bpf_probe_read (#1812) by Paul Chaignon · 6 years ago
  92. d83210d remove unnecessary prefix in some prog names (#1814) by yonghong-song · 6 years ago
  93. 7312cb6 Merge pull request #1810 from lcp/xdp_redirect-v2 by yonghong-song · 6 years ago
  94. db410bf Add two new map types: DEVMAP and CPUMAP by Gary Lin · 6 years ago
  95. 7c48946 adjust tracepoint field type based on size by Yonghong Song · 6 years ago
  96. 62af0ea Merge pull request #1790 from brendangregg/master by yonghong-song · 6 years ago
  97. 3ae15d6 Add the missing XDP_REDIRECT by Gary Lin · 6 years ago
  98. 3c5686d fix a memory leak for getline() by Yonghong Song · 6 years ago
  99. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  100. 7c4311f Add "-D __BPF_TRACING__" to frontend compilation flags by Yonghong Song · 6 years ago