summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2021-12-02tools/resolve_btfids: Skip unresolved symbol warning for empty BTF setsKumar Kartikeya Dwivedi-3/+5
2021-11-12tools/runqslower: Fix cross-buildJean-Philippe Brucker-2/+1
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet-10/+22
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet-65/+72
2021-10-25bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet-68/+62
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet-84/+111
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet-18/+24
2021-10-25bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet-2/+2
2021-10-22bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet-7/+9
2021-10-22bpftool: Switch to new btf__type_cnt APIHengqi Chen-8/+8
2021-10-22tools/resolve_btfids: Switch to new btf__type_cnt APIHengqi Chen-2/+2
2021-10-21bpftool: Improve skeleton generation for data maps without DATASEC typeAndrii Nakryiko-6/+45
2021-10-21bpftool: Support multiple .rodata/.data internal maps in skeletonAndrii Nakryiko-47/+60
2021-10-20bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet-3/+1
2021-10-19bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet-5/+5
2021-10-19bpftool: Do not FORCE-build libbpfQuentin Monnet-2/+2
2021-10-19bpftool: Fix install for libbpf's internal header(s)Quentin Monnet-7/+7
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song-3/+3
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet-2/+4
2021-10-08tools/runqslower: Install libbpf headers when buildingQuentin Monnet-9/+13
2021-10-08tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet-7/+13
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet-12/+21
2021-10-08bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>Quentin Monnet-2/+0
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen-2/+2
2021-10-05tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi-9/+19
2021-09-28bpftool: Avoid using "?: " in generated codeYucong Sun-1/+4
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky-0/+1
2021-09-14bpftool: Add support for BTF_KIND_TAGYonghong Song-0/+12
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko-2/+0
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet-2/+8
2021-09-07bpftool: Provide a helper method for accessing skeleton's embedded ELF dataMatt Smith-12/+19
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-91/+217
2021-07-30tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet-2/+4
2021-07-30tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet-10/+96
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet-28/+45
2021-07-30tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet-5/+12
2021-07-30tools: bpftool: Slightly ease bash completion updatesQuentin Monnet-25/+29
2021-07-29tools: bpftool: Support dumping split BTF by idQuentin Monnet-1/+1
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet-23/+29
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet-1/+4
2021-07-29tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen-6/+7
2021-07-15bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser-0/+5
2021-07-07tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li-5/+2
2021-07-07tools/runqslower: Use __state instead of stateSanjayKumar Jeyakumar-1/+1
2021-07-06bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian-2/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2021-06-18bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar-0/+3
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-11/+25
2021-06-11tools/bpftool: Fix error return code in do_batch()Zhihao Cheng-1/+3
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker-1/+4