platform/upstream/bcc.git
2021-06-12 Hengqi Chenlibbpf-tools: add bindsnoop
2021-05-09 Andreas ZieglerSPECS/bcc.spec: add dependencies to libdebuginfod
2021-05-09 Andreas Zieglerbcc_elf: add support for debug information from libdebu...
2021-05-09 Hengqi Chenlibbpf-tools: add gethostlatency
2021-05-07 Luigi BaldoniUse arch-specific libdir with pkgconfig
2021-05-06 Yonghong Songupdate debian changelog for release v0.20.0 v0.20.0
2021-05-06 Yonghong Songfix llvm compilation errors
2021-05-06 Yonghong Songsync with latest libbpf repo
2021-05-05 Kenta Tadabcc/libbpf-tools: Use fentry for vfsstat
2021-05-05 Dave Marchevskyloader: include bpf_workaround.h header
2021-05-01 Wenbo Zhanglibbpf-tools: add offcputime
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 edwardwutools/biolatency: Extend average/total value
2021-04-29 Jerome MarchandFix BPF(src_file="foo")
2021-04-28 netedwardwutools/funclatency: Should clear() after display that...
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-25 Kenta Tadalibbpf-tools: fix some minor issues of ext4dist
2021-04-25 Wenbo Zhanglibbpf-tools: add two helpers
2021-04-16 chenyue.zhouupdate
2021-04-16 chenyue.zhoutools/funclatency: support nested or recursive functions
2021-04-10 chendotjsfix minor typo
2021-04-06 Hengqi Chenlibbpf-tools: resolve KERNEL_VERSION macro redefined
2021-04-06 Hengqi Chenlibbpf-tools: fix for block io tracepoints changed
2021-04-05 Andrii Nakryikolibbpf: update to latest upstream version
2021-04-01 Andrii Nakryikolibbpf-tools: add libbpf's Linux uapi headers to build
2021-04-01 Andrii Nakryikolibbpf-tools: remove unecessary custom NULL definitions
2021-04-01 Andrii Nakryikolibbpf: update to latest master
2021-04-01 Wenbo Zhanglibbpf-tools: use raw_tp sched_switch instead of kprobe
2021-04-01 Roman Sudarikovsome code cleanups
2021-04-01 Roman Sudarikovaddressing review comments
2021-04-01 Roman Sudarikovlevereging extern Kconfig LINUX_KERNEL_VERSION, adding...
2021-04-01 Roman Sudarikovblock tracepoints no longer have struct request_queue arg
2021-04-01 Wenbo Zhanglibbpf-tools: add ext4dist
2021-03-22 FedeParoladoc: add perf_submit_skb() documentation
2021-03-20 Jerome Marchandtools: handle renamed lookup_fast function in dcache...
2021-03-20 Tiezhu Yangbcc: Add some basic support for MIPS
2021-03-20 Yonghong Songupdate debian changelog for release v0.19.0 v0.19.0
2021-03-20 Yonghong Songsync with latest libbpf
2021-03-19 Gary Lincmake: make "-no-pie" optional
2021-03-17 Mariusz BarczakAllow to use BCC as a cmake sub-project
2021-03-17 Wenbo Zhanglibbpf-tools: fix bug report address
2021-03-17 chenhengqilibbpf-tools: initialize global variables in cachestat...
2021-03-17 Tiezhu YangFAQ: Update LD_LIBRARY_PATH and PYTHONPATH
2021-03-17 Wenbo Zhanglibbpf-tools: fix error handling and cleanup
2021-03-17 suresh kumartools: add option to include 'LPORT' in tcpconnlat...
2021-03-15 Andrii Nakryikolibbpf-tools: fix non-C89-compliant for loop variable...
2021-03-14 zhenwei pitools/virtiostat: add filter
2021-03-14 Guodong XuIn GCC10.2 suffix '.isra.0' was appended to 'finish_tas...
2021-03-12 Jerome Marchandtcpstates: forget sockets when connection is closed
2021-03-12 Wenbo Zhanglibbpf-tools: add cachestat
2021-03-12 yeya24cleanup the style and unused function in XDP examples
2021-03-12 suresh2514tools: add option to include 'LPORT' in tcpconnect...
2021-03-08 UENISHI KotaAdd required libfl-dev in Ubuntu Bionic
2021-03-05 Edward WuFix abnormal symbol parsing when __irqentry_text_end...
2021-03-05 Barret Rhodenlibbpf-tools: add funclatency
2021-03-03 Yonghong Songfix a llvm-triggered compilation error
2021-03-02 Andreas Gerstmayrbiotop and biosnoop: save __data_len at blk_start_request
2021-03-02 Wenbo Zhangfix wakeuptime's raw_tp: get awakened task from ctx...
2021-03-02 Jonathan GiddyUse string type for comparison to PATH elements
2021-03-02 Tiezhu YangINSTALL.md: Update and simplify the install steps for...
2021-02-26 Richard SangerIncrease storage size of usdt constant to 64 bits
2021-02-25 Sevan JaniyanTypo
2021-02-25 Sevan JaniyanEnable kernel headers through /sys/kern/kheaders.tar.xz
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 Jonathan GiddyFix bytes - strings confusion in trace tool
2021-02-22 Emilien Gobillotadd bpf_map_lookup_and_delete_batch in bcc (#3234)
2021-02-22 zhenwei pitools/virtiostat: add virtiostat tool
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-18 Jerome Marchandtools: include kasan header in slabtoprate
2021-02-11 Goro Fujifix a typo in error messages in BPF::attach_usdt()
2021-02-11 Ilya MargolinUpdate tutorial_bcc_python_developer.md
2021-02-11 Goro Fujidocs: explain the relationship between BPF_TABLE and...
2021-02-11 Andrii Nakryikolibbpf-tools: add arm64 and powerpc vmlinux.h headers
2021-02-11 Andrii Nakryikolibbpf-tools: add support for per-architecture vmlinux.h
2021-02-07 Wenbo Zhanglibbpf-tools: minor fixes for readahead
2021-02-06 Wenbo Zhanglibbpf-tools: fix some tools error info and usage
2021-02-06 Wenbo Zhanglibbpf-tools: fix readahead, support v5.10+ kernel
2021-02-06 Jianpeng Macmake: sync submodule libbpf when do cmake.
2021-02-06 Jiri OlsaAdd install target to libbpf-tools
2021-02-06 Ananth N Mavinakayan... tools/wakeuptime: Switch to using tracepoints if available
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-28 Matteo Crocecmake: look for either static or dynamic libraries
2021-01-28 Guangyuan YangINSTALL.md: fix the Debian binary link
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-25 Wenbo Zhanglibbpf-tools: fix runqlen's error handling logic
2021-01-21 xuchunmei000fix some test cases failed (#3235)
2021-01-21 Yuto Kawamuratools/offcputime Warn user when an event skipped by...
next