Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
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 $(OUTPUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
68 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A DMakefile87 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
88 ifeq ($(VMLINUX_BTF),)
89 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
145 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
148 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/kernel/linux/linux-6.6/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 > $@
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A DMakefile146 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
147 ifeq ($(VMLINUX_BTF),)
148 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
155 OUTPUT=$(SCRATCH_DIR)/ VMLINUX_BTF=$(VMLINUX_BTF) \
197 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
200 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile323 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
325 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
327 ifeq ($(VMLINUX_BTF),)
328 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
329 build the kernel or set VMLINUX_BTF or VMLINUX_H variable)
331 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile130 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
132 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
137 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile160 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
161 ifeq ($(VMLINUX_BTF),)
162 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
219 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_testmod/Makefile bpf_testmod/*.[ch])
237 OUTPUT=$(RUNQSLOWER_OUTPUT) VMLINUX_BTF=$(VMLINUX_BTF) \
328 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
331 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile197 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
201 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
206 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A DMakefile18 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
73 echo "Couldn't find kernel BTF; set VMLINUX_BTF to" \
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A DMakefile25 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
78 echo "Couldn't find kernel BTF; set VMLINUX_BTF to" \

Completed in 7 milliseconds