1. e778db0 Refactor offwaketime stack id error handling by Teng Qin · 7 years ago
  2. bce2bee Merge pull request #1703 from iovisor/yhs_dev by 4ast · 7 years ago
  3. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 7 years ago
  4. 435dded Merge pull request #1702 from iovisor/yhs_dev by 4ast · 7 years ago
  5. 858a3d7 print out more useful attach_kprobe failure information by Yonghong Song · 7 years ago
  6. a4782bd Merge pull request #1699 from palmtenor/profile-sample by yonghong-song · 7 years ago
  7. 512710f Merge pull request #1693 from palmtenor/offwake by yonghong-song · 7 years ago
  8. 86df2b8 Add -c option for profile.py by Teng Qin · 7 years ago
  9. e7432d4 Fix offwaketime PID / TGID handling by Teng Qin · 7 years ago
  10. 7f22495 Merge pull request #1692 from palmtenor/stack_flag by yonghong-song · 7 years ago
  11. 9d1bdaa Merge pull request #1689 from congwang/master by yonghong-song · 7 years ago
  12. ea72805 Refactor offcputime stack id error handling by Teng Qin · 7 years ago
  13. fb4ed04 Merge pull request #1691 from javierhonduco/trace-fix-probe-name-encoding by yonghong-song · 7 years ago
  14. 1ef82e2 Fix probe name encoding in Python 3 by Javier Honduvilla Coto · 7 years ago
  15. 84c8873 Merge pull request #1688 from iovisor/yhs_dev by 4ast · 7 years ago
  16. 895be42 Merge pull request #1690 from tehnerd/fix_bpflist by yonghong-song · 7 years ago
  17. 98ee5df fixing bpflist by Nikita V. Shirokov · 7 years ago
  18. e26019f Use better kprobes for runqlat.py by Cong Wang · 7 years ago
  19. b5fcb51 fix profile.py with latest net-next by Yonghong Song · 7 years ago
  20. f4e1c33 Merge pull request #1686 from iovisor/yhs_dev by 4ast · 7 years ago
  21. 22ea950 Merge pull request #1682 from hMcLauchlan/inject-qol by yonghong-song · 7 years ago
  22. 9357f35 fix python3 py_test_histogram failure by Yonghong Song · 7 years ago
  23. 6f53be3 Merge pull request #1687 from iovisor/yhs_dev2 by 4ast · 7 years ago
  24. c40b5fd fix test_libbcc failure with 4.15. by Yonghong Song · 7 years ago
  25. 22166d0 Merge pull request #1681 from jcanseco/filetop_inlining by yonghong-song · 7 years ago
  26. 45bcfb7 More helpful help message by Howard McLauchlan · 7 years ago
  27. fb3c0a7 Make parsing more strict by Howard McLauchlan · 7 years ago
  28. 6d818b6 filetop: probe vfs_read and vfs_write instead to fix inlining issue by Jazel Canseco · 7 years ago
  29. 7c27c27 Merge pull request #1673 from palmtenor/cleartab by yonghong-song · 7 years ago
  30. 10d0ee9 Merge pull request #1676 from hMcLauchlan/inject-4.17 by yonghong-song · 7 years ago
  31. b222f00 Add probability option to inject by Howard McLauchlan · 7 years ago
  32. a643154 Add bpf_get_prandom_u32() to reference guide by Howard McLauchlan · 7 years ago
  33. 4c9305c Update documentation for 4.17, add documentation for probability option by Howard McLauchlan · 7 years ago
  34. 63b6e44 Improve clear table API in C++ by Teng Qin · 7 years ago
  35. 5d23500 Merge pull request #1670 from joelagnel/submit-fix-1628 by yonghong-song · 7 years ago
  36. 5a1106c bcc/syms: Fix shared library symbol lookup by Joel Fernandes · 7 years ago
  37. cbb1611 Merge pull request #1672 from brtmr/master by yonghong-song · 7 years ago
  38. 059ff55 Added -q option to the USAGE string in execsnoop. Added -q option to the manpage for execsnoop by Bastian Reitemeier · 7 years ago
  39. 9345df1 moved quoting below argument pattern match, so that the pattern match happens on the unquoted argument by Bastian Reitemeier · 7 years ago
  40. 79ce51c Added -q option to execsnoop to quote individual arguments. This helps when working with arguments that contain spaces. by Bastian Reitemeier · 7 years ago
  41. 18d3814 Merge pull request #1669 from iovisor/yhs_dev by 4ast · 7 years ago
  42. 61130a1 fix compiler warning by Yonghong Song · 7 years ago
  43. ca3bd8a Merge pull request #1666 from nirmoy/fix_spell_1 by yonghong-song · 7 years ago
  44. 626a200 fix some spelling errors by Nirmoy Das · 7 years ago
  45. 5761675 Merge pull request #1664 from iovisor/yhs_dev by 4ast · 7 years ago
  46. 5c32691 permit symbol resulotion for function with size 0 by Yonghong Song · 7 years ago
  47. 91f04f0 Merge pull request #1663 from iovisor/yhs_dev by 4ast · 7 years ago
  48. 11d3c77 fix compilation error with latest llvm by Yonghong Song · 7 years ago
  49. 1af66fd Merge pull request #1662 from nirmoy/suse_changes_1 by yonghong-song · 7 years ago
  50. b40de15 Merge pull request #1661 from qmonnet/kernelfeatures by yonghong-song · 7 years ago
  51. 3ba1800 Merge pull request #1660 from anakryiko/perf_buffer_poll_return_type by yonghong-song · 7 years ago
  52. 32631ff Building from source on openSUSE Tumbleweed requires the clang-devel package to be installed by Nirmoy Das · 7 years ago
  53. 5029599 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 7 years ago
  54. 5ddc64e sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 7 years ago
  55. 5c550b5 Merge pull request #1659 from lcp/cachetop-bytes by yonghong-song · 7 years ago
  56. b2e6870 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 7 years ago
  57. 865133d Merge pull request #1658 from lcp/syscount_str-v2 by yonghong-song · 7 years ago
  58. c5b5b30 tools/cachetop: match bpf.ksym() with bytes arrays by Gary Lin · 7 years ago
  59. 3a45935 tools/syscount: convert syscall and process names to bytes array by Gary Lin · 7 years ago
  60. 41134b1 Merge pull request #1657 from fser/patch-1 by yonghong-song · 7 years ago
  61. 37468fa Update INSTALL.md by @aifsair · 7 years ago
  62. 76bec4d Merge pull request #1652 from palmtenor/stack_fixes by yonghong-song · 7 years ago
  63. 955b55e Merge pull request #1653 from iovisor/yhs_dev by 4ast · 7 years ago
  64. 2f07051 avoid symbol demangling if the symbol is not a mangled symbol by Yonghong Song · 7 years ago
  65. 7bfa4a1 Explicitly create stack-trace tables with size of power of two by Teng Qin · 7 years ago
  66. d364800 Do not attempt syscall on invalid stack_id by Teng Qin · 7 years ago
  67. 581052a Merge pull request #1647 from iovisor/yhs_dev by 4ast · 7 years ago
  68. 24a8092 Merge pull request #1648 from neosilky/spelling-fix by yonghong-song · 7 years ago
  69. ddd5dd5 Merge pull request #1633 from hMcLauchlan/inject-tool by Brendan Gregg · 7 years ago
  70. 6cb3c3d Fix spelling mistake in raised Exception by Daniel Lockyer · 7 years ago
  71. c5c1747 Merge pull request #1646 from pchaigno/check-helpers-list-virtual_bpf.h by yonghong-song · 7 years ago
  72. 1034bd4 skip kprobe functions outside normal text section by Yonghong Song · 7 years ago
  73. 253691a scripts: check virtual_list.h's list of helpers by Paul Chaignon · 7 years ago
  74. 19e3372 Merge pull request #1645 from qmonnet/sockmap by yonghong-song · 7 years ago
  75. ad99e0e Merge pull request #1644 from iovisor/yhs_dev by 4ast · 7 years ago
  76. ef9d02b sync bpf compat headers with latest net-next by Quentin Monnet · 7 years ago
  77. 914a78f add an example of accessing an externally created map in C++ by Yonghong Song · 7 years ago
  78. 57bbd87 Merge pull request #1639 from brendangregg/master by yonghong-song · 7 years ago
  79. 601d75d automatically include mm.h, remove redundant includes from _example.txt by Howard McLauchlan · 7 years ago
  80. 4f8aeb9 Merge pull request #1643 from qmonnet/sockmap by Brendan Gregg · 7 years ago
  81. ac7c154 Update man page with warning, _example.txt with updated syntax by Howard McLauchlan · 7 years ago
  82. 2b23de6 switch to u32s in perf_submit by Brendan Gregg · 7 years ago
  83. 0f2e601 fix ipv6 struct alignment by Brendan Gregg · 7 years ago
  84. 2688234 Change syntax by Howard McLauchlan · 7 years ago
  85. 94495e2 docs: add latest eBPF helpers to features list by Quentin Monnet · 7 years ago
  86. e0d808e debian: add python3-bcc package by Andreas Gerstmayr · 7 years ago
  87. bbd9acd add the tcpstates tool by Brendan Gregg · 7 years ago
  88. 130b594 Merge pull request #1637 from palmtenor/table_move by yonghong-song · 7 years ago
  89. a4110b4 Merge pull request #1636 from brendangregg/master by yonghong-song · 7 years ago
  90. fd93dc0 tcplife: switch to the new sock:inet_sock_set_state tracepoint by Brendan Gregg · 7 years ago
  91. 991a1df Add move constructor for BPFStackTable by Teng Qin · 7 years ago
  92. 913450f Merge pull request #1635 from nirmoy/python_compat by yonghong-song · 7 years ago
  93. 505f98d properly retrieve IP address from array for python2.7 by Nirmoy Das · 7 years ago
  94. ef4154b Add new targeted error injection tool by Howard McLauchlan · 7 years ago
  95. d6f716b Merge pull request #1632 from nirmoy/add-iperf3 by yonghong-song · 7 years ago
  96. 2a28a7f cmake: search for iperf3 if there is no iperf by Nirmoy Das · 7 years ago
  97. 75ac3a3 Merge pull request #1630 from lcp/fix-slabratetop by yonghong-song · 7 years ago
  98. a2468a4 Merge pull request #1629 from nirmoy/fix_fd_leakage by yonghong-song · 7 years ago
  99. fa10345 tools/slabratetop: detect the current memory allocator by Gary Lin · 7 years ago
  100. 2f2412a fix fd leakage by Nirmoy Das · 7 years ago