1. 3ae15d6 Add the missing XDP_REDIRECT by Gary Lin · 6 years ago
  2. 3c5686d fix a memory leak for getline() by Yonghong Song · 6 years ago
  3. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  4. 7c4311f Add "-D __BPF_TRACING__" to frontend compilation flags by Yonghong Song · 6 years ago
  5. d8bb097 Merge pull request #1792 from pchaigno/refactor-ext-ptr-assignments by yonghong-song · 6 years ago
  6. 8ce57ac sync BPF compat headers with latest bpf-next, update BPF features list by Quentin Monnet · 6 years ago
  7. 8d7e26d Refactor code for assignments of external pointers by Paul Chaignon · 6 years ago
  8. 0ec552a Merge pull request #1787 from sandip4n/dev by yonghong-song · 6 years ago
  9. 651d690 Add support for attaching kprobes at custom offsets by Sandipan Das · 6 years ago
  10. bace5f2 let rewriter add code to define CONFIG_CC_STACKPROTECTOR by Yonghong Song · 6 years ago
  11. 471f1ea Fix dereference replacements for pointers to pointers by Paul Chaignon · 6 years ago
  12. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  13. 9733011 Merge pull request #1762 from javierhonduco/usdt-inexistent-path by yonghong-song · 6 years ago
  14. dcb9b9a usdt: fail when binary doesn't exist. Fixes #1749 by Javier Honduvilla Coto · 6 years ago
  15. bf2513d Add extra_flag option to bpf_attach_perf_event_raw by Teng Qin · 6 years ago
  16. cb5bc0e Misc fixes for C++ USDT class (#1764) by Teng Qin · 6 years ago
  17. db6e293 Do not calculate syscall prefix proactively in C++ API (#1755) by Teng Qin · 6 years ago
  18. 55de66b Do not print C source after BPF compile fail (#1753) by Oriol Arcas · 6 years ago
  19. bad7a20 Merge pull request #1750 from iovisor/yhs_dev by 4ast · 6 years ago
  20. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  21. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  22. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  23. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  24. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  25. 42da08a Fix USDT probes arguments' encoding in Python3 (#1736) by Javier Honduvilla Coto · 6 years ago
  26. c2b87ba Fix issue with structure member dereferences by Paul Chaignon · 6 years ago
  27. be7955b Merge pull request #1731 from pchaigno/fix-test_complex by yonghong-song · 6 years ago
  28. d1a83c1 Fix "'ArgString' object has no attribute 'rfind'" error by Paul Chaignon · 6 years ago
  29. 2af81df Fix bpf_trace_printk() for big-endian targets by Sandipan Das · 6 years ago
  30. 01c843e Merge pull request #1724 from pchaigno/detect-ext-ptr-from-ctx by yonghong-song · 6 years ago
  31. b66a9c9 Detect external pointers from context pointers by Paul Chaignon · 6 years ago
  32. eb88b35 fix lua compilation issue with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  33. 806627e fix compilation error with latest llvm by Yonghong Song · 6 years ago
  34. 46ebd9e fix compilation with latest clang/llvm 7.0 by Yonghong Song · 6 years ago
  35. 0d72237 introduce {attach|detach}_raw_tracepoint API by Yonghong Song · 6 years ago
  36. 4e28545 sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 6 years ago
  37. 5cf8788 clang-format C++ API and example files by Teng Qin · 6 years ago
  38. 15488d7 Add checks of table type in constructor by Teng Qin · 6 years ago
  39. bbc3fbf Merge pull request #1715 from iovisor/yhs_dev by 4ast · 6 years ago
  40. 28b7fff introduce C++ get_syscall_fnname API by Yonghong Song · 6 years ago
  41. 9f977c0 Add support of Cgroup Array in C++ by Teng Qin · 6 years ago
  42. 8103194 Add support of Cgroup Array in Python by Teng Qin · 6 years ago
  43. e5e9b1f Add basic support of Cgroup Array by Teng Qin · 6 years ago
  44. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 6 years ago
  45. 858a3d7 print out more useful attach_kprobe failure information by Yonghong Song · 6 years ago
  46. 9357f35 fix python3 py_test_histogram failure by Yonghong Song · 6 years ago
  47. 63b6e44 Improve clear table API in C++ by Teng Qin · 6 years ago
  48. 5a1106c bcc/syms: Fix shared library symbol lookup by Joel Fernandes · 6 years ago
  49. 61130a1 fix compiler warning by Yonghong Song · 6 years ago
  50. 5c32691 permit symbol resulotion for function with size 0 by Yonghong Song · 6 years ago
  51. 11d3c77 fix compilation error with latest llvm by Yonghong Song · 6 years ago
  52. b40de15 Merge pull request #1661 from qmonnet/kernelfeatures by yonghong-song · 6 years ago
  53. 5029599 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 6 years ago
  54. 5ddc64e sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 6 years ago
  55. b2e6870 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 6 years ago
  56. 76bec4d Merge pull request #1652 from palmtenor/stack_fixes by yonghong-song · 6 years ago
  57. 2f07051 avoid symbol demangling if the symbol is not a mangled symbol by Yonghong Song · 6 years ago
  58. 7bfa4a1 Explicitly create stack-trace tables with size of power of two by Teng Qin · 6 years ago
  59. d364800 Do not attempt syscall on invalid stack_id by Teng Qin · 6 years ago
  60. 581052a Merge pull request #1647 from iovisor/yhs_dev by 4ast · 6 years ago
  61. 6cb3c3d Fix spelling mistake in raised Exception by Daniel Lockyer · 6 years ago
  62. 1034bd4 skip kprobe functions outside normal text section by Yonghong Song · 6 years ago
  63. ef9d02b sync bpf compat headers with latest net-next by Quentin Monnet · 6 years ago
  64. e0d808e debian: add python3-bcc package by Andreas Gerstmayr · 6 years ago
  65. 991a1df Add move constructor for BPFStackTable by Teng Qin · 6 years ago
  66. 2f2412a fix fd leakage by Nirmoy Das · 6 years ago
  67. 6c33a52 C++ interface for attaching to perf event with raw perf_event_attr argument by Teng Qin · 6 years ago
  68. 5b7c678 Add perf event attaching interface with raw perf_event_attr argument by Teng Qin · 6 years ago
  69. 29015d7 fix CMakefile for lua by Yonghong Song · 7 years ago
  70. 570fd5e Allow obtaining BPFPerfBuffer pointer for polling by Teng Qin · 7 years ago
  71. 0bd29aa BPFPerfBuffer: Make it more clear that timeout is milliseconds by Teng Qin · 7 years ago
  72. 4f196e7 Fix BPFModule allocation / de-allocation mismatch by Teng Qin · 7 years ago
  73. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 7 years ago
  74. 1e9140b Fix bugs introduced in Lua Perf Buffer handling by Teng Qin · 7 years ago
  75. d83805d Avoid including common.h in BPFTable.h by Teng Qin · 7 years ago
  76. d0e48ed Clean-up TRACEPOINT logic from perf reader by Teng Qin · 7 years ago
  77. fafbf3c Do not use perf reader for TRACEPOINT events by Teng Qin · 7 years ago
  78. af96bba free llvm engine/context memory when rw_engine is not used by Yonghong Song · 7 years ago
  79. 31bf1c5 setup some bpf_module data structures correctly when rw_engine is disabled by Yonghong Song · 7 years ago
  80. a7554fc fix hang with "trace.py --max-events # by Yonghong Song · 7 years ago
  81. 6044643 Merge pull request #1603 from netgroup-polito/fix_percpumaps_cc_api by yonghong-song · 7 years ago
  82. 987c6a6 fix percpu table support in c++ api by Mauricio Vasquez B · 7 years ago
  83. db7b8eb add a BPFModule API to disable rw_engine sscanf/snprintf functions by Yonghong Song · 7 years ago
  84. 5a9ee15 Explicitly include sys/types.h by gmile · 7 years ago
  85. 6c81f9d Merge pull request #1593 from netgroup-polito/bpf_prog_table_delete_element by yonghong-song · 7 years ago
  86. 530fa0e sync bpf compat headers with latest net-next by Yonghong Song · 7 years ago
  87. 2dd148a BPFProgTable: allow to remove elements by Mauricio Vasquez B · 7 years ago
  88. 5ec4cc4 Merge pull request #1582 from iovisor/python_bytes by yonghong-song · 7 years ago
  89. 3c468a4 Merge pull request #1584 from palmtenor/printargs by yonghong-song · 7 years ago
  90. e060464 Destruct USDTContext correctly in Python by Teng Qin · 7 years ago
  91. 918fad8 Implement get_text for Python USDT class by Teng Qin · 7 years ago
  92. c0ca99a python/bcc: add internal _assert_is_bytes usage by Brenden Blanco · 7 years ago
  93. e663541 python: Add 2/3 compat wrappers for byte strings by Brenden Blanco · 7 years ago
  94. 1086952 clang: Add support to build eBPF for user specified ARCH by Joel Fernandes · 7 years ago
  95. 11f3a27 clang/loader: Add support for specifying absolute path of kernel sources by Joel Fernandes · 7 years ago
  96. c058085 Merge pull request #1578 from lcp/docs-tail-call by yonghong-song · 7 years ago
  97. 8721814 Add BPF_PROG_ARRAY for BPF_MAP_TYPE_PROG_ARRAY by Gary Lin · 7 years ago
  98. 45d1f4d Fix missing include by Dane Springmeyer · 7 years ago
  99. 4b977e8 Fix missing errno.h header by Dane Springmeyer · 7 years ago
  100. 3a94327 Add missing sched.h include for CLONE_NEWNS by Dane Springmeyer · 7 years ago