summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-05-07bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard1-1/+1
2024-03-21bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftoolQuentin Monnet1-4/+5
2024-03-20bpftool: Remove unnecessary source files from bootstrap versionQuentin Monnet1-4/+1
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song1-1/+1
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte1-1/+2
2023-01-11bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard1-1/+1
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-12-22bpftool: Fix linkage with statically built libllvmAnton Protopopov1-0/+4
2022-12-21bpf: makefiles: Do not generate empty vmlinux.hChangbin Du1-0/+3
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet1-18/+30
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet1-12/+15
2022-10-25bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet1-5/+14
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu1-2/+4
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-2/+6
2022-08-01tools bpftool: Don't display disassembler-four-args feature testAndres Freund1-2/+1
2022-08-01tools bpftool: Fix compilation error with new binutilsAndres Freund1-1/+4
2022-07-06bpftool: Remove zlib feature test from MakefileQuentin Monnet1-9/+2
2022-06-09bpftool: Fix bootstrapping during a cross compilationShahab Vahedi1-1/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-02-28bpftool: Remove redundant slashesYuntao Wang1-7/+7
2022-02-24bpftool: Remove usage of reallocarray()Mauricio Vásquez1-5/+1
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez1-4/+4
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-2/+2
2022-02-11bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet1-4/+2
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker1-6/+7
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-10/+9
2021-11-15bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet1-1/+0
2021-11-12bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko1-8/+8
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet1-1/+1
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet1-10/+22
2021-10-26bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet1-4/+4
2021-10-26bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet1-2/+2
2021-10-20bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet1-2/+1
2021-10-20bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet1-5/+5
2021-10-20bpftool: Do not FORCE-build libbpfQuentin Monnet1-2/+2
2021-10-20bpftool: Fix install for libbpf's internal header(s)Quentin Monnet1-7/+7
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet1-2/+4
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet1-12/+21
2021-09-14libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko1-1/+0
2021-09-10libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet1-0/+4
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker1-1/+4
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov1-1/+1
2021-02-23Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+2
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek1-2/+0
2021-01-15bpftool: Add Makefile target bootstrapSong Liu1-0/+2
2021-01-14tools/bpftool: Add -Wall when building BPF programsIan Rogers1-1/+1
2020-11-12tools/bpf: Always run the *-clean recipesJean-Philippe Brucker1-2/+2
2020-11-11tools/bpftool: Fix build slowdownJean-Philippe Brucker1-1/+3
2020-11-11tools/bpftool: Fix cross-buildJean-Philippe Brucker1-8/+26
2020-11-11tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker1-3/+5