summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko2021-11-121-8/+8
* bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet2021-11-101-1/+1
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-261-4/+4
* bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-261-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-201-5/+5
* bpftool: Do not FORCE-build libbpfQuentin Monnet2021-10-201-2/+2
* bpftool: Fix install for libbpf's internal header(s)Quentin Monnet2021-10-201-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-141-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-141-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-061-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-261-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-07-011-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-231-0/+2
* tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko2020-06-231-11/+31
* tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko2020-06-231-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
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-211-1/+1
* tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet2019-08-311-2/+2
* tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet2019-08-311-4/+6
* tools: bpftool: improve and check builds for different make invocationsQuentin Monnet2019-08-311-5/+7
* tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet2019-08-311-1/+1
* tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet2019-08-141-1/+2
* tools: bpftool: add feature check for zlibPeter Wu2019-08-131-3/+8
* tools: bpftool: fix reading from /proc/config.gzPeter Wu2019-08-121-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* tools/bpf: properly account for libbfd variationsStanislav Fomichev2019-01-161-1/+8