1. 3ae15d6 Add the missing XDP_REDIRECT by Gary Lin · 6 years ago
  2. db5fa47 Merge pull request #1799 from iovisor/yhs_dev by 4ast · 6 years ago
  3. 3c5686d fix a memory leak for getline() by Yonghong Song · 6 years ago
  4. 8587ee0 Merge pull request #1798 from erthalion/patch-1 by yonghong-song · 6 years ago
  5. 97aeee9 Fix typo by Dmitry Dolgov · 6 years ago
  6. 5e6f35d Merge pull request #1796 from iovisor/yhs_dev by yonghong-song · 6 years ago
  7. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  8. db09336 Merge pull request #1795 from iovisor/yhs_dev2 by 4ast · 6 years ago
  9. 7c4311f Add "-D __BPF_TRACING__" to frontend compilation flags by Yonghong Song · 6 years ago
  10. d8bb097 Merge pull request #1792 from pchaigno/refactor-ext-ptr-assignments by yonghong-song · 6 years ago
  11. c817cfd Merge pull request #1793 from qmonnet/kernelfeatures by yonghong-song · 6 years ago
  12. 8ce57ac sync BPF compat headers with latest bpf-next, update BPF features list by Quentin Monnet · 6 years ago
  13. 44d3473 Test for external pointer assignment in variable declarations by Paul Chaignon · 6 years ago
  14. 8d7e26d Refactor code for assignments of external pointers by Paul Chaignon · 6 years ago
  15. 0ec552a Merge pull request #1787 from sandip4n/dev by yonghong-song · 6 years ago
  16. 84900f8 Merge pull request #1789 from pchaigno/fix-tcplife-byteorder by yonghong-song · 6 years ago
  17. 09ea9dc Merge pull request #1784 from iovisor/yhs_dev by yonghong-song · 6 years ago
  18. 95b3d8c tcplife: fix dport filter on tracepoints by Paul Chaignon · 6 years ago
  19. 651d690 Add support for attaching kprobes at custom offsets by Sandipan Das · 6 years ago
  20. b50c725 Added vlan_filter application. (#1773) by smartx-usman · 6 years ago
  21. 548332b Merge pull request #1786 from andihit/zfsdist-py3-fix by yonghong-song · 6 years ago
  22. 4e47981 Merge pull request #1785 from kernel-z/master by yonghong-song · 6 years ago
  23. 0d08989 zfsdist: fix for python3 by Andreas Gerstmayr · 6 years ago
  24. a82bfb0 tc_perf_event.py command fix by kernel-z · 6 years ago
  25. bace5f2 let rewriter add code to define CONFIG_CC_STACKPROTECTOR by Yonghong Song · 6 years ago
  26. 25ab2e5 Merge pull request #1780 from pchaigno/fix-tcplife-smoke-test by yonghong-song · 6 years ago
  27. 1e650bb Merge pull request #1779 from iovisor/yhs_dev by yonghong-song · 6 years ago
  28. eda1f5f Fix smoke test for tcplife by Paul Chaignon · 6 years ago
  29. eee383c Merge pull request #1752 from pchaigno/fix-unaryop-deref by yonghong-song · 6 years ago
  30. cb136c1 fix tcplife.py rewriter issue by Yonghong Song · 6 years ago
  31. 5529911 Tests for dereferences of pointers to external pointers by Paul Chaignon · 6 years ago
  32. 471f1ea Fix dereference replacements for pointers to pointers by Paul Chaignon · 6 years ago
  33. 492acf7 Merge pull request #1776 from javierhonduco/execsnoopp-argv-one-line by Brendan Gregg · 6 years ago
  34. 5340c21 execsnoop: don't print newlines in argv by Javier Honduvilla Coto · 6 years ago
  35. 2867473 Merge pull request #1772 from pchaigno/limit-rewrites-from-ctx by yonghong-song · 6 years ago
  36. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  37. 8996719 Add -d (duration) option to argdist, funclatency and syscount (#1768) by Akilesh Kailash · 6 years ago
  38. 9733011 Merge pull request #1762 from javierhonduco/usdt-inexistent-path by yonghong-song · 6 years ago
  39. dcb9b9a usdt: fail when binary doesn't exist. Fixes #1749 by Javier Honduvilla Coto · 6 years ago
  40. 19b7f74 Merge pull request #1767 from pchaigno/fix-xfsslower by yonghong-song · 6 years ago
  41. 3ba742e tools: Fix compilation error due to rewriter update by Paul Chaignon · 6 years ago
  42. b8fccc5 Merge pull request #1765 from palmtenor/extraflag by yonghong-song · 6 years ago
  43. bf2513d Add extra_flag option to bpf_attach_perf_event_raw by Teng Qin · 6 years ago
  44. 683c19a Merge pull request #1763 from iovisor/yhs_dev by 4ast · 6 years ago
  45. cb5bc0e Misc fixes for C++ USDT class (#1764) by Teng Qin · 6 years ago
  46. 1ed1c9b link with bpf-static library for bps by Yonghong Song · 6 years ago
  47. 03a0e2b Add introspection to bcc-tools deb package (#1759) by Ivan Babrou · 6 years ago
  48. db6e293 Do not calculate syscall prefix proactively in C++ API (#1755) by Teng Qin · 6 years ago
  49. 55de66b Do not print C source after BPF compile fail (#1753) by Oriol Arcas · 6 years ago
  50. bad7a20 Merge pull request #1750 from iovisor/yhs_dev by 4ast · 6 years ago
  51. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  52. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  53. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  54. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  55. 799f46a Skip idle swapper threads, closes #1732 (#1741) by Ivan Babrou · 6 years ago
  56. 5c48a3f Add runqslower tool (#1728) by Ivan Babrou · 6 years ago
  57. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  58. 42da08a Fix USDT probes arguments' encoding in Python3 (#1736) by Javier Honduvilla Coto · 6 years ago
  59. 4139b19 Merge pull request #1738 from pchaigno/links-circonus by yonghong-song · 6 years ago
  60. 6d822db Link to article on how Circonus uses bcc by Paul Chaignon · 6 years ago
  61. 033dcae Merge pull request #1734 from pchaigno/fix-old-tools by yonghong-song · 6 years ago
  62. 3fef513 Merge pull request #1733 from pchaigno/fix-probesetter-memberexpr by yonghong-song · 6 years ago
  63. 0cdf296 tools: Remove unnecessary bpf_probe_read by Paul Chaignon · 6 years ago
  64. b341d8f Tests for dereferences of struct with external pointers as members by Paul Chaignon · 6 years ago
  65. c2b87ba Fix issue with structure member dereferences by Paul Chaignon · 6 years ago
  66. be7955b Merge pull request #1731 from pchaigno/fix-test_complex by yonghong-song · 6 years ago
  67. a114016 tcpconnect: Remove unnecessary bpf_probe_read calls by Paul Chaignon · 6 years ago
  68. f1e9abe tools: Use architecture-agnostic PT_REGS_RC by Paul Chaignon · 6 years ago
  69. d1a83c1 Fix "'ArgString' object has no attribute 'rfind'" error by Paul Chaignon · 6 years ago
  70. dad0ad1 Merge pull request #1729 from sandip4n/sandip4n_dev by yonghong-song · 6 years ago
  71. 2af81df Fix bpf_trace_printk() for big-endian targets by Sandipan Das · 6 years ago
  72. bd8f086 Merge pull request #1727 from bobrik/runqlen-no-dup by yonghong-song · 6 years ago
  73. 0595f1b Remove duplicate ebpf program load in tools/runqlen.py by Ivan Babrou · 6 years ago
  74. 319487f Merge pull request #1726 from iovisor/yhs_dev by yonghong-song · 6 years ago
  75. aa1201a Merge pull request #1725 from iovisor/yhs_dev by yonghong-song · 6 years ago
  76. 806627e fix compilation error with latest llvm by Yonghong Song · 6 years ago
  77. 01c843e Merge pull request #1724 from pchaigno/detect-ext-ptr-from-ctx by yonghong-song · 6 years ago
  78. a8b4cee Use older skb/kfree_skb tracepoint for tests by Paul Chaignon · 6 years ago
  79. b66a9c9 Detect external pointers from context pointers by Paul Chaignon · 6 years ago
  80. 18c8c14 Tests for detection of external pointers from context argument by Paul Chaignon · 6 years ago
  81. eb88b35 fix lua compilation issue with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  82. cf44278 Merge pull request #1720 from iovisor/yhs_dev by yonghong-song · 6 years ago
  83. d07e2ec Merge pull request #1722 from cippaciong/master by yonghong-song · 6 years ago
  84. aa4aa52 profile: change default --stack-storage-size to 16384 by Tommaso Sardelli · 6 years ago
  85. 718c928 profile: update --stack-storage-size default value in help message by Tommaso Sardelli · 6 years ago
  86. 46ebd9e fix compilation with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  87. d837b73 Merge pull request #1721 from qmonnet/kernelfeatures by 4ast · 6 years ago
  88. 1ed0023 docs: update BPF features list (tracepoints to debug eBPF were removed) by Quentin Monnet · 6 years ago
  89. cfab468 Merge pull request #1718 from iovisor/yhs_dev by 4ast · 6 years ago
  90. 67cc2ff Merge pull request #1717 from qmonnet/kernelfeatures by yonghong-song · 6 years ago
  91. df3b6b2 docs: update BPF features list and tell how to list components by Quentin Monnet · 6 years ago
  92. 4e28545 sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 6 years ago
  93. 0d72237 introduce {attach|detach}_raw_tracepoint API by Yonghong Song · 6 years ago
  94. 3bb4485 Merge pull request #1716 from palmtenor/cppmisc by yonghong-song · 6 years ago
  95. ce657b1 Fix TCPSendStack example stack id error handling by Teng Qin · 6 years ago
  96. 5cf8788 clang-format C++ API and example files by Teng Qin · 6 years ago
  97. 15488d7 Add checks of table type in constructor by Teng Qin · 6 years ago
  98. bbc3fbf Merge pull request #1715 from iovisor/yhs_dev by 4ast · 6 years ago
  99. 533d1d3 Merge pull request #1711 from palmtenor/cgrouparray by yonghong-song · 6 years ago
  100. 28b7fff introduce C++ get_syscall_fnname API by Yonghong Song · 6 years ago