Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/bpf/entrypoints/
H A 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)")
65 $(OUTPUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
68 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/openbmc/linux/samples/hid/
H A DMakefile168 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 > $@
/openbmc/linux/tools/testing/selftests/hid/
H A DMakefile90 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
91 ifeq ($(VMLINUX_BTF),)
92 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
148 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
151 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/openbmc/linux/samples/bpf/
H A DMakefile327 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
329 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
331 ifeq ($(VMLINUX_BTF),)
332 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
333 build the kernel or set VMLINUX_BTF or VMLINUX_H variable)
335 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile169 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
170 ifeq ($(VMLINUX_BTF),)
171 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
228 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(RESOLVE_BTFIDS) $(wildcard bpf_testmod/Makefile bpf_test…
246 OUTPUT=$(RUNQSLOWER_OUTPUT) VMLINUX_BTF=$(VMLINUX_BTF) \
337 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
340 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile197 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
201 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
206 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/openbmc/linux/tools/bpf/runqslower/
H A DMakefile26 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/openbmc/linux/tools/perf/
H A DMakefile.perf1097 VMLINUX_BTF ?= $(firstword $(VMLINUX_BTF_PATHS))
1100 ifeq ($(VMLINUX_BTF),)
1105 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)