Home
last modified time | relevance | path

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

/tools/testing/selftests/sched_ext/
A 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 > $@
/tools/testing/selftests/hid/
A DMakefile89 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 > $@
/tools/sched_ext/
A 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)")
164 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
167 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/tools/bpf/bpftool/
A DMakefile208 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
212 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
218 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/tools/testing/selftests/bpf/
A DMakefile219 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
220 ifeq ($(VMLINUX_BTF),)
221 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
286 $(addprefix test_kmods/,$(subst .ko,%ko,$(TEST_KMODS))): $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcar…
309 OUTPUT=$(RUNQSLOWER_OUTPUT) VMLINUX_BTF=$(VMLINUX_BTF) \
404 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
407 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $(INCLUDE_DIR)/.vmlinux.h.tmp
/tools/bpf/runqslower/
A DMakefile27 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/tools/perf/
A DMakefile.perf1237 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
1240 ifeq ($(VMLINUX_BTF),)
1245 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) $(VMLINUX_H)

Completed in 12 milliseconds