1. 1b51f8b external/bcc - add more CLOEXEC by Maciej Żenczykowski · 5 years ago
  2. 080bbd4 ANDROID: Add symlinks for includes by Joel Fernandes · 6 years ago
  3. e53cf38 libbpf: Fix various errors when build libbpf in Android by Joel Fernandes (Google) · 6 years ago
  4. b998421 Fix USDT semaphore address calculation for position independent executables (resolves #1998) (#2023) by Ildar Musin · 6 years ago
  5. 9410c86 allow packed structure in bpf program in python API (#2020) by yonghong-song · 6 years ago
  6. 329faaf frontends: disable uint128_t on 32-bit builds by Aleksa Sarai · 6 years ago
  7. 1589a4f use proper sync for function pointers by Yonghong Song · 6 years ago
  8. 0e02fec correct certain tracepoint types in tp frontend action by Yonghong Song · 6 years ago
  9. 2a68bd8 sync with latest net-next by Yonghong Song · 6 years ago
  10. 331ab23 fix bcc build failure with latest llvm/clang trunk by Yonghong Song · 6 years ago
  11. d4b2387 sync with latest net-next bpf headers (#2001) by yonghong-song · 6 years ago
  12. ec3fe90 Fixed Context::enable_probe method. (#2006) by Ildar Musin · 6 years ago
  13. 1b5e08e kbuild_helper.h: Add required #include (#2000) by Alastair Robertson · 6 years ago
  14. d1791f0 lua: codegen tests, tracking inverse form of null guards, IPv6 header builtins (#1991) by Marek Vavruša · 6 years ago
  15. 54e377d Add support for shared tables (#1988) by Mauricio Vásquez · 6 years ago
  16. f138fea Python build: copy files instead of creating link (#1989) by Mauricio Vásquez · 6 years ago
  17. 0354d76 Add #include to libbpf.h for base types. by Michael Bolin · 6 years ago
  18. a6d7e3a prevent array subscript expression if base/index is not rewritable by Yonghong Song · 6 years ago
  19. c7ccd5b cc: add BPFTable::get_offline_table (#1978) by Mauricio Vásquez · 6 years ago
  20. 6ce918b Add C++ api support for devmap (#1979) by Sebastiano Miano · 6 years ago
  21. 72bb0d5 fix compilation error with latest llvm 8.0 trunk (#1976) by yonghong-song · 6 years ago
  22. 8cc0bda Add move constructor to C++ USDT instance (#1962) by Teng Qin · 6 years ago
  23. 9162be4 Add Perl support for ucalls / uflow / ustat (#1959) by Marko Myllynen · 6 years ago
  24. 19bdbfd Serialize python builds (#1951) by Filippos Giannakos · 6 years ago
  25. 45b6bab Fix unsiggned typo introduced in commit 7c489469 (#1933) by Marko Myllynen · 6 years ago
  26. 3835b2d sync header to latest net-next (#1932) by yonghong-song · 6 years ago
  27. 49d475f provide a parameter to suppress printing a new line at the end of the bytes (#1930) by Mike Day · 6 years ago
  28. eb7b586 fix a rewriter bug for array subscript by Yonghong Song · 6 years ago
  29. 0284325 fix compilation error with llvm trunk (8.0.0) (#1924) by yonghong-song · 6 years ago
  30. 3a93246 fix attach_kretprobe for newer kernels (#1922) by yonghong-song · 6 years ago
  31. 5aadf2e Add name to program too large error message (#1917) by Teng Qin · 6 years ago
  32. a296e1e python3 fixes and testing support (#1916) by Brenden Blanco · 6 years ago
  33. b84714a Miscellaneous fixes (#1914) by jeromemarchand · 6 years ago
  34. e6a166b fix python3 issue for ttysnoop.py (#1912) by yonghong-song · 6 years ago
  35. 230c9c0 Allow arbitrary hashtable increments. Fixes #1742 (#1897) by Javier Honduvilla Coto · 6 years ago
  36. bfecc24 clang: loader: Allow user to override kernel version (#1895) by Joel · 6 years ago
  37. 492a2bf table: remove NotImplementedError on LpmTrie __delitem__ calls (#1892) by Eyal Birger · 6 years ago
  38. 5148fce add usdt calls to libbcc (#1890) by Brendan Gregg · 6 years ago
  39. b5cadaf fix get_table_offline for percpu hash table by Mauricio Vasquez B · 6 years ago
  40. 1d2ab52 Merge pull request #1872 from palmtenor/autoload_syscall by 4ast · 6 years ago
  41. 1a38140 Merge pull request #1840 from oriolarcas/feature/footer-header by 4ast · 6 years ago
  42. 0cf0e8e Fix Python autoload syscall name handling by Teng Qin · 6 years ago
  43. 287c478 Rewrite array accesses as part of dereferences by Paul Chaignon · 6 years ago
  44. 639217f Updated comment in footer.h by Oriol Arcas · 6 years ago
  45. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  46. c2e2a26 fix a bug in tracepoint struct rewriter (#1856) by yonghong-song · 6 years ago
  47. ee9f0e0 Remove handling of KeyboardInterrupt exception (#1843) by Daniel Zozin · 6 years ago
  48. ab5772f Do not allow defining the license from CFLAGS or command line by Oriol Arcas · 6 years ago
  49. 9aab22e Added new footer.h header where BPF_LICENSE is set if not defined by Oriol Arcas · 6 years ago
  50. d17d5a8 Fix external pointer propagation in nested dereferences (#1837) by yonghong-song · 6 years ago
  51. 2458196 avoid probe rewriting of p->m in &(p->m) (#1831) by yonghong-song · 6 years ago
  52. fa7508d Fix nested dereference rewrites (#1835) by Paul Chaignon · 6 years ago
  53. a9f96c0 Recognize context member dereferences despite array accesses (#1828) by Paul Chaignon · 6 years ago
  54. c2fb112 python: add __version__ attribute to bcc module (#1826) by Andreas Gerstmayr · 6 years ago
  55. 66d2863 prevent bpf_probe_read MemberExpr rewrite if not rewritable (#1827) by yonghong-song · 6 years ago
  56. fe779f3 Trace external pointers through function returns (#1821) by Paul Chaignon · 6 years ago
  57. f86f7e8 Skip dereferences inside bpf_probe_reads calls (#1824) by Paul Chaignon · 6 years ago
  58. 2da3426 generate indirect parameter assignment if arch uses syscall wrapper (#1816) by yonghong-song · 6 years ago
  59. eebd485 Fix 20fb64c and skip probe rewriter for bpf_probe_read (#1812) by Paul Chaignon · 6 years ago
  60. d83210d remove unnecessary prefix in some prog names (#1814) by yonghong-song · 6 years ago
  61. 7312cb6 Merge pull request #1810 from lcp/xdp_redirect-v2 by yonghong-song · 6 years ago
  62. db410bf Add two new map types: DEVMAP and CPUMAP by Gary Lin · 6 years ago
  63. 7c48946 adjust tracepoint field type based on size by Yonghong Song · 6 years ago
  64. 62af0ea Merge pull request #1790 from brendangregg/master by yonghong-song · 6 years ago
  65. 3ae15d6 Add the missing XDP_REDIRECT by Gary Lin · 6 years ago
  66. 3c5686d fix a memory leak for getline() by Yonghong Song · 6 years ago
  67. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  68. 7c4311f Add "-D __BPF_TRACING__" to frontend compilation flags by Yonghong Song · 6 years ago
  69. d8bb097 Merge pull request #1792 from pchaigno/refactor-ext-ptr-assignments by yonghong-song · 6 years ago
  70. 8ce57ac sync BPF compat headers with latest bpf-next, update BPF features list by Quentin Monnet · 6 years ago
  71. 8d7e26d Refactor code for assignments of external pointers by Paul Chaignon · 6 years ago
  72. 0ec552a Merge pull request #1787 from sandip4n/dev by yonghong-song · 6 years ago
  73. 4f13d88 add tcpdrop tool by Brendan Gregg · 6 years ago
  74. 651d690 Add support for attaching kprobes at custom offsets by Sandipan Das · 6 years ago
  75. bace5f2 let rewriter add code to define CONFIG_CC_STACKPROTECTOR by Yonghong Song · 6 years ago
  76. 471f1ea Fix dereference replacements for pointers to pointers by Paul Chaignon · 6 years ago
  77. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  78. 9733011 Merge pull request #1762 from javierhonduco/usdt-inexistent-path by yonghong-song · 6 years ago
  79. dcb9b9a usdt: fail when binary doesn't exist. Fixes #1749 by Javier Honduvilla Coto · 6 years ago
  80. bf2513d Add extra_flag option to bpf_attach_perf_event_raw by Teng Qin · 6 years ago
  81. cb5bc0e Misc fixes for C++ USDT class (#1764) by Teng Qin · 6 years ago
  82. db6e293 Do not calculate syscall prefix proactively in C++ API (#1755) by Teng Qin · 6 years ago
  83. 55de66b Do not print C source after BPF compile fail (#1753) by Oriol Arcas · 6 years ago
  84. bad7a20 Merge pull request #1750 from iovisor/yhs_dev by 4ast · 6 years ago
  85. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  86. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  87. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  88. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  89. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  90. 42da08a Fix USDT probes arguments' encoding in Python3 (#1736) by Javier Honduvilla Coto · 6 years ago
  91. c2b87ba Fix issue with structure member dereferences by Paul Chaignon · 6 years ago
  92. be7955b Merge pull request #1731 from pchaigno/fix-test_complex by yonghong-song · 6 years ago
  93. d1a83c1 Fix "'ArgString' object has no attribute 'rfind'" error by Paul Chaignon · 6 years ago
  94. 2af81df Fix bpf_trace_printk() for big-endian targets by Sandipan Das · 6 years ago
  95. 01c843e Merge pull request #1724 from pchaigno/detect-ext-ptr-from-ctx by yonghong-song · 6 years ago
  96. b66a9c9 Detect external pointers from context pointers by Paul Chaignon · 6 years ago
  97. eb88b35 fix lua compilation issue with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  98. 806627e fix compilation error with latest llvm by Yonghong Song · 6 years ago
  99. 46ebd9e fix compilation with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  100. 0d72237 introduce {attach|detach}_raw_tracepoint API by Yonghong Song · 6 years ago