summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-267-65/+72
* bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet2021-10-262-68/+62
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-266-84/+111
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-265-18/+24
* bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-261-2/+2
* bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet2021-10-231-7/+9
* bpftool: Switch to new btf__type_cnt APIHengqi Chen2021-10-232-8/+8
* bpftool: Improve skeleton generation for data maps without DATASEC typeAndrii Nakryiko2021-10-221-6/+45
* bpftool: Support multiple .rodata/.data internal maps in skeletonAndrii Nakryiko2021-10-221-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-201-5/+5
* bpftool: Do not FORCE-build libbpfQuentin Monnet2021-10-201-2/+2
* bpftool: Fix install for libbpf's internal header(s)Quentin Monnet2021-10-201-7/+7
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-191-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
* bpftool: Avoid using "?: " in generated codeYucong Sun2021-09-291-1/+4
* bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky2021-09-171-0/+1
* bpftool: Add support for BTF_KIND_TAGYonghong Song2021-09-151-0/+12
* libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko2021-09-141-1/+0
* libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-091-0/+4
* bpftool: Provide a helper method for accessing skeleton's embedded ELF dataMatt Smith2021-09-081-12/+19
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-3128-85/+210
|\
| * tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet2021-07-312-2/+4
| * tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet2021-07-318-10/+96
| * tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-3125-28/+45
| * tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet2021-07-314-5/+12
| * tools: bpftool: Slightly ease bash completion updatesQuentin Monnet2021-07-311-25/+29
| * tools: bpftool: Support dumping split BTF by idQuentin Monnet2021-07-301-1/+1
| * tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-304-23/+29
| * tools: Free BTF objects at various locationsQuentin Monnet2021-07-301-1/+4
* | bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-151-0/+5
|/
* bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-061-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-173-11/+25
|\
| * tools/bpftool: Fix error return code in do_batch()Zhihao Cheng2021-06-121-1/+3
| * tools/bpftool: Fix cross-buildJean-Philippe Brucker2021-06-081-1/+4
| * bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko2021-05-261-9/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-275-7/+10
|\ \ | |/ |/|
| * bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian2021-05-255-7/+10
* | bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov2021-05-196-24/+482
* | bpftool: Stop emitting static variables in BPF skeletonAndrii Nakryiko2021-05-121-0/+4
* | libbpf: Add per-file linker optsAndrii Nakryiko2021-05-121-1/+1
* | bpftool: Strip const/volatile/restrict modifiers from .bss and .data varsAndrii Nakryiko2021-05-121-0/+2
|/
* bpftool: Dump more info about DATASEC membersAndrii Nakryiko2021-04-231-8/+18
* bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko2021-04-231-1/+3
* bpftool: Fix a clang compilation warningYonghong Song2021-04-161-1/+1
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-012-0/+2
* bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko2021-03-193-16/+100