Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/include/asm-generic/
H A Dvmlinux.lds.h576 BTF \
701 * .BTF
704 #define BTF \ macro
705 .BTF : AT(ADDR(.BTF) - LOAD_OFFSET) { \
707 KEEP(*(.BTF)) \
715 #define BTF macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dvmlinux.lds.h539 BTF \
641 * .BTF
644 #define BTF \ macro
645 .BTF : AT(ADDR(.BTF) - LOAD_OFFSET) { \
646 BOUNDED_SECTION_BY(.BTF, _BTF) \
653 #define BTF macro
/kernel/linux/linux-5.10/scripts/
H A Dlink-vmlinux.sh194 # generate .BTF typeinfo from DWARF debuginfo
196 # ${2} - file to dump raw BTF data into
202 echo >&2 "BTF: ${1}: pahole (${PAHOLE}) is not available"
208 echo >&2 "BTF: ${1}: pahole version $(${PAHOLE} --version) is too old, need at least v1.16"
214 info "BTF" ${2}
217 # Create ${2} which contains just .BTF section but no symbols. Add
218 # SHF_ALLOC because .BTF will be part of the vmlinux image. --strip-all
222 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
358 echo >&2 "Failed to generate BTF fo
[all...]
/kernel/linux/linux-6.6/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; \
/kernel/linux/linux-5.10/samples/bpf/
H A DMakefile236 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
240 readelf -S ./llvm_btf_verify.o | grep BTF; \
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile219 BTF_PAHOLE_PROBE := $(shell $(BTF_PAHOLE) --help 2>&1 | grep BTF)
223 $(LLVM_READELF) -S ./llvm_btf_verify.o | grep BTF; \

Completed in 5 milliseconds