1. bad7a20 Merge pull request #1750 from iovisor/yhs_dev by 4ast · 6 years ago
  2. fe966bb Use print function for Python 3 compatibility (#1748) by Javier Honduvilla Coto · 6 years ago
  3. 0c27472 fix get_kprobe_functions by Yonghong Song · 6 years ago
  4. 0a43633 Fix issue #1744. (#1746) by Luca Rupp · 6 years ago
  5. a91c8c2 Fix `trace_fields` Python3 encoding issue (#1745) by Javier Honduvilla Coto · 6 years ago
  6. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  7. 42da08a Fix USDT probes arguments' encoding in Python3 (#1736) by Javier Honduvilla Coto · 6 years ago
  8. c2b87ba Fix issue with structure member dereferences by Paul Chaignon · 7 years ago
  9. be7955b Merge pull request #1731 from pchaigno/fix-test_complex by yonghong-song · 6 years ago
  10. d1a83c1 Fix "'ArgString' object has no attribute 'rfind'" error by Paul Chaignon · 7 years ago
  11. 2af81df Fix bpf_trace_printk() for big-endian targets by Sandipan Das · 7 years ago
  12. 01c843e Merge pull request #1724 from pchaigno/detect-ext-ptr-from-ctx by yonghong-song · 7 years ago
  13. b66a9c9 Detect external pointers from context pointers by Paul Chaignon · 7 years ago
  14. eb88b35 fix lua compilation issue with latest clang/llvm 7.0 by Yonghong Song · 7 years ago
  15. 806627e fix compilation error with latest llvm by Yonghong Song · 7 years ago
  16. 46ebd9e fix compilation with latest clang/llvm 7.0 by Yonghong Song · 7 years ago
  17. 0d72237 introduce {attach|detach}_raw_tracepoint API by Yonghong Song · 7 years ago
  18. 4e28545 sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 7 years ago
  19. 5cf8788 clang-format C++ API and example files by Teng Qin · 7 years ago
  20. 15488d7 Add checks of table type in constructor by Teng Qin · 7 years ago
  21. bbc3fbf Merge pull request #1715 from iovisor/yhs_dev by 4ast · 7 years ago
  22. 28b7fff introduce C++ get_syscall_fnname API by Yonghong Song · 7 years ago
  23. 9f977c0 Add support of Cgroup Array in C++ by Teng Qin · 7 years ago
  24. 8103194 Add support of Cgroup Array in Python by Teng Qin · 7 years ago
  25. e5e9b1f Add basic support of Cgroup Array by Teng Qin · 7 years ago
  26. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 7 years ago
  27. 858a3d7 print out more useful attach_kprobe failure information by Yonghong Song · 7 years ago
  28. 9357f35 fix python3 py_test_histogram failure by Yonghong Song · 7 years ago
  29. 63b6e44 Improve clear table API in C++ by Teng Qin · 7 years ago
  30. 5a1106c bcc/syms: Fix shared library symbol lookup by Joel Fernandes · 7 years ago
  31. 61130a1 fix compiler warning by Yonghong Song · 7 years ago
  32. 5c32691 permit symbol resulotion for function with size 0 by Yonghong Song · 7 years ago
  33. 11d3c77 fix compilation error with latest llvm by Yonghong Song · 7 years ago
  34. b40de15 Merge pull request #1661 from qmonnet/kernelfeatures by yonghong-song · 7 years ago
  35. 5029599 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 7 years ago
  36. 5ddc64e sync bpf compat headers with latest net-next, update doc for helpers by Quentin Monnet · 7 years ago
  37. b2e6870 Return number of CPUs with data for BPFPerfBufferTable::poll() by Andrii Nakryiko · 7 years ago
  38. 76bec4d Merge pull request #1652 from palmtenor/stack_fixes by yonghong-song · 7 years ago
  39. 2f07051 avoid symbol demangling if the symbol is not a mangled symbol by Yonghong Song · 7 years ago
  40. 7bfa4a1 Explicitly create stack-trace tables with size of power of two by Teng Qin · 7 years ago
  41. d364800 Do not attempt syscall on invalid stack_id by Teng Qin · 7 years ago
  42. 581052a Merge pull request #1647 from iovisor/yhs_dev by 4ast · 7 years ago
  43. 6cb3c3d Fix spelling mistake in raised Exception by Daniel Lockyer · 7 years ago
  44. 1034bd4 skip kprobe functions outside normal text section by Yonghong Song · 7 years ago
  45. ef9d02b sync bpf compat headers with latest net-next by Quentin Monnet · 7 years ago
  46. e0d808e debian: add python3-bcc package by Andreas Gerstmayr · 7 years ago
  47. 991a1df Add move constructor for BPFStackTable by Teng Qin · 7 years ago
  48. 2f2412a fix fd leakage by Nirmoy Das · 7 years ago
  49. 6c33a52 C++ interface for attaching to perf event with raw perf_event_attr argument by Teng Qin · 7 years ago
  50. 5b7c678 Add perf event attaching interface with raw perf_event_attr argument by Teng Qin · 7 years ago
  51. 29015d7 fix CMakefile for lua by Yonghong Song · 7 years ago
  52. 570fd5e Allow obtaining BPFPerfBuffer pointer for polling by Teng Qin · 7 years ago
  53. 0bd29aa BPFPerfBuffer: Make it more clear that timeout is milliseconds by Teng Qin · 7 years ago
  54. 4f196e7 Fix BPFModule allocation / de-allocation mismatch by Teng Qin · 7 years ago
  55. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 7 years ago
  56. 1e9140b Fix bugs introduced in Lua Perf Buffer handling by Teng Qin · 7 years ago
  57. d83805d Avoid including common.h in BPFTable.h by Teng Qin · 7 years ago
  58. d0e48ed Clean-up TRACEPOINT logic from perf reader by Teng Qin · 7 years ago
  59. fafbf3c Do not use perf reader for TRACEPOINT events by Teng Qin · 7 years ago
  60. af96bba free llvm engine/context memory when rw_engine is not used by Yonghong Song · 7 years ago
  61. 31bf1c5 setup some bpf_module data structures correctly when rw_engine is disabled by Yonghong Song · 7 years ago
  62. a7554fc fix hang with "trace.py --max-events # by Yonghong Song · 7 years ago
  63. 6044643 Merge pull request #1603 from netgroup-polito/fix_percpumaps_cc_api by yonghong-song · 7 years ago
  64. 987c6a6 fix percpu table support in c++ api by Mauricio Vasquez B · 7 years ago
  65. db7b8eb add a BPFModule API to disable rw_engine sscanf/snprintf functions by Yonghong Song · 7 years ago
  66. 5a9ee15 Explicitly include sys/types.h by gmile · 7 years ago
  67. 6c81f9d Merge pull request #1593 from netgroup-polito/bpf_prog_table_delete_element by yonghong-song · 7 years ago
  68. 530fa0e sync bpf compat headers with latest net-next by Yonghong Song · 7 years ago
  69. 2dd148a BPFProgTable: allow to remove elements by Mauricio Vasquez B · 7 years ago
  70. 5ec4cc4 Merge pull request #1582 from iovisor/python_bytes by yonghong-song · 7 years ago
  71. 3c468a4 Merge pull request #1584 from palmtenor/printargs by yonghong-song · 7 years ago
  72. e060464 Destruct USDTContext correctly in Python by Teng Qin · 7 years ago
  73. 918fad8 Implement get_text for Python USDT class by Teng Qin · 7 years ago
  74. c0ca99a python/bcc: add internal _assert_is_bytes usage by Brenden Blanco · 7 years ago
  75. e663541 python: Add 2/3 compat wrappers for byte strings by Brenden Blanco · 8 years ago
  76. 1086952 clang: Add support to build eBPF for user specified ARCH by Joel Fernandes · 7 years ago
  77. 11f3a27 clang/loader: Add support for specifying absolute path of kernel sources by Joel Fernandes · 7 years ago
  78. c058085 Merge pull request #1578 from lcp/docs-tail-call by yonghong-song · 7 years ago
  79. 8721814 Add BPF_PROG_ARRAY for BPF_MAP_TYPE_PROG_ARRAY by Gary Lin · 7 years ago
  80. 45d1f4d Fix missing include by Dane Springmeyer · 7 years ago
  81. 4b977e8 Fix missing errno.h header by Dane Springmeyer · 7 years ago
  82. 3a94327 Add missing sched.h include for CLONE_NEWNS by Dane Springmeyer · 7 years ago
  83. 67ae605 Remove semicolon at the end of define BPF_STACK_TRACE() by Song Liu · 7 years ago
  84. a1ac4bc Merge pull request #1561 from joelagnel/bcc-misc-1 by yonghong-song · 7 years ago
  85. 8e09958 table: Refactor __delitem__ in all table types by Joel Fernandes · 7 years ago
  86. 7aaa12f Merge pull request #1563 from iovisor/yhs_dev by 4ast · 7 years ago
  87. 71ef359 Merge pull request #1558 from pchaigno/missing-helpers by yonghong-song · 7 years ago
  88. 96354c6 fix map a type parsing issue for export/extern types by Yonghong Song · 7 years ago
  89. 0d5084d clang: Make libclang_frontend depend on libbcc by Joel Fernandes · 7 years ago
  90. 93fc2f8 cc: missing bpf helpers in export/helpers.h by Paul Chaignon · 7 years ago
  91. 3730829 cc: error hint for 'invalid func' by Paul Chaignon · 7 years ago
  92. 1ab5f66 use __builtin_memset instead of memset with frontend rewriter by Yonghong Song · 7 years ago
  93. cd5d4a6 fix a race condition between perf_reader munmap and read by Yonghong Song · 7 years ago
  94. 89aa294 sync bpf compat headers with latest net-next by Yonghong Song · 7 years ago
  95. bb95ef2 Merge pull request #1531 from natoscott/master by yonghong-song · 7 years ago
  96. 9dca57e Merge pull request #1539 from hMcLauchlan/override-return-helper by yonghong-song · 7 years ago
  97. f1bb6ea Merge pull request #1540 from pchaigno/regex-filtering-kallsyms by yonghong-song · 7 years ago
  98. fe03355 Use /proc/kallsyms for regex filtering by Paul Chaignon · 7 years ago
  99. 3d05244 Add bpf_override_return() helper definition by Howard McLauchlan · 7 years ago
  100. 7a46dfe fix a trace_pipe output issue by Yonghong Song · 7 years ago