summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* tools/runqslower: Fix cross-buildJean-Philippe Brucker2021-11-121-2/+1
* bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet2021-11-051-10/+22
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-257-65/+72
* bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet2021-10-252-68/+62
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-256-84/+111
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-255-18/+24
* bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-251-2/+2
* bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet2021-10-221-7/+9
* bpftool: Switch to new btf__type_cnt APIHengqi Chen2021-10-222-8/+8
* tools/resolve_btfids: Switch to new btf__type_cnt APIHengqi Chen2021-10-221-2/+2
* bpftool: Improve skeleton generation for data maps without DATASEC typeAndrii Nakryiko2021-10-211-6/+45
* bpftool: Support multiple .rodata/.data internal maps in skeletonAndrii Nakryiko2021-10-211-47/+60
* bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet2021-10-202-3/+1
* bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet2021-10-191-5/+5
* bpftool: Do not FORCE-build libbpfQuentin Monnet2021-10-191-2/+2
* bpftool: Fix install for libbpf's internal header(s)Quentin Monnet2021-10-191-7/+7
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-181-3/+3
* bpftool: Add install-bin target to install binary onlyQuentin Monnet2021-10-081-2/+4
* tools/runqslower: Install libbpf headers when buildingQuentin Monnet2021-10-081-9/+13
* tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet2021-10-082-7/+13
* bpftool: Install libbpf headers instead of including the dirQuentin Monnet2021-10-081-12/+21
* bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>Quentin Monnet2021-10-082-2/+0
* selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen2021-10-062-2/+2
* tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi2021-10-051-9/+19
* bpftool: Avoid using "?: " in generated codeYucong Sun2021-09-281-1/+4
* bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky2021-09-171-0/+1
* bpftool: Add support for BTF_KIND_TAGYonghong Song2021-09-141-0/+12
* libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko2021-09-132-2/+0
* libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-092-2/+8
* bpftool: Provide a helper method for accessing skeleton's embedded ELF dataMatt Smith2021-09-071-12/+19
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-3129-91/+217
|\
| * tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet2021-07-302-2/+4
| * tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet2021-07-308-10/+96
| * tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-3025-28/+45
| * tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet2021-07-304-5/+12
| * tools: bpftool: Slightly ease bash completion updatesQuentin Monnet2021-07-301-25/+29
| * tools: bpftool: Support dumping split BTF by idQuentin Monnet2021-07-291-1/+1
| * tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-294-23/+29
| * tools: Free BTF objects at various locationsQuentin Monnet2021-07-291-1/+4
| * tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen2021-07-291-6/+7
* | bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-151-0/+5
|/
* tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li2021-07-071-5/+2
* tools/runqslower: Use __state instead of stateSanjayKumar Jeyakumar2021-07-071-1/+1
* bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-061-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-0/+3
|\
| * bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar2021-06-181-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-173-11/+25
|\ \
| * | tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-06-111-1/+3
| * | tools/bpftool: Fix cross-buildJean-Philippe Brucker2021-06-081-1/+4
| * | bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko2021-05-251-9/+18