Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/bpf/progs/
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)")
63 vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
66 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.12.1/samples/hid/
DMakefile167 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
169 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
171 ifeq ($(VMLINUX_BTF),)
172 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
173 build the kernel or set VMLINUX_BTF or VMLINUX_H variable)
175 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.12.1/tools/testing/selftests/sched_ext/
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)")
125 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
128 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.12.1/tools/sched_ext/
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)")
153 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
156 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.12.1/tools/testing/selftests/hid/
DMakefile91 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
92 ifeq ($(VMLINUX_BTF),)
93 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
149 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
152 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.12.1/samples/bpf/
DMakefile335 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
337 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
339 ifeq ($(VMLINUX_BTF),)
340 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
341 …build the kernel or set VMLINUX_BTF like "VMLINUX_BTF=/sys/kernel/btf/vmlinux" or VMLINUX_H variab…
343 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.12.1/tools/testing/selftests/bpf/
DMakefile234 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
235 ifeq ($(VMLINUX_BTF),)
236 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
295 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_testmod/Makefile bpf_test…
301 $(OUTPUT)/bpf_test_no_cfi.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_test_no_cfi/Makefile …
307 $(OUTPUT)/bpf_test_modorder_x.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_test_modorder_x/M…
313 $(OUTPUT)/bpf_test_modorder_y.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_test_modorder_y/M…
332 OUTPUT=$(RUNQSLOWER_OUTPUT) VMLINUX_BTF=$(VMLINUX_BTF) \
423 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
426 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $(INCLUDE_DIR)/.vmlinux.h.tmp
/linux-6.12.1/tools/bpf/bpftool/
DMakefile198 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
202 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
208 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/linux-6.12.1/tools/bpf/runqslower/
DMakefile26 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/linux-6.12.1/tools/perf/
DMakefile.perf1233 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
1236 ifeq ($(VMLINUX_BTF),)
1241 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) $(VMLINUX_H)