Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DMakefile29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
30 ifeq ($(VMLINUX_BTF),)
31 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
65 vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
68 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux/samples/hid/
H A DMakefile168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
170 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
172 ifeq ($(VMLINUX_BTF),)
173 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
174 build the kernel or set VMLINUX_BTF or VMLINUX_H variable)
176 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux/tools/testing/selftests/sched_ext/
H A DMakefile45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
46 ifeq ($(VMLINUX_BTF),)
47 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
127 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
130 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux/tools/testing/selftests/hid/
H A DMakefile89 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
90 ifeq ($(VMLINUX_BTF),)
91 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
147 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
150 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux/tools/sched_ext/
H A DMakefile81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
82 ifeq ($(VMLINUX_BTF),)
83 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
168 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
171 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux/samples/bpf/
H A DMakefile311 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
313 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
315 ifeq ($(VMLINUX_BTF),)
316 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
317 …build the kernel or set VMLINUX_BTF like "VMLINUX_BTF=/sys/kernel/btf/vmlinux" or VMLINUX_H variab…
319 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux/tools/bpf/bpftool/
H A DMakefile230 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
234 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
240 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
208 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) global() macro
/linux/tools/testing/selftests/bpf/
H A DMakefile217 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
218 ifeq ($(VMLINUX_BTF),)
219 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
285 $(addprefix test_kmods/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcar…
398 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
401 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $(INCLUDE_DIR)/.vmlinux.h.tmp
/linux/tools/bpf/runqslower/
H A DMakefile
/linux/tools/perf/
H A DMakefile.perf1232 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
1235 ifeq ($(VMLINUX_BTF),)
1240 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) $(VMLINUX_H)