summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tools/runqslower: Install libbpf headers when buildingQuentin Monnet2021-10-081-9/+13
* tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet2021-10-082-7/+13
* 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
* tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi2021-10-051-9/+19
* bpftool: Avoid using "?: " in generated codeYucong Sun2021-09-281-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-141-0/+12
* libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko2021-09-132-2/+0
* libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-092-2/+8
* bpftool: Provide a helper method for accessing skeleton's embedded ELF dataMatt Smith2021-09-071-12/+19
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-3129-91/+217
|\
| * tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet2021-07-302-2/+4
| * tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet2021-07-308-10/+96
| * tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-3025-28/+45
| * tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet2021-07-304-5/+12
| * tools: bpftool: Slightly ease bash completion updatesQuentin Monnet2021-07-301-25/+29
| * tools: bpftool: Support dumping split BTF by idQuentin Monnet2021-07-291-1/+1
| * tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-294-23/+29
| * tools: Free BTF objects at various locationsQuentin Monnet2021-07-291-1/+4
| * tools/resolve_btfids: Emit warnings and patch zero id for missing symbolsHengqi Chen2021-07-291-6/+7
* | bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-151-0/+5
|/
* tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li2021-07-071-5/+2
* tools/runqslower: Use __state instead of stateSanjayKumar Jeyakumar2021-07-071-1/+1
* 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/netdev/netJakub Kicinski2021-06-291-0/+3
|\
| * bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar2021-06-181-0/+3
* | 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-111-1/+3
| * | tools/bpftool: Fix cross-buildJean-Philippe Brucker2021-06-081-1/+4
| * | bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko2021-05-251-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-111-0/+4
* | libbpf: Add per-file linker optsAndrii Nakryiko2021-05-111-1/+1
* | bpftool: Strip const/volatile/restrict modifiers from .bss and .data varsAndrii Nakryiko2021-05-111-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-151-1/+1
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-012-0/+2
* tools/resolve_btfids: Fix warningsStanislav Fomichev2021-03-311-6/+5
* bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko2021-03-183-16/+100