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)")
140 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
143 $(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 DMakefile244 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
248 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
254 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
208 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) global() macro
/linux/tools/bpf/runqslower/
H A DMakefile
/linux/tools/testing/selftests/bpf/
H A DMakefile236 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
237 ifeq ($(VMLINUX_BTF),)
238 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
304 $(addprefix test_kmods/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard test_kmods/Makefile test_kmods/*.[ch])
418 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
421 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $(INCLUDE_DIR)/.vmlinux.h.tmp
217 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) global() macro
/linux/tools/perf/
H A DMakefile.perf