Searched refs:VMLINUX_BTF (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/hid/bpf/entrypoints/ |
D | Makefile | 29 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/ |
D | Makefile | 168 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/ |
D | Makefile | 87 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/ |
D | Makefile | 323 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/ |
D | Makefile | 160 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/ |
D | Makefile | 197 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/ |
D | Makefile | 25 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
|
/linux-6.6.21/tools/perf/ |
D | Makefile.perf | 1097 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS)) 1100 ifeq ($(VMLINUX_BTF),) 1105 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
|