summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-07-02tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko1-1/+1
2020-07-01tools/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-23tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko1-0/+2
2020-06-23tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko1-11/+31
2020-06-23tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko1-17/+13
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich1-4/+4
2020-04-30tools: bpftool: Make libcap dependency optionalQuentin Monnet1-4/+9
2020-04-30tools: 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-21bpftool: 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
2019-08-13tools: bpftool: add feature check for zlibPeter Wu1-3/+8
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-16tools/bpf: properly account for libbfd variationsStanislav Fomichev1-1/+8
2018-12-19tools: bpftool: do not force gcc as CCIvan Babrou1-2/+0
2018-11-17bpftool: make libbfd optionalStanislav Fomichev1-2/+11
2018-10-11bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa1-1/+4
2018-10-11bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa1-0/+4
2018-07-17tools: bpftool: don't pass FEATURES_DUMP to libbpfJakub Kicinski1-1/+1
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski1-1/+5
2018-07-01tools: bpftool: use correct make variable type to improve compilation timeJakub Kicinski1-1/+1
2018-05-05tools: bpftool: add simple perf event output readerJakub Kicinski1-1/+6
2018-03-16tools: bpf: remove feature detection outputJakub Kicinski1-0/+2
2018-03-16tools: bpftool: fix dependency file pathJakub Kicinski1-1/+1
2018-03-09tools: bpftool: silence 'missing initializer' warningsJiri Benc1-1/+1
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang1-1/+1
2017-12-30tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin1-0/+24
2017-12-30tools/bpftool: use version from the kernel source treeRoman Gushchin1-0/+3
2017-12-08tools: bpftool: create "uninstall", "doc-uninstall" make targetsQuentin Monnet1-2/+10
2017-12-08tools: bpftool: harmonise Makefile and Documentation/MakefileQuentin Monnet1-30/+23
2017-11-30tools: bpftool: declare phony targets as suchQuentin Monnet1-1/+1
2017-11-30tools: bpftool: unify installation directoriesQuentin Monnet1-2/+3
2017-10-29tools: bpftool: add bash completion for bpftoolQuentin Monnet1-0/+3
2017-10-10tools: bpftool: use the kernel's instruction printerJakub Kicinski1-2/+5
2017-10-05tools: bpftool: add documentationJakub Kicinski1-0/+6
2017-10-05tools: bpf: add bpftoolJakub Kicinski1-0/+80