1. ab5772f Do not allow defining the license from CFLAGS or command line by Oriol Arcas · 6 years ago
  2. 9aab22e Added new footer.h header where BPF_LICENSE is set if not defined by Oriol Arcas · 6 years ago
  3. d601984 criticalstat: Fix check for invalid stacks (#1839) by Joel · 6 years ago
  4. 0b813f8 bcc: criticalstat: Add an atomic critical section tracer (#1801) by Joel · 6 years ago
  5. 116bb40 Patch for tools/tcpaccept.py (#1834) by Joe Yin · 6 years ago
  6. d17d5a8 Fix external pointer propagation in nested dereferences (#1837) by yonghong-song · 6 years ago
  7. 2458196 avoid probe rewriting of p->m in &(p->m) (#1831) by yonghong-song · 6 years ago
  8. fa7508d Fix nested dereference rewrites (#1835) by Paul Chaignon · 6 years ago
  9. a9f96c0 Recognize context member dereferences despite array accesses (#1828) by Paul Chaignon · 6 years ago
  10. c2fb112 python: add __version__ attribute to bcc module (#1826) by Andreas Gerstmayr · 6 years ago
  11. 66d2863 prevent bpf_probe_read MemberExpr rewrite if not rewritable (#1827) by yonghong-song · 6 years ago
  12. e07f2ed Modify trace function from generic_file_read_iter() to ext4_file_read_iter() (#1818) by Joe Yin · 6 years ago
  13. fe779f3 Trace external pointers through function returns (#1821) by Paul Chaignon · 6 years ago
  14. f86f7e8 Skip dereferences inside bpf_probe_reads calls (#1824) by Paul Chaignon · 6 years ago
  15. 37f7fef profile: remove unnecessary bpf_probe_read call (#1822) by Paul Chaignon · 6 years ago
  16. 6972806 Prepare debian changelog for v0.6.0 tag by Brenden Blanco · 6 years ago
  17. 3b86b56 make tcpdrop and zfsslower python3 compatible (#1817) by yonghong-song · 6 years ago
  18. 2da3426 generate indirect parameter assignment if arch uses syscall wrapper (#1816) by yonghong-song · 6 years ago
  19. eebd485 Fix 20fb64c and skip probe rewriter for bpf_probe_read (#1812) by Paul Chaignon · 6 years ago
  20. d83210d remove unnecessary prefix in some prog names (#1814) by yonghong-song · 6 years ago
  21. 81de82c tcplife: fix dport byte order (#1813) by Andreas Gerstmayr · 6 years ago
  22. 7312cb6 Merge pull request #1810 from lcp/xdp_redirect-v2 by yonghong-song · 6 years ago
  23. 3fc78a4 Merge pull request #1811 from pchaigno/tcpdrop-smoke-test by yonghong-song · 6 years ago
  24. d727b40 Merge pull request #1808 from iovisor/yhs_dev2 by 4ast · 6 years ago
  25. eaf4f07 Merge pull request #1809 from iovisor/yhs_dev by 4ast · 6 years ago
  26. cbd28ea Smoke test for tcpdrop by Paul Chaignon · 6 years ago
  27. 87a873f Add DEVMAP, CPUMAP, and redirect_map() to the reference guide by Gary Lin · 6 years ago
  28. db410bf Add two new map types: DEVMAP and CPUMAP by Gary Lin · 6 years ago
  29. 6f3c825 add missing types in bps by Yonghong Song · 6 years ago
  30. 7c48946 adjust tracepoint field type based on size by Yonghong Song · 6 years ago
  31. 62af0ea Merge pull request #1790 from brendangregg/master by yonghong-song · 6 years ago
  32. b0098f2 Merge pull request #1797 from dpayne/feat/add_stack_frames_to_funcslower by yonghong-song · 6 years ago
  33. 1a5090a tcpdrop: reduce data struct size by Brendan Gregg · 6 years ago
  34. bd10718 Merge pull request #1805 from pchaigno/remove-remnant-old-profile by yonghong-song · 6 years ago
  35. bc18b54 Switching fileslower -> funcslower in the man pages by dpayne · 6 years ago
  36. 8388f73 Removing saving kernel ip for later IP checking for funcslower by dpayne · 6 years ago
  37. 4aab95e Updating example for funcslower by dpayne · 6 years ago
  38. 275dff4 profile: remove remnant from old version by Paul Chaignon · 6 years ago
  39. 3ae15d6 Add the missing XDP_REDIRECT by Gary Lin · 6 years ago
  40. 8193c3a Updating example file for funcslower by dpayne · 6 years ago
  41. 00ac6d6 1. Fixing page offset check in funcslower by dpayne · 6 years ago
  42. db5fa47 Merge pull request #1799 from iovisor/yhs_dev by 4ast · 6 years ago
  43. 3c5686d fix a memory leak for getline() by Yonghong Song · 6 years ago
  44. 8587ee0 Merge pull request #1798 from erthalion/patch-1 by yonghong-song · 6 years ago
  45. f99769d Removing unneeded use of bpf_probe_read in funcslower by dpayne · 6 years ago
  46. 97aeee9 Fix typo by Dmitry Dolgov · 6 years ago
  47. 5c24456 Updating man page for funcslower by dpayne · 6 years ago
  48. 925bac8 Adding user and kernel stack frames option to funcslower by dpayne · 6 years ago
  49. 5e6f35d Merge pull request #1796 from iovisor/yhs_dev by yonghong-song · 6 years ago
  50. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  51. db09336 Merge pull request #1795 from iovisor/yhs_dev2 by 4ast · 6 years ago
  52. 7c4311f Add "-D __BPF_TRACING__" to frontend compilation flags by Yonghong Song · 6 years ago
  53. d8bb097 Merge pull request #1792 from pchaigno/refactor-ext-ptr-assignments by yonghong-song · 6 years ago
  54. c817cfd Merge pull request #1793 from qmonnet/kernelfeatures by yonghong-song · 6 years ago
  55. 8ce57ac sync BPF compat headers with latest bpf-next, update BPF features list by Quentin Monnet · 6 years ago
  56. 44d3473 Test for external pointer assignment in variable declarations by Paul Chaignon · 6 years ago
  57. 8d7e26d Refactor code for assignments of external pointers by Paul Chaignon · 6 years ago
  58. b2b9871 ensure ipv6_data_t alignment by Brendan Gregg · 6 years ago
  59. 0ec552a Merge pull request #1787 from sandip4n/dev by yonghong-song · 6 years ago
  60. 4f13d88 add tcpdrop tool by Brendan Gregg · 6 years ago
  61. 84900f8 Merge pull request #1789 from pchaigno/fix-tcplife-byteorder by yonghong-song · 6 years ago
  62. 09ea9dc Merge pull request #1784 from iovisor/yhs_dev by yonghong-song · 6 years ago
  63. 95b3d8c tcplife: fix dport filter on tracepoints by Paul Chaignon · 6 years ago
  64. 651d690 Add support for attaching kprobes at custom offsets by Sandipan Das · 6 years ago
  65. b50c725 Added vlan_filter application. (#1773) by smartx-usman · 6 years ago
  66. 548332b Merge pull request #1786 from andihit/zfsdist-py3-fix by yonghong-song · 6 years ago
  67. 4e47981 Merge pull request #1785 from kernel-z/master by yonghong-song · 6 years ago
  68. 0d08989 zfsdist: fix for python3 by Andreas Gerstmayr · 6 years ago
  69. a82bfb0 tc_perf_event.py command fix by kernel-z · 6 years ago
  70. bace5f2 let rewriter add code to define CONFIG_CC_STACKPROTECTOR by Yonghong Song · 6 years ago
  71. 25ab2e5 Merge pull request #1780 from pchaigno/fix-tcplife-smoke-test by yonghong-song · 6 years ago
  72. 1e650bb Merge pull request #1779 from iovisor/yhs_dev by yonghong-song · 6 years ago
  73. eda1f5f Fix smoke test for tcplife by Paul Chaignon · 6 years ago
  74. eee383c Merge pull request #1752 from pchaigno/fix-unaryop-deref by yonghong-song · 6 years ago
  75. cb136c1 fix tcplife.py rewriter issue by Yonghong Song · 6 years ago
  76. 5529911 Tests for dereferences of pointers to external pointers by Paul Chaignon · 6 years ago
  77. 471f1ea Fix dereference replacements for pointers to pointers by Paul Chaignon · 6 years ago
  78. 492acf7 Merge pull request #1776 from javierhonduco/execsnoopp-argv-one-line by Brendan Gregg · 6 years ago
  79. 5340c21 execsnoop: don't print newlines in argv by Javier Honduvilla Coto · 6 years ago
  80. 2867473 Merge pull request #1772 from pchaigno/limit-rewrites-from-ctx by yonghong-song · 6 years ago
  81. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  82. 8996719 Add -d (duration) option to argdist, funclatency and syscount (#1768) by Akilesh Kailash · 6 years ago
  83. 9733011 Merge pull request #1762 from javierhonduco/usdt-inexistent-path by yonghong-song · 6 years ago
  84. dcb9b9a usdt: fail when binary doesn't exist. Fixes #1749 by Javier Honduvilla Coto · 6 years ago
  85. 19b7f74 Merge pull request #1767 from pchaigno/fix-xfsslower by yonghong-song · 6 years ago
  86. 3ba742e tools: Fix compilation error due to rewriter update by Paul Chaignon · 6 years ago
  87. b8fccc5 Merge pull request #1765 from palmtenor/extraflag by yonghong-song · 6 years ago
  88. bf2513d Add extra_flag option to bpf_attach_perf_event_raw by Teng Qin · 6 years ago
  89. 683c19a Merge pull request #1763 from iovisor/yhs_dev by 4ast · 6 years ago
  90. cb5bc0e Misc fixes for C++ USDT class (#1764) by Teng Qin · 6 years ago
  91. 1ed1c9b link with bpf-static library for bps by Yonghong Song · 6 years ago
  92. 03a0e2b Add introspection to bcc-tools deb package (#1759) by Ivan Babrou · 6 years ago
  93. db6e293 Do not calculate syscall prefix proactively in C++ API (#1755) by Teng Qin · 6 years ago
  94. 55de66b Do not print C source after BPF compile fail (#1753) by Oriol Arcas · 6 years ago
  95. bad7a20 Merge pull request #1750 from iovisor/yhs_dev by 4ast · 6 years ago
  96. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  97. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  98. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  99. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  100. 799f46a Skip idle swapper threads, closes #1732 (#1741) by Ivan Babrou · 6 years ago