Searched refs:VMLINUX_BTF (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/hid/bpf/progs/ |
H A 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)") 63 vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR) 66 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
|
/linux/samples/hid/ |
H A 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/tools/testing/selftests/sched_ext/ |
H A D | Makefile | 45 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/tools/sched_ext/ |
H A D | Makefile | 81 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/tools/testing/selftests/hid/ |
H A D | Makefile | 89 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)") 147 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR) 150 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
|
/linux/samples/bpf/ |
H A D | Makefile | 311 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/testing/selftests/bpf/ |
H A D | Makefile | 215 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro 216 ifeq ($(VMLINUX_BTF),) 217 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)") 282 $(addprefix test_kmods/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcar… 305 OUTPUT=$(RUNQSLOWER_OUTPUT) VMLINUX_BTF=$(VMLINUX_BTF) \ 398 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR) 401 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $(INCLUDE_DIR)/.vmlinux.h.tmp
|
/linux/tools/bpf/bpftool/ |
H A D | Makefile | 203 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro 207 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),) 213 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
|
/linux/tools/bpf/runqslower/ |
H A D | Makefile | 26 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
|
/linux/tools/perf/ |
H A D | Makefile.perf | 1219 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS)) 1222 ifeq ($(VMLINUX_BTF),) 1227 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) $(VMLINUX_H)
|