1. 2f07051 avoid symbol demangling if the symbol is not a mangled symbol by Yonghong Song · 7 years ago
  2. 7bfa4a1 Explicitly create stack-trace tables with size of power of two by Teng Qin · 7 years ago
  3. d364800 Do not attempt syscall on invalid stack_id by Teng Qin · 7 years ago
  4. 581052a Merge pull request #1647 from iovisor/yhs_dev by 4ast · 7 years ago
  5. 24a8092 Merge pull request #1648 from neosilky/spelling-fix by yonghong-song · 7 years ago
  6. ddd5dd5 Merge pull request #1633 from hMcLauchlan/inject-tool by Brendan Gregg · 7 years ago
  7. 6cb3c3d Fix spelling mistake in raised Exception by Daniel Lockyer · 7 years ago
  8. c5c1747 Merge pull request #1646 from pchaigno/check-helpers-list-virtual_bpf.h by yonghong-song · 7 years ago
  9. 1034bd4 skip kprobe functions outside normal text section by Yonghong Song · 7 years ago
  10. 253691a scripts: check virtual_list.h's list of helpers by Paul Chaignon · 7 years ago
  11. 19e3372 Merge pull request #1645 from qmonnet/sockmap by yonghong-song · 7 years ago
  12. ad99e0e Merge pull request #1644 from iovisor/yhs_dev by 4ast · 7 years ago
  13. ef9d02b sync bpf compat headers with latest net-next by Quentin Monnet · 7 years ago
  14. 914a78f add an example of accessing an externally created map in C++ by Yonghong Song · 7 years ago
  15. 57bbd87 Merge pull request #1639 from brendangregg/master by yonghong-song · 7 years ago
  16. 601d75d automatically include mm.h, remove redundant includes from _example.txt by Howard McLauchlan · 7 years ago
  17. 4f8aeb9 Merge pull request #1643 from qmonnet/sockmap by Brendan Gregg · 7 years ago
  18. ac7c154 Update man page with warning, _example.txt with updated syntax by Howard McLauchlan · 7 years ago
  19. 2b23de6 switch to u32s in perf_submit by Brendan Gregg · 7 years ago
  20. 0f2e601 fix ipv6 struct alignment by Brendan Gregg · 7 years ago
  21. 2688234 Change syntax by Howard McLauchlan · 7 years ago
  22. 94495e2 docs: add latest eBPF helpers to features list by Quentin Monnet · 7 years ago
  23. e0d808e debian: add python3-bcc package by Andreas Gerstmayr · 7 years ago
  24. bbd9acd add the tcpstates tool by Brendan Gregg · 7 years ago
  25. 130b594 Merge pull request #1637 from palmtenor/table_move by yonghong-song · 7 years ago
  26. a4110b4 Merge pull request #1636 from brendangregg/master by yonghong-song · 7 years ago
  27. fd93dc0 tcplife: switch to the new sock:inet_sock_set_state tracepoint by Brendan Gregg · 7 years ago
  28. 991a1df Add move constructor for BPFStackTable by Teng Qin · 7 years ago
  29. 913450f Merge pull request #1635 from nirmoy/python_compat by yonghong-song · 7 years ago
  30. 505f98d properly retrieve IP address from array for python2.7 by Nirmoy Das · 7 years ago
  31. ef4154b Add new targeted error injection tool by Howard McLauchlan · 7 years ago
  32. d6f716b Merge pull request #1632 from nirmoy/add-iperf3 by yonghong-song · 7 years ago
  33. 2a28a7f cmake: search for iperf3 if there is no iperf by Nirmoy Das · 7 years ago
  34. 75ac3a3 Merge pull request #1630 from lcp/fix-slabratetop by yonghong-song · 7 years ago
  35. a2468a4 Merge pull request #1629 from nirmoy/fix_fd_leakage by yonghong-song · 7 years ago
  36. fa10345 tools/slabratetop: detect the current memory allocator by Gary Lin · 7 years ago
  37. 2f2412a fix fd leakage by Nirmoy Das · 7 years ago
  38. 7cfb73b Merge pull request #1627 from palmtenor/raw_perf_event by yonghong-song · 7 years ago
  39. 6c33a52 C++ interface for attaching to perf event with raw perf_event_attr argument by Teng Qin · 7 years ago
  40. 5b7c678 Add perf event attaching interface with raw perf_event_attr argument by Teng Qin · 7 years ago
  41. 1393ec4 Merge pull request #1625 from qmonnet/redirect_map by yonghong-song · 7 years ago
  42. d047120 docs: fix commit hash and link for bpf_redirect_map() by Quentin Monnet · 7 years ago
  43. 4291ab8 Merge pull request #1624 from pchaigno/links-lwn-articles by yonghong-song · 7 years ago
  44. bd8aa95 Links to recent articles on LWN.net by Paul Chaignon · 7 years ago
  45. d261b7b Merge pull request #1623 from iovisor/yhs_dev by 4ast · 7 years ago
  46. 29015d7 fix CMakefile for lua by Yonghong Song · 7 years ago
  47. 66db879 Merge pull request #1620 from palmtenor/perf_buffer_ptr by yonghong-song · 7 years ago
  48. f34acfc Merge pull request #1618 from rmanyari/tool-tcpsubnet by Brendan Gregg · 7 years ago
  49. efcb30f tools/tcpsubnet: add time and time to output, default 0.0.0.0/0, update doc by Rodrigo Manyari · 7 years ago
  50. 570fd5e Allow obtaining BPFPerfBuffer pointer for polling by Teng Qin · 7 years ago
  51. 0bd29aa BPFPerfBuffer: Make it more clear that timeout is milliseconds by Teng Qin · 7 years ago
  52. ae91325 tools/tcpsubnet: fix indentation by Rodrigo Manyari · 7 years ago
  53. cb013f5 tools/tcpsubnet: reference tcpsubnet in README by Rodrigo Manyari · 7 years ago
  54. 861bac0 Merge pull request #1619 from palmtenor/dealloc-mismatch by yonghong-song · 7 years ago
  55. dc5d57c tools/tcpsubnet: man page by Rodrigo Manyari · 7 years ago
  56. 4f196e7 Fix BPFModule allocation / de-allocation mismatch by Teng Qin · 7 years ago
  57. 14e23ad tools/tcpsubnet: example file, minor tweaks by Rodrigo Manyari · 7 years ago
  58. e3b59b3 tools/tcpsubnet: initial commit by Rodrigo Manyari · 7 years ago
  59. 7a58232 Merge pull request #1616 from palmtenor/poll_name by yonghong-song · 7 years ago
  60. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 7 years ago
  61. b700963 Merge pull request #1615 from palmtenor/lua_biosnoop by yonghong-song · 7 years ago
  62. 1469877 Port fix of biosnoop to the Lua version by Teng Qin · 7 years ago
  63. bfec33a Merge pull request #1614 from palmtenor/fix_lua by yonghong-song · 7 years ago
  64. d2bd4af Merge pull request #1612 from qmonnet/set_hash by yonghong-song · 7 years ago
  65. 1e9140b Fix bugs introduced in Lua Perf Buffer handling by Teng Qin · 7 years ago
  66. 17408e4 Merge pull request #1609 from joelagnel/cachestat-submit by yonghong-song · 7 years ago
  67. 2b34870 tools/cachestat: Rewrite it so it makes more sense by Joel Fernandes · 7 years ago
  68. ad07ea2 docs: fix commit hash and links for bpf_set_hash() and bpf_setsockopt() by Quentin Monnet · 7 years ago
  69. 7f99ebd Merge pull request #1611 from palmtenor/fix_common_include by yonghong-song · 7 years ago
  70. d83805d Avoid including common.h in BPFTable.h by Teng Qin · 7 years ago
  71. 1fe85d0 Merge pull request #1607 from palmtenor/no_reader by yonghong-song · 7 years ago
  72. d0e48ed Clean-up TRACEPOINT logic from perf reader by Teng Qin · 7 years ago
  73. fafbf3c Do not use perf reader for TRACEPOINT events by Teng Qin · 7 years ago
  74. abef835 Merge pull request #1610 from iovisor/yhs_dev by 4ast · 7 years ago
  75. af96bba free llvm engine/context memory when rw_engine is not used by Yonghong Song · 7 years ago
  76. d7814b7 Merge pull request #1608 from iovisor/yhs_dev by 4ast · 7 years ago
  77. 31bf1c5 setup some bpf_module data structures correctly when rw_engine is disabled by Yonghong Song · 7 years ago
  78. cab4d7c Merge pull request #1595 from iovisor/yhs_dev by 4ast · 7 years ago
  79. a7554fc fix hang with "trace.py --max-events # by Yonghong Song · 7 years ago
  80. 6044643 Merge pull request #1603 from netgroup-polito/fix_percpumaps_cc_api by yonghong-song · 7 years ago
  81. 5719a8a Merge pull request #1605 from andyfangdz/patch-1 by yonghong-song · 7 years ago
  82. 3dbb0db Merge pull request #1599 from gmile/fix-dlinfo by yonghong-song · 7 years ago
  83. 6cd2a9c Do not rely on RTLD_DI_ORIGIN by gmile · 7 years ago
  84. 987c6a6 fix percpu table support in c++ api by Mauricio Vasquez B · 7 years ago
  85. 0473dc7 Upgrade llvm toolchain version by Dezhi “Andy” Fang · 7 years ago
  86. f3d3c94 Merge pull request #1602 from iovisor/yhs_dev2 by 4ast · 7 years ago
  87. db7b8eb add a BPFModule API to disable rw_engine sscanf/snprintf functions by Yonghong Song · 7 years ago
  88. 40fd669 opensnoop: convert args.name to bytes by Gary Lin · 7 years ago
  89. 04ec1fa Merge pull request #1598 from gmile/alpine-build by yonghong-song · 7 years ago
  90. 5a9ee15 Explicitly include sys/types.h by gmile · 7 years ago
  91. 531f817 Merge pull request #1596 from pchaigno/check-helpers-no-disk by yonghong-song · 7 years ago
  92. c5f48e0 scripts: avoid check-helpers.sh's writes to disk by Paul Chaignon · 7 years ago
  93. 6c81f9d Merge pull request #1593 from netgroup-polito/bpf_prog_table_delete_element by yonghong-song · 7 years ago
  94. b2a2053 insert test cases for BPFProgTable by Mauricio Vasquez B · 7 years ago
  95. 77d82e3 Merge pull request #1594 from iovisor/yhs_dev by 4ast · 7 years ago
  96. 530fa0e sync bpf compat headers with latest net-next by Yonghong Song · 7 years ago
  97. a00f9b0 Merge pull request #1592 from pchaigno/script-sync-helpers by yonghong-song · 7 years ago
  98. 2dd148a BPFProgTable: allow to remove elements by Mauricio Vasquez B · 7 years ago
  99. 3424fb8 Script to check that the lists of helpers are in sync by Paul Chaignon · 7 years ago
  100. f2354fa Merge pull request #1588 from palmtenor/doc_format by yonghong-song · 7 years ago