aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-06-18bpf: Fix libelf endian handling in resolv_btfidsTony Ambardar1-0/+3
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-11/+25
2021-06-11tools/bpftool: Fix error return code in do_batch()Zhihao Cheng1-1/+3
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker1-1/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+10
2021-05-25bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko1-9/+18
2021-05-25bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian5-7/+10
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov6-24/+482
2021-05-11bpftool: Stop emitting static variables in BPF skeletonAndrii Nakryiko1-0/+4
2021-05-11libbpf: Add per-file linker optsAndrii Nakryiko1-1/+1
2021-05-11bpftool: Strip const/volatile/restrict modifiers from .bss and .data varsAndrii Nakryiko1-0/+2
2021-04-23bpftool: Dump more info about DATASEC membersAndrii Nakryiko1-8/+18
2021-04-23bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko1-1/+3
2021-04-15bpftool: Fix a clang compilation warningYonghong Song1-1/+1
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2-0/+2
2021-03-31tools/resolve_btfids: Fix warningsStanislav Fomichev1-6/+5
2021-03-18bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko3-16/+100
2021-03-18bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko3-9/+44
2021-03-16bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko3-3/+5
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-88/+58
2021-03-04bpf: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-03-04tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer3-68/+4
2021-03-04scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-1/+1
2021-03-04tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2-0/+9
2021-03-02tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko1-0/+4
2021-02-26tools, bpf_asm: Exit non-zero on errorsIan Denhardt1-4/+4
2021-02-26tools, bpf_asm: Hard error on out of range jumpsIan Denhardt1-2/+4
2021-02-26bpftool: Print subprog address properlyYonghong Song1-0/+3
2021-02-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+5
2021-02-26bpf: runqslower: Use task local storageSong Liu1-12/+21
2021-02-26bpf: runqslower: Prefer using local vmlimux to generate vmlinux.hSong Liu1-1/+4
2021-02-24bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer1-0/+4
2021-02-24tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh1-0/+5
2021-02-22Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds1-0/+2
2021-02-12tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev1-0/+1
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-0/+4
2021-02-08tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa1-5/+2
2021-02-08tools/resolve_btfids: Check objects before removingJiri Olsa1-5/+12
2021-02-08tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa2-17/+11
2021-02-08bpf: Simplify bool comparisonJiapeng Chong1-1/+1
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2-5/+0
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2-6/+12
2021-01-15bpftool: Add Makefile target bootstrapSong Liu1-0/+2
2021-01-13tools/bpftool: Add -Wall when building BPF programsIan Rogers1-1/+1
2021-01-06bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2021-01-05tools/resolve_btfids: Warn when having multiple IDs for single typeJiri Olsa1-5/+12
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-12-08tools/bpftool: Fix PID fetching with a lot of resultsAndrii Nakryiko1-2/+2
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-8/+55