1. 3fc78a4 Merge pull request #1811 from pchaigno/tcpdrop-smoke-test by yonghong-song · 6 years ago
  2. d727b40 Merge pull request #1808 from iovisor/yhs_dev2 by 4ast · 6 years ago
  3. eaf4f07 Merge pull request #1809 from iovisor/yhs_dev by 4ast · 6 years ago
  4. cbd28ea Smoke test for tcpdrop by Paul Chaignon · 6 years ago
  5. 6f3c825 add missing types in bps by Yonghong Song · 6 years ago
  6. 7c48946 adjust tracepoint field type based on size by Yonghong Song · 6 years ago
  7. 62af0ea Merge pull request #1790 from brendangregg/master by yonghong-song · 6 years ago
  8. b0098f2 Merge pull request #1797 from dpayne/feat/add_stack_frames_to_funcslower by yonghong-song · 6 years ago
  9. 1a5090a tcpdrop: reduce data struct size by Brendan Gregg · 6 years ago
  10. bd10718 Merge pull request #1805 from pchaigno/remove-remnant-old-profile by yonghong-song · 6 years ago
  11. bc18b54 Switching fileslower -> funcslower in the man pages by dpayne · 6 years ago
  12. 8388f73 Removing saving kernel ip for later IP checking for funcslower by dpayne · 6 years ago
  13. 4aab95e Updating example for funcslower by dpayne · 6 years ago
  14. 275dff4 profile: remove remnant from old version by Paul Chaignon · 6 years ago
  15. 8193c3a Updating example file for funcslower by dpayne · 6 years ago
  16. 00ac6d6 1. Fixing page offset check in funcslower by dpayne · 6 years ago
  17. db5fa47 Merge pull request #1799 from iovisor/yhs_dev by 4ast · 6 years ago
  18. 3c5686d fix a memory leak for getline() by Yonghong Song · 6 years ago
  19. 8587ee0 Merge pull request #1798 from erthalion/patch-1 by yonghong-song · 6 years ago
  20. f99769d Removing unneeded use of bpf_probe_read in funcslower by dpayne · 6 years ago
  21. 97aeee9 Fix typo by Dmitry Dolgov · 6 years ago
  22. 5c24456 Updating man page for funcslower by dpayne · 6 years ago
  23. 925bac8 Adding user and kernel stack frames option to funcslower by dpayne · 6 years ago
  24. 5e6f35d Merge pull request #1796 from iovisor/yhs_dev by yonghong-song · 6 years ago
  25. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  26. db09336 Merge pull request #1795 from iovisor/yhs_dev2 by 4ast · 6 years ago
  27. 7c4311f Add "-D __BPF_TRACING__" to frontend compilation flags by Yonghong Song · 6 years ago
  28. d8bb097 Merge pull request #1792 from pchaigno/refactor-ext-ptr-assignments by yonghong-song · 6 years ago
  29. c817cfd Merge pull request #1793 from qmonnet/kernelfeatures by yonghong-song · 6 years ago
  30. 8ce57ac sync BPF compat headers with latest bpf-next, update BPF features list by Quentin Monnet · 6 years ago
  31. 44d3473 Test for external pointer assignment in variable declarations by Paul Chaignon · 6 years ago
  32. 8d7e26d Refactor code for assignments of external pointers by Paul Chaignon · 6 years ago
  33. b2b9871 ensure ipv6_data_t alignment by Brendan Gregg · 6 years ago
  34. 0ec552a Merge pull request #1787 from sandip4n/dev by yonghong-song · 6 years ago
  35. 4f13d88 add tcpdrop tool by Brendan Gregg · 6 years ago
  36. 84900f8 Merge pull request #1789 from pchaigno/fix-tcplife-byteorder by yonghong-song · 6 years ago
  37. 09ea9dc Merge pull request #1784 from iovisor/yhs_dev by yonghong-song · 6 years ago
  38. 95b3d8c tcplife: fix dport filter on tracepoints by Paul Chaignon · 6 years ago
  39. 651d690 Add support for attaching kprobes at custom offsets by Sandipan Das · 6 years ago
  40. b50c725 Added vlan_filter application. (#1773) by smartx-usman · 6 years ago
  41. 548332b Merge pull request #1786 from andihit/zfsdist-py3-fix by yonghong-song · 6 years ago
  42. 4e47981 Merge pull request #1785 from kernel-z/master by yonghong-song · 6 years ago
  43. 0d08989 zfsdist: fix for python3 by Andreas Gerstmayr · 6 years ago
  44. a82bfb0 tc_perf_event.py command fix by kernel-z · 6 years ago
  45. bace5f2 let rewriter add code to define CONFIG_CC_STACKPROTECTOR by Yonghong Song · 6 years ago
  46. 25ab2e5 Merge pull request #1780 from pchaigno/fix-tcplife-smoke-test by yonghong-song · 6 years ago
  47. 1e650bb Merge pull request #1779 from iovisor/yhs_dev by yonghong-song · 6 years ago
  48. eda1f5f Fix smoke test for tcplife by Paul Chaignon · 6 years ago
  49. eee383c Merge pull request #1752 from pchaigno/fix-unaryop-deref by yonghong-song · 6 years ago
  50. cb136c1 fix tcplife.py rewriter issue by Yonghong Song · 6 years ago
  51. 5529911 Tests for dereferences of pointers to external pointers by Paul Chaignon · 6 years ago
  52. 471f1ea Fix dereference replacements for pointers to pointers by Paul Chaignon · 6 years ago
  53. 492acf7 Merge pull request #1776 from javierhonduco/execsnoopp-argv-one-line by Brendan Gregg · 6 years ago
  54. 5340c21 execsnoop: don't print newlines in argv by Javier Honduvilla Coto · 6 years ago
  55. 2867473 Merge pull request #1772 from pchaigno/limit-rewrites-from-ctx by yonghong-song · 6 years ago
  56. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  57. 8996719 Add -d (duration) option to argdist, funclatency and syscount (#1768) by Akilesh Kailash · 6 years ago
  58. 9733011 Merge pull request #1762 from javierhonduco/usdt-inexistent-path by yonghong-song · 6 years ago
  59. dcb9b9a usdt: fail when binary doesn't exist. Fixes #1749 by Javier Honduvilla Coto · 6 years ago
  60. 19b7f74 Merge pull request #1767 from pchaigno/fix-xfsslower by yonghong-song · 6 years ago
  61. 3ba742e tools: Fix compilation error due to rewriter update by Paul Chaignon · 6 years ago
  62. b8fccc5 Merge pull request #1765 from palmtenor/extraflag by yonghong-song · 6 years ago
  63. bf2513d Add extra_flag option to bpf_attach_perf_event_raw by Teng Qin · 6 years ago
  64. 683c19a Merge pull request #1763 from iovisor/yhs_dev by 4ast · 6 years ago
  65. cb5bc0e Misc fixes for C++ USDT class (#1764) by Teng Qin · 6 years ago
  66. 1ed1c9b link with bpf-static library for bps by Yonghong Song · 6 years ago
  67. 03a0e2b Add introspection to bcc-tools deb package (#1759) by Ivan Babrou · 6 years ago
  68. db6e293 Do not calculate syscall prefix proactively in C++ API (#1755) by Teng Qin · 6 years ago
  69. 55de66b Do not print C source after BPF compile fail (#1753) by Oriol Arcas · 6 years ago
  70. bad7a20 Merge pull request #1750 from iovisor/yhs_dev by 4ast · 6 years ago
  71. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  72. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  73. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  74. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  75. 799f46a Skip idle swapper threads, closes #1732 (#1741) by Ivan Babrou · 6 years ago
  76. 5c48a3f Add runqslower tool (#1728) by Ivan Babrou · 6 years ago
  77. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  78. 42da08a Fix USDT probes arguments' encoding in Python3 (#1736) by Javier Honduvilla Coto · 6 years ago
  79. 4139b19 Merge pull request #1738 from pchaigno/links-circonus by yonghong-song · 6 years ago
  80. 6d822db Link to article on how Circonus uses bcc by Paul Chaignon · 6 years ago
  81. 033dcae Merge pull request #1734 from pchaigno/fix-old-tools by yonghong-song · 6 years ago
  82. 3fef513 Merge pull request #1733 from pchaigno/fix-probesetter-memberexpr by yonghong-song · 6 years ago
  83. 0cdf296 tools: Remove unnecessary bpf_probe_read by Paul Chaignon · 6 years ago
  84. b341d8f Tests for dereferences of struct with external pointers as members by Paul Chaignon · 6 years ago
  85. c2b87ba Fix issue with structure member dereferences by Paul Chaignon · 6 years ago
  86. be7955b Merge pull request #1731 from pchaigno/fix-test_complex by yonghong-song · 6 years ago
  87. a114016 tcpconnect: Remove unnecessary bpf_probe_read calls by Paul Chaignon · 6 years ago
  88. f1e9abe tools: Use architecture-agnostic PT_REGS_RC by Paul Chaignon · 6 years ago
  89. d1a83c1 Fix "'ArgString' object has no attribute 'rfind'" error by Paul Chaignon · 6 years ago
  90. dad0ad1 Merge pull request #1729 from sandip4n/sandip4n_dev by yonghong-song · 6 years ago
  91. 2af81df Fix bpf_trace_printk() for big-endian targets by Sandipan Das · 6 years ago
  92. bd8f086 Merge pull request #1727 from bobrik/runqlen-no-dup by yonghong-song · 6 years ago
  93. 0595f1b Remove duplicate ebpf program load in tools/runqlen.py by Ivan Babrou · 6 years ago
  94. 319487f Merge pull request #1726 from iovisor/yhs_dev by yonghong-song · 6 years ago
  95. aa1201a Merge pull request #1725 from iovisor/yhs_dev by yonghong-song · 6 years ago
  96. 806627e fix compilation error with latest llvm by Yonghong Song · 6 years ago
  97. 01c843e Merge pull request #1724 from pchaigno/detect-ext-ptr-from-ctx by yonghong-song · 6 years ago
  98. a8b4cee Use older skb/kfree_skb tracepoint for tests by Paul Chaignon · 6 years ago
  99. b66a9c9 Detect external pointers from context pointers by Paul Chaignon · 6 years ago
  100. 18c8c14 Tests for detection of external pointers from context argument by Paul Chaignon · 6 years ago