Home
last modified time | relevance | path

Searched refs:VMLINUX_BTF (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
A DMakefile140 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
141 ifeq ($(VMLINUX_BTF),)
142 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
175 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(wildcard bpf_testmod/Makefile bpf_testmod/*.[ch])
189 OUTPUT=$(RUNQSLOWER_OUTPUT) VMLINUX_BTF=$(VMLINUX_BTF) \
250 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
253 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux/samples/bpf/
A DMakefile351 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
353 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
355 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
360 ifeq ($(VMLINUX_BTF),)
361 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
362 build the kernel or set VMLINUX_BTF variable)
/linux/tools/bpf/bpftool/
A DMakefile169 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
173 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
178 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/linux/tools/bpf/runqslower/
A DMakefile23 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/linux/tools/perf/
A DMakefile.perf1062 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
1064 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)

Completed in 10 milliseconds