summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-14bpftool: Use libbpf_get_error() to check errorHengqi Chen
2021-11-14bpftool: Fix mixed indentation in documentationQuentin Monnet
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet
2021-11-14bpftool: Fix indent in option lists in the documentationQuentin Monnet
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet
2021-11-14bpftool: Fix memory leak in prog_dump()Quentin Monnet
2021-11-12tools/runqslower: Fix cross-buildJean-Philippe Brucker
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev
2021-11-11bpftool: Support BTF_KIND_TYPE_TAGYonghong Song
2021-11-11bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko
2021-11-11tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko
2021-11-11bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet
2021-11-07bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet
2021-11-03bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet
2021-10-25bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet
2021-10-25bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet
2021-10-22bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet
2021-10-22bpftool: Switch to new btf__type_cnt APIHengqi Chen
2021-10-22tools/resolve_btfids: Switch to new btf__type_cnt APIHengqi Chen
2021-10-21bpftool: Improve skeleton generation for data maps without DATASEC typeAndrii Nakryiko
2021-10-21bpftool: Support multiple .rodata/.data internal maps in skeletonAndrii Nakryiko
2021-10-20bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet
2021-10-19bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet
2021-10-19bpftool: Do not FORCE-build libbpfQuentin Monnet
2021-10-19bpftool: Fix install for libbpf's internal header(s)Quentin Monnet
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet
2021-10-08tools/runqslower: Install libbpf headers when buildingQuentin Monnet
2021-10-08tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet
2021-10-08bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>Quentin Monnet
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen
2021-10-05tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi
2021-09-28bpftool: Avoid using "?: " in generated codeYucong Sun
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky
2021-09-14bpftool: Add support for BTF_KIND_TAGYonghong Song
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet
2021-09-07bpftool: Provide a helper method for accessing skeleton's embedded ELF dataMatt Smith
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-30tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet
2021-07-30tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet