Add davemarchevsky to CODEOWNERS for everything
[platform/upstream/bcc.git] / tests /
2022-01-06 Dave MarchevskyMerge pull request #3688 from brho/master
2021-12-29 Dave MarchevskyMerge pull request #3778 from davemarchevsky/davemarche...
2021-12-29 Dave Marchevskyadd fedora docker tests + move dockerfiles to a new dir
2021-12-29 Dave MarchevskyMerge pull request #3765 from bveldhoen/usdt_sample_update
2021-12-22 Dave Marchevskydocker: Run tests on ubuntu-20.04 as well
2021-12-21 Dave Marchevskydocker: Bump default LLVM used for tests to 11
2021-12-20 Dave Marchevskydocker + tests: Run tests using python3, refactor Docke...
2021-12-17 Dave MarchevskyRemove B language support
2021-12-16 Dave Marchevskytest_tools_smoke.py: Helpful fail msg for timeout cmd...
2021-12-15 Dave MarchevskyMerge pull request #3748 from chenhengqi/fix-bcc-bio...
2021-12-14 Yaxiong ZhaoReplace StatusTuple::code() with StatusTuple::ok()...
2021-11-18 Yonghong SongMark test_call1.py mayFail
2021-11-17 Dave MarchevskyMerge pull request #3707 from iovisor/davemarchevsky...
2021-11-17 Dave Marchevskypython tests: mayFail py_smoke_tests' ttysnoop test...
2021-11-17 Dave Marchevskytests: Don't run py test_rlimit test on newer kernels
2021-11-17 Dave Marchevskymark 'test sk_storage map' mayfail
2021-10-20 Yonghong Songreduce counter.enabled checking in test_perf_event.cc
2021-08-19 Dave Marchevskybcc/python: Add x86 and sw test to test_attach_perf_eve...
2021-08-19 Dave Marchevskybcc/python: Add test_attach_perf_event.py to CMake...
2021-08-19 Dave Marchevskybcc/python tests: pull kernel_version_ge into utils
2021-08-13 Dave MarchevskyMerge pull request #3571 from athira-rajeev/attach_perf...
2021-08-13 Athira Rajeevbcc/python: Add support for API 'bpf_attach_perf_event_...
2021-07-12 Dave MarchevskyMerge pull request #3498 from davemarchevsky/davemarche...
2021-06-22 masibwAllow the use of custom keys in BPF_HASH_OF_MAPS (...
2021-06-18 chenyuezhoulibbcc: add atomic_increment()
2021-06-15 Dave MarchevskyMerge pull request #3466 from chenhengqi/add-bindsnoop
2021-06-08 chenyuezhoulibbcc: add msg_redirect_hash() and sk_redirect_hash...
2021-06-07 zcylibbcc: support BPF_SOCKHASH specify the key type ...
2021-06-06 Emilien Gobillotfinish to add support of subset in items_*_batch()...
2021-05-26 Hengqi Chenhardirqs: Migrate to kernel tracepoint
2021-04-30 zcyfeature: support create new map and pin it to bpffs...
2021-04-29 Simone Magnanienhanced items_delete_batch() in Python to avoid double...
2021-04-29 Simone Magnaniadded bpf_update_batch() API support for Python Maps
2021-04-29 Simone Magnaniintroduced Queue/Stack itervalues
2021-04-25 Emilien Gobillotadd bpf_map_lookup_batch and bpf_map_delete_batch in...
2021-03-17 Mariusz BarczakAllow to use BCC as a cmake sub-project
2021-03-14 Guodong XuIn GCC10.2 suffix '.isra.0' was appended to 'finish_tas...
2021-02-26 Richard SangerIncrease storage size of usdt constant to 64 bits
2021-02-25 Lénaïc HuardAdded helpers for BPF_PERCPU_HASH
2021-02-22 Emilien Gobillotadd bpf_map_lookup_and_delete_batch in bcc (#3234)
2021-02-03 w00560594Fix the test_libbcc/test_libbcc_no_libbpf testcase...
2021-02-02 liuchao173correct the path of offcputime.lua
2021-01-30 Liu ChaoFix freezing of 'test_brb' if iperf is not found
2021-01-21 xuchunmei000fix some test cases failed (#3235)
2021-01-15 Chunmei Xutest/test_histogram.py: fix test failed on kernel-5.10
2021-01-08 Luca BoccassiRemove libbcc-no-libbpf shared library, change libbcc...
2021-01-08 Luca Boccassicmake: always link to packaged libbpf if CMAKE_USE_LIBB...
2020-12-29 Chunmei Xutests/test_array.py: add clock_nanosleep to attach...
2020-10-28 yonghong-songMerge pull request #3135 from danobi/uprobe_ref_cnt
2020-10-21 Daniel Xuusdt: Add test for uprobe refcnt support
2020-10-21 Daniel Xufolly: Update tracing headers
2020-10-14 Chunmei Xuset larger range to get probes evnet for test_usdt2.py
2020-09-02 Rafael Fonsecatests: only run arg parser test on supported arches
2020-07-15 yonghong-songMerge pull request #2994 from aspsk/tcpconnect-libbpf
2020-07-13 Simone Magnanifix cc queue/stack test kernel version
2020-07-11 William FindlayAdd Python API and documentation for Queue/Stack Tables...
2020-06-29 Simone Magnaniadd BPFQueueStackTable and tests
2020-06-25 William FindlayRingbuf Support for Python API (#2989)
2020-06-19 William FindlayAPI improvements for BPF LSM programs (#2979)
2020-06-18 William FindlayDelete existing kbuild_modname definitions
2020-06-04 Yonghong Songturn off x86 jump table optimization during jit compilation
2020-05-27 Jiri OlsaAdding support to load lsm programs
2020-05-25 Sumanth Korikkarbcc/tools: Replace bpf_probe_read with bpf_probe_read_k...
2020-05-15 Chunmei Xuadd -fPIC to compile examples/cpp and tests/cc
2020-04-23 Sandipan DasFix ELF ABI and endianness checks for powerpc64
2020-04-19 yonghong-songMerge pull request #2878 from htejun/biolatpcts
2020-04-19 Fuji Goroadd attribute readers to class USDT (C++ API)
2020-04-06 Michał GregorczykTranslate virtual addresses to binary addresses for...
2020-04-06 Yonghong Songadd test_lpm_trie.py test
2020-04-04 FUJI Goro[C++] add BPF::enable_usdt_all() and disble_usdt_all...
2020-03-18 Dale HamelAdd regression test for bcc resolve symbol names
2020-03-15 Jiri OlsaAdd support for new common fields
2020-03-15 Jiri OlsaStrengthen tracepoint format parsing
2020-03-15 Jiri OlsaAdd test for ebpf::parse_tracepoint function
2020-03-09 Fuji Goropython binding: allow fully-specified probe names for...
2020-03-08 Nick Gassonusdt: fix parsing sp register in arguments on AArch64
2020-02-27 Jiri OlsaFix bpf linking if specified via LIBBPF_LIBRARIES variable
2020-02-19 Pavel Dubovitskybindsnoop BCC tool (#2749)
2020-02-08 Yonghong Songsupport sockmap/sockhash/cgroup_local_storage maps
2020-01-30 Dale HamelMake inode-only matching default, reverse USDT kludge
2020-01-29 Dale HamelRun BCC test suite with github actions
2020-01-21 Dale HamelRemove namespace code from libbpf to fix USDT
2020-01-09 Michael ProkopFix a bunch of typos (#2693)
2020-01-06 Paul Chaignonrewriter: Fix tracking of pointers with several indirec...
2020-01-03 Yonghong Songsupport BPF_MAP_TYPE_SK_STORAGE map
2020-01-02 Yonghong Songfix test_map_in_map.cc compilation error
2019-12-12 Brendan GreggMerge pull request #2582 from ethercflow/mmtools-dev
2019-12-05 Yonghong Songrename tool lockstat.py to klockstat.py
2019-12-01 Aleksi TorhamoUse integer types for enums in JSON (Fixes #2615)
2019-11-26 Yonghong SongAdd map-in-map support
2019-11-18 Jiri OlsaAdd lockstat tool
2019-11-15 Wenbo Zhangadd tool: compactsnoop
2019-11-14 Dave Marchevskyadd BPF::init_usdt function to init a single USDT so...
2019-11-13 yonghong-songMerge pull request #2535 from olsajiri/libbpf
2019-11-12 Jiri OlsaAdd test_libbcc_no_libbpf test
2019-11-12 Jiri OlsaLink test_libbcc directly with libbcc.so
2019-11-01 Brendan GreggMerge pull request #2568 from TristanCacqueray/master
2019-10-31 yonghong-songintroduce map.lookup_or_try_init() (#2577)
2019-09-20 Philip GladstoneFixes #2518 -- weird behaviour of lookup_or_init (...
2019-09-03 Paul ChaignonSupport for hardware offload (#2502)
next