Home
last modified time | relevance | path

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

/linux-5.15/tools/testing/selftests/bpf/
A DMakefile137 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
138 ifeq ($(VMLINUX_BTF),)
139 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
172 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(wildcard bpf_testmod/Makefile bpf_testmod/*.[ch])
186 OUTPUT=$(SCRATCH_DIR)/ VMLINUX_BTF=$(VMLINUX_BTF) \
243 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
246 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-5.15/samples/bpf/
A DMakefile328 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
330 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
332 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
337 ifeq ($(VMLINUX_BTF),)
338 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
339 build the kernel or set VMLINUX_BTF variable)
/linux-5.15/tools/bpf/bpftool/
A DMakefile147 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
151 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
156 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/linux-5.15/tools/bpf/runqslower/
A DMakefile23 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/linux-5.15/tools/perf/
A DMakefile.perf1054 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
1056 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)