1. a58c795 add tcp congestion status duration statistic tool (#3899) by jackygam2001 · 2 years, 2 months ago
  2. fff25a8 extern BPF_TABLE_PINNED to include an optional flags argument by Yonghong Song · 2 years, 4 months ago
  3. fc75456 Fix issues with pinned sk_storage map by Yonghong Song · 2 years, 4 months ago
  4. 074502f Disable tests that will fail when rwengine=off by Dave Marchevsky · 2 years, 5 months ago
  5. ddfedaa add fedora docker tests + move dockerfiles to a new dir by Dave Marchevsky · 2 years, 5 months ago
  6. 9a45c3c docker: Run tests on ubuntu-20.04 as well by Dave Marchevsky · 2 years, 6 months ago
  7. c238bc2 docker: Bump default LLVM used for tests to 11 by Dave Marchevsky · 2 years, 6 months ago
  8. a86a02f docker + tests: Run tests using python3, refactor Dockerfile by Dave Marchevsky · 2 years, 6 months ago
  9. b8ff085 Remove B language support by Dave Marchevsky · 2 years, 6 months ago
  10. ed08bfa test_tools_smoke.py: Helpful fail msg for timeout cmd's ret code by Dave Marchevsky · 2 years, 6 months ago
  11. b2f78da Replace StatusTuple::code() with StatusTuple::ok() in tests/ by Yaxiong Zhao · 2 years, 6 months ago
  12. adf3a79 Mark test_call1.py mayFail by Yonghong Song · 2 years, 7 months ago
  13. 2445f2d python tests: mayFail py_smoke_tests' ttysnoop test on gh actions for now by Dave Marchevsky · 2 years, 7 months ago
  14. e16aca0 tests: Don't run py test_rlimit test on newer kernels by Dave Marchevsky · 2 years, 7 months ago
  15. 74d235f mark 'test sk_storage map' mayfail by Dave Marchevsky · 2 years, 7 months ago
  16. 2510ad7 reduce counter.enabled checking in test_perf_event.cc by Yonghong Song · 2 years, 8 months ago
  17. 04d2039 bcc/python: Add x86 and sw test to test_attach_perf_event.py by Dave Marchevsky · 2 years, 10 months ago
  18. 9871201 bcc/python: Add test_attach_perf_event.py to CMake tests by Dave Marchevsky · 2 years, 10 months ago
  19. 16b65f0 bcc/python tests: pull kernel_version_ge into utils by Dave Marchevsky · 2 years, 10 months ago
  20. 38821fe bcc/python: Add support for API 'bpf_attach_perf_event_raw' in BPF python interface by Athira Rajeev · 2 years, 10 months ago
  21. 722cf83 Allow the use of custom keys in BPF_HASH_OF_MAPS (#3500) by masibw · 3 years ago
  22. 8b1c973 libbcc: add atomic_increment() by chenyuezhou · 3 years ago
  23. 1aeec1f libbcc: add msg_redirect_hash() and sk_redirect_hash() for sockhash by chenyuezhou · 3 years ago
  24. 6d88feb libbcc: support BPF_SOCKHASH specify the key type (#3473) by zcy · 3 years ago
  25. f77c1a6 finish to add support of subset in items_*_batch() (#3440) by Emilien Gobillot · 3 years ago
  26. e6aa65e hardirqs: Migrate to kernel tracepoint by Hengqi Chen · 3 years ago
  27. b209161 feature: support create new map and pin it to bpffs as file(BPF_TABLE_PINNED) (#3382) by zcy · 3 years, 1 month ago
  28. 071f1ec enhanced items_delete_batch() in Python to avoid double list creation by Simone Magnani · 3 years, 1 month ago
  29. 19df7ee added bpf_update_batch() API support for Python Maps by Simone Magnani · 3 years, 1 month ago
  30. 226816d introduced Queue/Stack itervalues by Simone Magnani · 3 years, 1 month ago
  31. 748d6b5 add bpf_map_lookup_batch and bpf_map_delete_batch in bcc (#3363) by Emilien Gobillot · 3 years, 1 month ago
  32. 327e4c7 Allow to use BCC as a cmake sub-project by Mariusz Barczak · 3 years, 3 months ago
  33. 00b72fd In GCC10.2 suffix '.isra.0' was appended to 'finish_task_switch' by Guodong Xu · 3 years, 3 months ago
  34. 5194049 Increase storage size of usdt constant to 64 bits by Richard Sanger · 3 years, 4 months ago
  35. c8de00e Added helpers for BPF_PERCPU_HASH by Lénaïc Huard · 3 years, 3 months ago
  36. c3b11e5 add bpf_map_lookup_and_delete_batch in bcc (#3234) by Emilien Gobillot · 3 years, 3 months ago
  37. 777b9be Fix the test_libbcc/test_libbcc_no_libbpf testcase failure when the kernel version is lower than 4.20 by w00560594 · 3 years, 4 months ago
  38. e2eee77 correct the path of offcputime.lua by liuchao173 · 3 years, 4 months ago
  39. f2f1a36 Fix freezing of 'test_brb' if iperf is not found by Liu Chao · 3 years, 4 months ago
  40. f02c87c fix some test cases failed (#3235) by xuchunmei000 · 3 years, 4 months ago
  41. 97cded0 test/test_histogram.py: fix test failed on kernel-5.10 by Chunmei Xu · 3 years, 5 months ago
  42. 1cb5026 Remove libbcc-no-libbpf shared library, change libbcc linkage instead by Luca Boccassi · 3 years, 5 months ago
  43. 300296a cmake: always link to packaged libbpf if CMAKE_USE_LIBBPF_PACKAGE is set (#3210) by Luca Boccassi · 3 years, 5 months ago
  44. 59ab17e tests/test_array.py: add clock_nanosleep to attach point by Chunmei Xu · 3 years, 5 months ago
  45. 50ad6fa usdt: Add test for uprobe refcnt support by Daniel Xu · 3 years, 8 months ago
  46. 8287f17 folly: Update tracing headers by Daniel Xu · 3 years, 8 months ago
  47. 4354c9c set larger range to get probes evnet for test_usdt2.py by Chunmei Xu · 3 years, 8 months ago
  48. 4344034 tests: only run arg parser test on supported arches by Rafael Fonseca · 3 years, 9 months ago
  49. d3a102d fix cc queue/stack test kernel version by Simone Magnani · 3 years, 11 months ago
  50. e70bbdc Add Python API and documentation for Queue/Stack Tables (#3013) by William Findlay · 3 years, 11 months ago
  51. 30a420d add BPFQueueStackTable and tests by Simone Magnani · 4 years ago
  52. fe730f2 Ringbuf Support for Python API (#2989) by William Findlay · 4 years ago
  53. 9b82af3 API improvements for BPF LSM programs (#2979) by William Findlay · 4 years ago
  54. 1c843e2 Delete existing kbuild_modname definitions by William Findlay · 4 years ago
  55. 8319d52 turn off x86 jump table optimization during jit compilation by Yonghong Song · 4 years ago
  56. d007478 Adding support to load lsm programs by Jiri Olsa · 4 years ago
  57. 7f6066d bcc/tools: Replace bpf_probe_read with bpf_probe_read_kernel by Sumanth Korikkar · 4 years, 1 month ago
  58. 0d87484 add -fPIC to compile examples/cpp and tests/cc by Chunmei Xu · 4 years, 1 month ago
  59. d2e8ea4 Fix ELF ABI and endianness checks for powerpc64 by Sandipan Das · 4 years, 2 months ago
  60. f8f230c add attribute readers to class USDT (C++ API) by Fuji Goro · 4 years, 2 months ago
  61. 007ee49 Translate virtual addresses to binary addresses for shared libs as well. by Michał Gregorczyk · 4 years, 2 months ago
  62. 533391e add test_lpm_trie.py test by Yonghong Song · 4 years, 2 months ago
  63. 689f900 [C++] add BPF::enable_usdt_all() and disble_usdt_all() to handle all the USDT at once (#2854) by FUJI Goro · 4 years, 2 months ago
  64. 1cd3952 Add regression test for bcc resolve symbol names by Dale Hamel · 4 years, 3 months ago
  65. 0a9d6db Add support for new common fields by Jiri Olsa · 4 years, 3 months ago
  66. b8423e6 Strengthen tracepoint format parsing by Jiri Olsa · 4 years, 3 months ago
  67. b9099c5 Add test for ebpf::parse_tracepoint function by Jiri Olsa · 4 years, 3 months ago
  68. 37cd183 python binding: allow fully-specified probe names for enable_probe() by Fuji Goro · 4 years, 3 months ago
  69. 5011f99 usdt: fix parsing sp register in arguments on AArch64 by Nick Gasson · 4 years, 3 months ago
  70. 18da40c Fix bpf linking if specified via LIBBPF_LIBRARIES variable by Jiri Olsa · 4 years, 4 months ago
  71. 8dd4b5a bindsnoop BCC tool (#2749) by Pavel Dubovitsky · 4 years, 4 months ago
  72. 6cacc41 support sockmap/sockhash/cgroup_local_storage maps by Yonghong Song · 4 years, 4 months ago
  73. b090f5f Make inode-only matching default, reverse USDT kludge by Dale Hamel · 4 years, 4 months ago
  74. a47c44f Run BCC test suite with github actions by Dale Hamel · 4 years, 5 months ago
  75. c6a3f02 Remove namespace code from libbpf to fix USDT by Dale Hamel · 4 years, 5 months ago
  76. c14d02a Fix a bunch of typos (#2693) by Michael Prokop · 4 years, 5 months ago
  77. 1a780e9 rewriter: Fix tracking of pointers with several indirections by Paul Chaignon · 4 years, 5 months ago
  78. c6b287c support BPF_MAP_TYPE_SK_STORAGE map by Yonghong Song · 4 years, 5 months ago
  79. 5098c9d fix test_map_in_map.cc compilation error by Yonghong Song · 4 years, 5 months ago
  80. 6e9b450 Merge pull request #2582 from ethercflow/mmtools-dev by Brendan Gregg · 4 years, 6 months ago
  81. 71f9c2a rename tool lockstat.py to klockstat.py by Yonghong Song · 4 years, 6 months ago
  82. 556d9ec Use integer types for enums in JSON (Fixes #2615) by Aleksi Torhamo · 4 years, 6 months ago
  83. 149c1c8 Add map-in-map support by Yonghong Song · 4 years, 6 months ago
  84. ac00ac5 Add lockstat tool by Jiri Olsa · 4 years, 7 months ago
  85. 15fbd7c add tool: compactsnoop by Wenbo Zhang · 4 years, 7 months ago
  86. ccf8261 add BPF::init_usdt function to init a single USDT so folks can handle partial init failure of list of USDTs. by Dave Marchevsky · 4 years, 10 months ago
  87. 7ec8bde Add test_libbcc_no_libbpf test by Jiri Olsa · 4 years, 7 months ago
  88. 19c625e Link test_libbcc directly with libbcc.so by Jiri Olsa · 4 years, 7 months ago
  89. 82f4302 introduce map.lookup_or_try_init() (#2577) by yonghong-song · 4 years, 7 months ago
  90. ba64f03 Fixes #2518 -- weird behaviour of lookup_or_init (#2520) by Philip Gladstone · 4 years, 9 months ago
  91. d147588 Support for hardware offload (#2502) by Paul Chaignon · 4 years, 9 months ago
  92. 50aeaed Report proper module on kernel backtrace by Jiri Olsa · 4 years, 11 months ago
  93. d2cd9d0 long was removed in Python 3 by cclauss · 5 years ago
  94. 37ac181 Undefined name: Don't forget "self" in "self.b" by cclauss · 5 years ago
  95. 50d0602 Add tests by Daniel Xu · 5 years ago
  96. 01ee0b6 Use device+inode to identify matching files; prepend /proc/pid/root to by Dave Marchevsky · 5 years ago
  97. 2627bae Support pinned maps through BPF_TABLE_PINNED macro by Kai Lüke · 5 years ago
  98. ba41501 Add basic USDT support for s390x (#2266) by mephi42 · 5 years ago
  99. 6d147e6 add a new bcc tool drsnoop (#2220) by Zwb · 5 years ago
  100. 5494328 Python BPF disassembler and map layout parser (#2209) by Oriol Arcas · 5 years ago