Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BTF
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/scripts/
H
A
D
link-vmlinux.sh
107
# 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
D
vmlinux.lds.h
576
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
D
vmlinux.lds.h
539
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
D
link-vmlinux.sh
194
# 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
D
Makefile
86
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
D
Makefile
236
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
D
Makefile
219
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