Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hid/bpf/entrypoints/
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 > $@
/linux-6.6.21/samples/hid/
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-6.6.21/tools/testing/selftests/hid/
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 > $@
/linux-6.6.21/samples/bpf/
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 > $@
/linux-6.6.21/tools/testing/selftests/bpf/
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_test…
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 > $@
/linux-6.6.21/tools/bpf/bpftool/
DMakefile197 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
201 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
206 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/linux-6.6.21/tools/bpf/runqslower/
DMakefile25 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/linux-6.6.21/tools/perf/
DMakefile.perf1097 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
1100 ifeq ($(VMLINUX_BTF),)
1105 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)