summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+2
|\
| * tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao2022-01-201-2/+2
* | libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee2022-01-051-1/+1
* | bpftool: Probe for instruction set extensionsPaul Chaignon2022-01-051-0/+44
* | bpftool: Probe for bounded loop supportPaul Chaignon2022-01-051-0/+22
* | bpftool: Refactor misc. feature probePaul Chaignon2022-01-051-16/+29
* | bpftool: Enable line buffering for stdoutPaul Chaignon2021-12-211-0/+2
* | bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko2021-12-171-3/+23
* | tools/runqslower: Enable cross-building with clangJean-Philippe Brucker2021-12-161-2/+2
* | bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
* | tools/resolve_btfids: Support cross-building the kernel with clangJean-Philippe Brucker2021-12-161-0/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-1021-70/+125
|\ \
| * | bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko2021-12-103-29/+21
| * | bpftool: Add debug mode for gen_loader.Alexei Starovoitov2021-12-051-9/+11
| * | bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko2021-12-021-10/+13
| * | tools/resolve_btf_ids: Close ELF file on errorAndrii Nakryiko2021-11-261-2/+3
| * | bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet2021-11-1613-18/+39
| * | bpftool: Add SPDX tags to RST documentation filesQuentin Monnet2021-11-1614-1/+27
| * | bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev2021-11-161-1/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-3/+5
|\ \ \ | | |/ | |/|
| * | tools/resolve_btfids: Skip unresolved symbol warning for empty BTF setsKumar Kartikeya Dwivedi2021-12-021-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-2/+1
|\| | | |/ |/|
| * tools/runqslower: Fix cross-buildJean-Philippe Brucker2021-11-121-2/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-1526-181/+314
|\ \ | |/ |/|
| * bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-145-23/+27
| * bpftool: Fix mixed indentation in documentationQuentin Monnet2021-11-142-38/+38
| * bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-144-3/+6
| * bpftool: Fix indent in option lists in the documentationQuentin Monnet2021-11-147-14/+14
| * bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2021-11-142-2/+0
| * bpftool: Fix memory leak in prog_dump()Quentin Monnet2021-11-141-6/+9
| * bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev2021-11-125-19/+48
| * bpftool: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-111-0/+2
| * bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko2021-11-113-8/+5
| * tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko2021-11-111-4/+2
| * bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko2021-11-111-8/+8
| * bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet2021-11-103-3/+3
| * bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko2021-11-071-1/+1
| * bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky2021-11-032-50/+149
| * bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky2021-11-032-2/+2
* | 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