aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
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-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet1-1/+0
2021-11-11bpftool: 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-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet1-4/+4
2021-10-25bpftool: 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-19bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet1-5/+5
2021-10-19bpftool: Do not FORCE-build libbpfQuentin Monnet1-2/+2
2021-10-19bpftool: 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-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko1-1/+0
2021-09-09libbpf: 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-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-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek1-2/+0
2021-01-15bpftool: Add Makefile target bootstrapSong Liu1-0/+2
2021-01-13tools/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
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-19tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar1-1/+1
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer1-1/+5
2020-07-25tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko1-1/+2
2020-07-02tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko1-1/+1
2020-06-30tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko1-3/+7
2020-06-24tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser1-1/+1
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko1-0/+2
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko1-11/+31
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko1-17/+13
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich1-4/+4
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet1-4/+9
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet1-1/+1
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser1-1/+0
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu1-2/+3
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu1-4/+11
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser1-1/+4
2020-03-10bpftool: Introduce "prog profile" commandSong Liu1-0/+18
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-1/+1
2019-08-31tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet1-2/+2
2019-08-31tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet1-4/+6
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet1-5/+7
2019-08-31tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet1-1/+1
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet1-1/+2