summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-169-36/+41
* tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS supportIlya Leoshkevich2023-02-101-0/+2
* tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa2023-02-091-1/+1
* tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers2023-02-071-2/+2
* tools/resolve_btfids: Compile resolve_btfids as host programJiri Olsa2023-02-072-4/+9
* bpftool: profile online CPUs instead of possibleTonghao Zhang2023-02-021-8/+30
* tools/resolve_btfids: Alter how HOSTCC is forcedIan Rogers2023-01-251-10/+7
* tools/resolve_btfids: Install subcmd headersIan Rogers2023-01-252-6/+15
* bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte2023-01-131-1/+2
* bpftool: fix output for skipping kernel config checkChethan Suresh2023-01-101-4/+4
* bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard2023-01-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-051-0/+4
|\
| * bpftool: Fix linkage with statically built libllvmAnton Protopopov2022-12-221-0/+4
* | bpf: makefiles: Do not generate empty vmlinux.hChangbin Du2022-12-201-0/+3
* | tools/resolve_btfids: Use pkg-config to locate libelfShen Jiamin2022-12-151-2/+6
|/
* bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin2022-12-061-0/+1
* bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui2022-11-201-6/+1
* bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui2022-11-208-45/+39
* bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui2022-11-201-3/+2
* bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui2022-11-201-4/+2
* bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui2022-11-206-33/+3
* bpftool: Check argc first before "file" in do_batch()Tiezhu Yang2022-11-151-3/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-118-71/+43
|\
| * libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-098-71/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+3
|\ \ | |/ |/|
| * bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui2022-11-021-0/+3
* | bpftool: Fix spelling mistake "disasembler" -> "disassembler"Colin Ian King2022-10-261-1/+1
* | bpftool: Support new cgroup local storageYonghong Song2022-10-252-2/+2
* | bpftool: Add llvm feature to "bpftool version"Quentin Monnet2022-10-252-4/+11
* | bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet2022-10-254-18/+16
* | bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet2022-10-253-23/+141
* | bpftool: Refactor disassembler for JIT-ed programsQuentin Monnet2022-10-251-45/+88
* | bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet2022-10-251-12/+15
* | bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet2022-10-251-5/+14
* | bpftool: Remove asserts from JIT disassemblerQuentin Monnet2022-10-254-35/+57
* | bpftool: Define _GNU_SOURCE only onceQuentin Monnet2022-10-257-0/+14
* | bpftool: Add "bootstrap" feature to version outputQuentin Monnet2022-10-211-32/+49
* | bpftool: Set binary name to "bpftool" in help and version outputQuentin Monnet2022-10-211-1/+1
* | bpftool: Update the bash completion(add autoattach to prog load)Wang Yufen2022-10-211-0/+1
* | bpftool: Update doc (add autoattach to prog load)Wang Yufen2022-10-211-2/+13
* | bpftool: Add autoattach for bpf prog load|loadallWang Yufen2022-10-211-2/+74
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-5/+49
|\
| * bpftool: Fix wrong cgroup attach flags being assigned to effective progsPu Lehui2022-09-211-5/+49
* | bpftool: Fix error message of strerrorTianyi Liu2022-09-303-12/+10
* | bpftool: Remove unused struct event_ring_infoYuan Can2022-09-301-7/+0
* | bpftool: Remove unused struct btf_attach_pointYuan Can2022-09-301-5/+0
* | bpftool: Show parameters of BPF task iterators.Kui-Feng Lee2022-09-281-0/+19
* | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-212-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-062-1/+36
|\ \
| * | bpftool: Add support for querying cgroup_iter linkHao Luo2022-08-301-0/+35