Searched refs:BTF (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/
H A Dlink-vmlinux.sh107 # generate .BTF typeinfo from DWARF debuginfo
109 # ${2} - file to dump raw BTF data into
115 echo >&2 "BTF: ${1}: pahole (${PAHOLE}) is not available"
121 echo >&2 "BTF: ${1}: pahole version $(${PAHOLE} --version) is too old, need at least v1.16"
127 info "BTF" ${2}
130 # Create ${2} which contains just .BTF section but no symbols. Add
131 # SHF_ALLOC because .BTF will be part of the vmlinux image. --strip-all
135 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
231 echo >&2 "Failed to generate BTF fo
[all...]
H A DMakefile.modfinal37 quiet_cmd_btf_ko = BTF [M] $@
40 printf "Skipping BTF generation for %s due to unavailability of vmlinux\n" $@ 1>&2; \
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h540 BTF \
642 * .BTF
645 #define BTF \ macro
646 .BTF : AT(ADDR(.BTF) - LOAD_OFFSET) { \
647 BOUNDED_SECTION_BY(.BTF, _BTF) \
654 #define BTF macro
/linux-master/samples/hid/
H A DMakefile86 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
90 $(LLVM_READELF) -S ./llvm_btf_verify.o | grep BTF; \
/linux-master/samples/bpf/
H A DMakefile226 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
230 $(LLVM_READELF) -S ./llvm_btf_verify.o | grep BTF; \
/linux-master/tools/perf/
H A DMakefile.perf139 # Define GEN_VMLINUX_H to generate vmlinux.h from the BTF.
1130 # Paths to BTF information.
1133 # Filter out kernels that don't exist or without a BTF section.
1137 if [ -f $$file ] && ($(READELF) -S "$$file" | grep -q .BTF); \
H A DMakefile.config693 $(warning Warning: Disabled BPF skeletons as reliable BTF generation needs at least $(CLANG) version 12.0.1)

Completed in 168 milliseconds