Home
last modified time | relevance | path

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

/linux-6.1.9/samples/bpf/
DMakefile357 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
359 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
361 ifeq ($(VMLINUX_BTF),)
362 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
363 build the kernel or set VMLINUX_BTF or VMLINUX_H variable)
365 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.1.9/tools/testing/selftests/bpf/
DMakefile142 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
143 ifeq ($(VMLINUX_BTF),)
144 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")
200 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(wildcard bpf_testmod/Makefile bpf_testmod/*.[ch])
210 OUTPUT=$(RUNQSLOWER_OUTPUT) VMLINUX_BTF=$(VMLINUX_BTF) \
284 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)
287 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-6.1.9/tools/bpf/bpftool/
DMakefile169 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro
173 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)
178 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
/linux-6.1.9/tools/bpf/runqslower/
DMakefile23 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
/linux-6.1.9/tools/perf/
DMakefile.perf1063 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
1065 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)