summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)Author
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-30tools: bpftool: Complete metrics list in "bpftool prog profile" docQuentin Monnet
2021-07-30tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet
2021-07-30tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet
2021-07-30tools: bpftool: Slightly ease bash completion updatesQuentin Monnet
2021-07-29tools: bpftool: Support dumping split BTF by idQuentin Monnet
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet
2021-07-15bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser
2021-07-06bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-11tools/bpftool: Fix error return code in do_batch()Zhihao Cheng
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-25bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko
2021-05-25bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov
2021-05-11bpftool: Stop emitting static variables in BPF skeletonAndrii Nakryiko
2021-05-11libbpf: Add per-file linker optsAndrii Nakryiko
2021-05-11bpftool: Strip const/volatile/restrict modifiers from .bss and .data varsAndrii Nakryiko
2021-04-23bpftool: Dump more info about DATASEC membersAndrii Nakryiko
2021-04-23bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko
2021-04-15bpftool: Fix a clang compilation warningYonghong Song
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-03-18bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko
2021-03-18bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko
2021-03-16bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-04tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer
2021-03-04tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich
2021-02-26bpftool: Print subprog address properlyYonghong Song
2021-02-24bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer
2021-02-22Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-01-15bpftool: Add Makefile target bootstrapSong Liu
2021-01-13tools/bpftool: Add -Wall when building BPF programsIan Rogers
2021-01-06bpftool: Fix compilation failure for net.o with older glibcAlan Maguire
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-03tools/bpftool: Auto-detect split BTFs in common casesAndrii Nakryiko
2020-12-03tools/bpftool: Emit name <anon> for anonymous BTFsAndrii Nakryiko
2020-11-24bpftool: Fix error return value in build_btf_type_tableZhen Lei
2020-11-20bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski