summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko2021-03-193-9/+44
* bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko2021-03-163-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-106-8/+20
|\
| * tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer2021-03-052-8/+4
| * tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-052-0/+9
| * bpftool: Print subprog address properlyYonghong Song2021-02-261-0/+3
| * bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer2021-02-241-0/+4
* | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-221-0/+2
|\ \ | |/ |/|
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-01-201-1/+0
| |\
| * | bpftool: Add Makefile target bootstrapSong Liu2021-01-151-0/+2
* | | bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-0/+4
* | | tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-291-2/+0
* | | tools/bpftool: Add -Wall when building BPF programsIan Rogers2021-01-141-1/+1
| |/ |/|
* | bpftool: Fix compilation failure for net.o with older glibcAlan Maguire2021-01-071-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-121-2/+2
|\
| * tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko2020-12-081-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-042-5/+52
|\ \
| * | tools/bpftool: Auto-detect split BTFs in common casesAndrii Nakryiko2020-12-031-4/+21
| * | tools/bpftool: Emit name <anon> for anonymous BTFsAndrii Nakryiko2020-12-031-0/+2
| * | bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song2020-11-201-1/+29
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-041-0/+1
|\ \ \ | | |/ | |/|
| * | bpftool: Fix error return value in build_btf_type_tableZhen Lei2020-11-241-0/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-201-9/+9
|\| | | |/ |/|
| * tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-131-9/+9