libbpf-tools: update runqlat for libbpf 1.0
[platform/upstream/bcc.git] / src /
2021-12-20 Yonghong Songsync with latest libbpf repo
2021-12-18 yzhaoReplace !StatusTuple::code() with StatusTuple::ok(...
2021-12-17 Dave MarchevskyRemove P4 language support.
2021-12-17 Dave MarchevskyRemove B language support
2021-12-15 Dave MarchevskyMerge pull request #3748 from chenhengqi/fix-bcc-bio...
2021-12-11 Yaxiong ZhaoFix format
2021-12-11 Yaxiong Zhao!StatusTuple::ok() replaced StatusTuple::code() != 0
2021-12-11 congwuuse probe_limt from env
2021-12-06 Yonghong Songfix llvm compilation failure
2021-12-06 Yonghong Songsync with latest libbpf repo
2021-11-24 Jacky_Yinbcc: remove trailing semicolon of macro
2021-11-22 Hengqi Chenbcc: Use bpf_probe_read_str to read tracepoint data_loc...
2021-11-18 hsqStephenZhangadd batch methods into libbpf.h
2021-11-18 Yonghong SongSync with latest libbpf repo
2021-11-15 Eddie ElizondoAdd comment to sorting function
2021-11-15 Eddie ElizondoGuarantee strict weak order in Probe::finalize_locations
2021-11-04 Dave MarchevskyMerge pull request #3673 from chenhengqi/fix-libbpf...
2021-11-01 Hengqi Chenbcc: Add kernel_struct_has_field function to BPF object
2021-11-01 Yonghong Songsync latest libbpf repo
2021-10-30 r-valueFix build on RISC-V
2021-10-18 Dave Marchevskyexport/helpers: only put helpers in special section...
2021-10-18 Dave MarchevskyMerge pull request #3665 from chenhengqi/dev/kfunc...
2021-10-17 Hengqi Chenbcc: Allow KFUNC_PROBE to instrument function without...
2021-10-16 Dave MarchevskyMerge pull request #3662 from chenhengqi/enable-warn...
2021-10-15 Dave MarchevskyMerge pull request #3661 from iovisor/yhs_dev
2021-10-14 Yonghong Songfix a llvm14 compilation error
2021-09-30 Dave MarchevskyMerge pull request #3642 from shunghsiyu/fix_linking_wh...
2021-09-30 Shung-Hsi YuDo not export USDT function when ENABLE_USDT is OFF
2021-09-29 Dave MarchevskyMerge pull request #3615 from Rtoax/patch-3
2021-09-15 Yonghong Songsync with latest libbpf repo
2021-09-14 Mauricio Vásquezsrc/python: fix filtering by containers when kfunc...
2021-09-14 WGHCheck for kconfig.h presence, not just build dir (...
2021-09-06 Francis LanielPermits mountsnoop to filter container using cgroup...
2021-09-06 Alan Maguirelibbpf-tools/ksnoop: kernel argument/return value traci...
2021-09-02 Hao Leebcc/python: Add the support for detaching a single...
2021-08-19 Dave Marchevskybcc/python: Add test_attach_perf_event.py to CMake...
2021-08-19 Dave Marchevskybcc/python: extend perf_event_attr ctype
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-08-06 Dave MarchevskyMerge pull request #3566 from davemarchevsky/davemarche...
2021-08-06 Dave MarchevskyClangLoader: Pull out common remapped file operations
2021-07-18 yonghong-songsync with latest libbpf repo (#3529)
2021-07-17 Mauricio Vásqueztools: Fix filtering by mount namespace
2021-07-12 Dave MarchevskyMerge pull request #3498 from davemarchevsky/davemarche...
2021-07-11 Fei LiCheck if raw tracepoint in module is supported
2021-07-01 Daniel Xucmake: Make libbcc_bpf.so the BCC runtime
2021-07-01 Daniel Xucmake: Move bpf-static and bpf-shared targets lower...
2021-06-22 masibwAllow the use of custom keys in BPF_HASH_OF_MAPS (...
2021-06-19 Dave MarchevskyProcSyms should treat the executable like any other...
2021-06-18 chenyuezhoulibbcc: add atomic_increment()
2021-06-17 Hengqi Chenbcc/python: fix attach kprobe/kretprobe using regex
2021-06-17 Hengqi Chenbcc/python: remove unused imports, remove redundant...
2021-06-16 Dave Marchevskypull out enums from main BPF class to avoid namespace...
2021-06-16 Spencer NelsonDecode bytes when formatting them as strings
2021-06-15 Dave MarchevskyMerge pull request #3466 from chenhengqi/add-bindsnoop
2021-06-15 Khem RajRemove APInt/APSInt toString() std::string variants
2021-06-14 zcybcc-python: support attach_func() and detach_func(...
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-06-04 edwardwuAdd an option to strip leading zeros from linear histograms
2021-05-26 Yonghong SongFix a llvm compilation error
2021-05-26 chenyuezhouadjust: bpf_attach_xdp report nicer error
2021-05-24 zcyfeature: add `XDP_FLAGS*` in python lib (#3447)
2021-05-13 Russ KubikUpdate bcc_exception.h
2021-05-09 Andreas Zieglerbcc_elf: add support for debug information from libdebu...
2021-05-07 Luigi BaldoniUse arch-specific libdir with pkgconfig
2021-05-06 Yonghong Songfix llvm compilation errors
2021-05-06 Yonghong Songsync with latest libbpf repo
2021-05-05 Dave Marchevskyloader: include bpf_workaround.h header
2021-04-30 Dave MarchevskyMove HAVE_BUILTIN_BSWAP includes to separate header
2021-04-30 zcyfeature: support create new map and pin it to bpffs...
2021-04-29 Yonghong SongRevert "add macros offsetof and container_of"
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 Magnanimodified self.max_entries to be available from all...
2021-04-29 Simone Magnaniintroduced Queue/Stack itervalues
2021-04-29 Jerome MarchandFix BPF(src_file="foo")
2021-04-28 yzhaoAdd BPFStackTable::free_symcache() to free the symbol...
2021-04-26 Yonghong Songadd macros offsetof and container_of
2021-04-25 Emilien Gobillotadd bpf_map_lookup_batch and bpf_map_delete_batch in...
2021-04-05 Andrii Nakryikolibbpf: update to latest upstream version
2021-04-01 Andrii Nakryikolibbpf: update to latest master
2021-03-20 Tiezhu Yangbcc: Add some basic support for MIPS
2021-03-20 Yonghong Songsync with latest libbpf
2021-03-05 Edward WuFix abnormal symbol parsing when __irqentry_text_end...
2021-03-03 Yonghong Songfix a llvm-triggered compilation error
2021-03-02 Jonathan GiddyUse string type for comparison to PATH elements
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 Yonghong SongAllow python usdt attachment with pid -1
2021-02-22 Emilien Gobillotadd bpf_map_lookup_and_delete_batch in bcc (#3234)
2021-02-22 Dane Springmeyerinclude common.h for std::make_unique
2021-02-19 Yonghong Songfix incorrect arch register use for kprobe func with...
2021-02-11 Goro Fujifix a typo in error messages in BPF::attach_usdt()
2021-01-27 Yonghong Songadd support kfunc/modify_return bpf programs
2021-01-27 Chunmei Xuaarch64: turn off jump table optimization during jit...
2021-01-14 Russ Kubikport valgrind fix from Neil Wilson
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...
next