summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-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
* tools: bpftool: do not force gcc as CCIvan Babrou2018-12-191-2/+0
* bpftool: make libbfd optionalStanislav Fomichev2018-11-161-2/+11
* bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa2018-10-111-1/+4
* bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa2018-10-111-0/+4
* tools: bpftool: don't pass FEATURES_DUMP to libbpfJakub Kicinski2018-07-161-1/+1
* tools: bpf: make use of reallocarrayJakub Kicinski2018-07-111-1/+5
* tools: bpftool: use correct make variable type to improve compilation timeJakub Kicinski2018-07-011-1/+1
* tools: bpftool: add simple perf event output readerJakub Kicinski2018-05-041-1/+6
* tools: bpf: remove feature detection outputJakub Kicinski2018-03-161-0/+2
* tools: bpftool: fix dependency file pathJakub Kicinski2018-03-161-1/+1
* tools: bpftool: silence 'missing initializer' warningsJiri Benc2018-03-091-1/+1
* tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang2018-01-171-1/+1
* tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin2017-12-301-0/+24
* tools/bpftool: use version from the kernel source treeRoman Gushchin2017-12-301-0/+3
* tools: bpftool: create "uninstall", "doc-uninstall" make targetsQuentin Monnet2017-12-081-2/+10
* tools: bpftool: harmonise Makefile and Documentation/MakefileQuentin Monnet2017-12-081-30/+23
* tools: bpftool: declare phony targets as suchQuentin Monnet2017-11-301-1/+1
* tools: bpftool: unify installation directoriesQuentin Monnet2017-11-301-2/+3
* tools: bpftool: add bash completion for bpftoolQuentin Monnet2017-10-291-0/+3
* tools: bpftool: use the kernel's instruction printerJakub Kicinski2017-10-101-2/+5
* tools: bpftool: add documentationJakub Kicinski2017-10-041-0/+6
* tools: bpf: add bpftoolJakub Kicinski2017-10-041-0/+80