summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2022-02-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+5
2022-02-03tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor-1/+5
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+3
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao-2/+2
2022-01-15tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao-3/+3
2022-01-05libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee-1/+1
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon-0/+44
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon-0/+22
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon-16/+29
2021-12-21bpftool: Enable line buffering for stdoutPaul Chaignon-0/+2
2021-12-17bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko-3/+23
2021-12-16tools/runqslower: Enable cross-building with clangJean-Philippe Brucker-2/+2
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker-6/+7
2021-12-16tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker-0/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-70/+125
2021-12-10bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko-29/+21
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+5
2021-12-05bpftool: Add debug mode for gen_loader.Alexei Starovoitov-9/+11
2021-12-02bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko-10/+13
2021-12-02tools/resolve_btfids: Skip unresolved symbol warning for empty BTF setsKumar Kartikeya Dwivedi-3/+5
2021-11-26tools/resolve_btf_ids: Close ELF file on errorAndrii Nakryiko-2/+3
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2021-11-16bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet-18/+39
2021-11-16bpftool: Add SPDX tags to RST documentation filesQuentin Monnet-1/+27
2021-11-16bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev-1/+11
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-181/+314
2021-11-14bpftool: Use libbpf_get_error() to check errorHengqi Chen-23/+27
2021-11-14bpftool: Fix mixed indentation in documentationQuentin Monnet-38/+38
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet-3/+6
2021-11-14bpftool: Fix indent in option lists in the documentationQuentin Monnet-14/+14
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet-2/+0
2021-11-14bpftool: Fix memory leak in prog_dump()Quentin Monnet-6/+9
2021-11-12tools/runqslower: Fix cross-buildJean-Philippe Brucker-2/+1
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev-19/+48
2021-11-11bpftool: Support BTF_KIND_TYPE_TAGYonghong Song-0/+2
2021-11-11bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko-8/+5
2021-11-11tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko-4/+2
2021-11-11bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko-8/+8
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet-3/+3
2021-11-07bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko-1/+1
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet-10/+22
2021-11-03bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky-50/+149
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky-2/+2
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