1. 492a2bf table: remove NotImplementedError on LpmTrie __delitem__ calls (#1892) by Eyal Birger · 6 years ago
  2. 5148fce add usdt calls to libbcc (#1890) by Brendan Gregg · 6 years ago
  3. b5cadaf fix get_table_offline for percpu hash table by Mauricio Vasquez B · 6 years ago
  4. 1d2ab52 Merge pull request #1872 from palmtenor/autoload_syscall by 4ast · 6 years ago
  5. 1a38140 Merge pull request #1840 from oriolarcas/feature/footer-header by 4ast · 6 years ago
  6. 0cf0e8e Fix Python autoload syscall name handling by Teng Qin · 6 years ago
  7. 287c478 Rewrite array accesses as part of dereferences by Paul Chaignon · 6 years ago
  8. 639217f Updated comment in footer.h by Oriol Arcas · 6 years ago
  9. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  10. c2e2a26 fix a bug in tracepoint struct rewriter (#1856) by yonghong-song · 6 years ago
  11. ee9f0e0 Remove handling of KeyboardInterrupt exception (#1843) by Daniel Zozin · 6 years ago
  12. ab5772f Do not allow defining the license from CFLAGS or command line by Oriol Arcas · 6 years ago
  13. 9aab22e Added new footer.h header where BPF_LICENSE is set if not defined by Oriol Arcas · 6 years ago
  14. d17d5a8 Fix external pointer propagation in nested dereferences (#1837) by yonghong-song · 6 years ago
  15. 2458196 avoid probe rewriting of p->m in &(p->m) (#1831) by yonghong-song · 6 years ago
  16. fa7508d Fix nested dereference rewrites (#1835) by Paul Chaignon · 6 years ago
  17. a9f96c0 Recognize context member dereferences despite array accesses (#1828) by Paul Chaignon · 6 years ago
  18. c2fb112 python: add __version__ attribute to bcc module (#1826) by Andreas Gerstmayr · 6 years ago
  19. 66d2863 prevent bpf_probe_read MemberExpr rewrite if not rewritable (#1827) by yonghong-song · 6 years ago
  20. fe779f3 Trace external pointers through function returns (#1821) by Paul Chaignon · 6 years ago
  21. f86f7e8 Skip dereferences inside bpf_probe_reads calls (#1824) by Paul Chaignon · 6 years ago
  22. 2da3426 generate indirect parameter assignment if arch uses syscall wrapper (#1816) by yonghong-song · 6 years ago
  23. eebd485 Fix 20fb64c and skip probe rewriter for bpf_probe_read (#1812) by Paul Chaignon · 6 years ago
  24. d83210d remove unnecessary prefix in some prog names (#1814) by yonghong-song · 6 years ago
  25. 7312cb6 Merge pull request #1810 from lcp/xdp_redirect-v2 by yonghong-song · 6 years ago
  26. db410bf Add two new map types: DEVMAP and CPUMAP by Gary Lin · 6 years ago
  27. 7c48946 adjust tracepoint field type based on size by Yonghong Song · 6 years ago
  28. 62af0ea Merge pull request #1790 from brendangregg/master by yonghong-song · 6 years ago
  29. 3ae15d6 Add the missing XDP_REDIRECT by Gary Lin · 6 years ago
  30. 3c5686d fix a memory leak for getline() by Yonghong Song · 6 years ago
  31. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  32. 7c4311f Add "-D __BPF_TRACING__" to frontend compilation flags by Yonghong Song · 6 years ago
  33. d8bb097 Merge pull request #1792 from pchaigno/refactor-ext-ptr-assignments by yonghong-song · 6 years ago
  34. 8ce57ac sync BPF compat headers with latest bpf-next, update BPF features list by Quentin Monnet · 6 years ago
  35. 8d7e26d Refactor code for assignments of external pointers by Paul Chaignon · 6 years ago
  36. 0ec552a Merge pull request #1787 from sandip4n/dev by yonghong-song · 6 years ago
  37. 4f13d88 add tcpdrop tool by Brendan Gregg · 6 years ago
  38. 651d690 Add support for attaching kprobes at custom offsets by Sandipan Das · 6 years ago
  39. bace5f2 let rewriter add code to define CONFIG_CC_STACKPROTECTOR by Yonghong Song · 6 years ago
  40. 471f1ea Fix dereference replacements for pointers to pointers by Paul Chaignon · 6 years ago
  41. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  42. 9733011 Merge pull request #1762 from javierhonduco/usdt-inexistent-path by yonghong-song · 6 years ago
  43. dcb9b9a usdt: fail when binary doesn't exist. Fixes #1749 by Javier Honduvilla Coto · 6 years ago
  44. bf2513d Add extra_flag option to bpf_attach_perf_event_raw by Teng Qin · 6 years ago
  45. cb5bc0e Misc fixes for C++ USDT class (#1764) by Teng Qin · 6 years ago
  46. db6e293 Do not calculate syscall prefix proactively in C++ API (#1755) by Teng Qin · 6 years ago
  47. 55de66b Do not print C source after BPF compile fail (#1753) by Oriol Arcas · 6 years ago
  48. bad7a20 Merge pull request #1750 from iovisor/yhs_dev by 4ast · 6 years ago
  49. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  50. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  51. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  52. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  53. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  54. 42da08a Fix USDT probes arguments' encoding in Python3 (#1736) by Javier Honduvilla Coto · 6 years ago
  55. c2b87ba Fix issue with structure member dereferences by Paul Chaignon · 6 years ago
  56. be7955b Merge pull request #1731 from pchaigno/fix-test_complex by yonghong-song · 6 years ago
  57. d1a83c1 Fix "'ArgString' object has no attribute 'rfind'" error by Paul Chaignon · 6 years ago
  58. 2af81df Fix bpf_trace_printk() for big-endian targets by Sandipan Das · 6 years ago
  59. 01c843e Merge pull request #1724 from pchaigno/detect-ext-ptr-from-ctx by yonghong-song · 6 years ago
  60. b66a9c9 Detect external pointers from context pointers by Paul Chaignon · 6 years ago
  61. eb88b35 fix lua compilation issue with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  62. 806627e fix compilation error with latest llvm by Yonghong Song · 6 years ago
  63. 46ebd9e fix compilation with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  64. 0d72237 introduce {attach|detach}_raw_tracepoint API by Yonghong Song · 6 years ago
  65. 4e28545 sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 6 years ago
  66. 5cf8788 clang-format C++ API and example files by Teng Qin · 6 years ago
  67. 15488d7 Add checks of table type in constructor by Teng Qin · 6 years ago
  68. bbc3fbf Merge pull request #1715 from iovisor/yhs_dev by 4ast · 6 years ago
  69. 28b7fff introduce C++ get_syscall_fnname API by Yonghong Song · 6 years ago
  70. 9f977c0 Add support of Cgroup Array in C++ by Teng Qin · 6 years ago
  71. 8103194 Add support of Cgroup Array in Python by Teng Qin · 6 years ago
  72. e5e9b1f Add basic support of Cgroup Array by Teng Qin · 6 years ago
  73. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 6 years ago
  74. 858a3d7 print out more useful attach_kprobe failure information by Yonghong Song · 6 years ago
  75. 9357f35 fix python3 py_test_histogram failure by Yonghong Song · 6 years ago
  76. 63b6e44 Improve clear table API in C++ by Teng Qin · 6 years ago
  77. 5a1106c bcc/syms: Fix shared library symbol lookup by Joel Fernandes · 6 years ago
  78. 61130a1 fix compiler warning by Yonghong Song · 6 years ago
  79. 5c32691 permit symbol resulotion for function with size 0 by Yonghong Song · 6 years ago
  80. 11d3c77 fix compilation error with latest llvm by Yonghong Song · 6 years ago
  81. b40de15 Merge pull request #1661 from qmonnet/kernelfeatures by yonghong-song · 6 years ago
  82. 5029599 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 6 years ago
  83. 5ddc64e sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 6 years ago
  84. b2e6870 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 6 years ago
  85. 76bec4d Merge pull request #1652 from palmtenor/stack_fixes by yonghong-song · 6 years ago
  86. 2f07051 avoid symbol demangling if the symbol is not a mangled symbol by Yonghong Song · 6 years ago
  87. 7bfa4a1 Explicitly create stack-trace tables with size of power of two by Teng Qin · 6 years ago
  88. d364800 Do not attempt syscall on invalid stack_id by Teng Qin · 6 years ago
  89. 581052a Merge pull request #1647 from iovisor/yhs_dev by 4ast · 6 years ago
  90. 6cb3c3d Fix spelling mistake in raised Exception by Daniel Lockyer · 6 years ago
  91. 1034bd4 skip kprobe functions outside normal text section by Yonghong Song · 6 years ago
  92. ef9d02b sync bpf compat headers with latest net-next by Quentin Monnet · 6 years ago
  93. e0d808e debian: add python3-bcc package by Andreas Gerstmayr · 6 years ago
  94. 991a1df Add move constructor for BPFStackTable by Teng Qin · 6 years ago
  95. 2f2412a fix fd leakage by Nirmoy Das · 6 years ago
  96. 6c33a52 C++ interface for attaching to perf event with raw perf_event_attr argument by Teng Qin · 6 years ago
  97. 5b7c678 Add perf event attaching interface with raw perf_event_attr argument by Teng Qin · 6 years ago
  98. 29015d7 fix CMakefile for lua by Yonghong Song · 7 years ago
  99. 570fd5e Allow obtaining BPFPerfBuffer pointer for polling by Teng Qin · 7 years ago
  100. 0bd29aa BPFPerfBuffer: Make it more clear that timeout is milliseconds by Teng Qin · 7 years ago