summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
Commit message (Expand)AuthorAgeFilesLines
* kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
* 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
* | bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
* | 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
* | 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 https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-1525-177/+312
|\ \ | |/ |/|
| * 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
| * 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
* 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
* 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