summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+2
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
* | bpftool: Remove redundant slashesYuntao Wang2022-02-281-7/+7
* | bpftool: Remove usage of reallocarray()Mauricio Vásquez2022-02-231-5/+1
* | bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2022-02-161-4/+4
* | bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2022-02-101-4/+2
|/
* bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-10/+9
|\
| * bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2021-11-141-1/+0
| * bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko2021-11-111-8/+8
| * bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet2021-11-101-1/+1
* | bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet2021-11-051-10/+22
|/
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-251-4/+4
* bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-251-2/+2
* bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet2021-10-201-2/+1
* bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet2021-10-191-5/+5
* bpftool: Do not FORCE-build libbpfQuentin Monnet2021-10-191-2/+2
* bpftool: Fix install for libbpf's internal header(s)Quentin Monnet2021-10-191-7/+7
* bpftool: Add install-bin target to install binary onlyQuentin Monnet2021-10-081-2/+4
* bpftool: Install libbpf headers instead of including the dirQuentin Monnet2021-10-081-12/+21
* libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko2021-09-131-1/+0
* libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-091-0/+4
* tools/bpftool: Fix cross-buildJean-Philippe Brucker2021-06-081-1/+4
* bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov2021-05-191-1/+1
* Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-221-0/+2
|\
| * bpftool: Add Makefile target bootstrapSong Liu2021-01-151-0/+2
* | tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-291-2/+0
* | tools/bpftool: Add -Wall when building BPF programsIan Rogers2021-01-131-1/+1
|/
* tools/bpf: Always run the *-clean recipesJean-Philippe Brucker2020-11-121-2/+2
* tools/bpftool: Fix build slowdownJean-Philippe Brucker2020-11-111-1/+3
* tools/bpftool: Fix cross-buildJean-Philippe Brucker2020-11-111-8/+26
* tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker2020-11-111-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+1
|\
| * tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar2020-09-191-1/+1
* | tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-281-1/+5
|/
* tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko2020-07-251-1/+2
* tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko2020-07-021-1/+1
* tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko2020-06-301-3/+7
* tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser2020-06-241-1/+1
* tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-221-0/+2
* tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko2020-06-221-11/+31
* tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko2020-06-221-17/+13
* tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich2020-06-021-4/+4
* tools: bpftool: Make libcap dependency optionalQuentin Monnet2020-04-291-4/+9
* tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet2020-04-291-1/+1
* tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-131-1/+0
* bpftool: Skeleton should depend on libbpfSong Liu2020-03-131-2/+3
* bpftool: Only build bpftool-prog-profile if supported by clangSong Liu2020-03-131-4/+11
* bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser2020-03-121-1/+4
* bpftool: Introduce "prog profile" commandSong Liu2020-03-101-0/+18