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_is_func
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.h
269
static inline bool
btf_is_func
(const struct btf_type *t)
in btf_is_func()
function
H
A
D
libbpf.c
2424
} else if (!has_func &&
btf_is_func
(t)) {
in bpf_object__sanitize_btf()
2427
} else if (!has_func_global &&
btf_is_func
(t)) {
in bpf_object__sanitize_btf()
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H
A
D
main.c
510
if (
btf_is_func
(type) && nr_funcs) {
in symbols_resolve()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.h
417
static inline bool
btf_is_func
(const struct btf_type *t)
in btf_is_func()
function
H
A
D
linker.c
1635
if (!btf_is_var(src_t) && !
btf_is_func
(src_t)) {
in glob_syms_match()
1655
|| (
btf_is_func
(t) && btf_func_linkage(t) != BTF_FUNC_STATIC);
in btf_is_non_static()
1700
if (
btf_is_func
(t) && btf_func_linkage(t) == BTF_FUNC_STATIC)
in find_glob_sym_btf()
H
A
D
libbpf.c
2765
} else if (!has_func &&
btf_is_func
(t)) {
in bpf_object__sanitize_btf()
2768
} else if (!has_func_global &&
btf_is_func
(t)) {
in bpf_object__sanitize_btf()
3134
if (!
btf_is_func
(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL)
in bpf_object__sanitize_and_load_btf()
3605
if (!btf_is_var(t) && !
btf_is_func
(t))
in find_extern_btf_id()
3616
if (
btf_is_func
(t) && btf_func_linkage(t) != BTF_FUNC_EXTERN)
in find_extern_btf_id()
3753
if (
btf_is_func
(vt))
in add_dummy_ksym_var()
3847
if (
btf_is_func
(t)) {
in bpf_object__collect_externs()
3929
if (
btf_is_func
(vt)) {
in bpf_object__collect_externs()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
btf_dumper.c
72
if (!func_type || !
btf_is_func
(func_type))
in dump_prog_id_as_func_ptr()
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H
A
D
main.c
572
if (
btf_is_func
(type) && nr_funcs) {
in symbols_resolve()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
btf_dumper.c
81
if (!func_type || !
btf_is_func
(func_type))
in dump_prog_id_as_func_ptr()
H
A
D
common.c
367
if (!func_type || !
btf_is_func
(func_type))
in get_prog_full_name()
Completed in 41 milliseconds