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_ptr
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
bpf_off_cpu.c
115
if (t2 == NULL || !
btf_is_ptr
(t2))
in check_sched_switch_args()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.h
203
static inline bool
btf_is_ptr
(const struct btf_type *t)
in btf_is_ptr()
function
H
A
D
libbpf.c
865
if (
btf_is_ptr
(mtype)) {
in bpf_map__init_kern_struct_ops()
1893
if (!
btf_is_ptr
(t))
in resolve_func_ptr()
1939
if (!
btf_is_ptr
(t)) {
in get_map_field_int()
2042
if (!
btf_is_ptr
(t)) {
in parse_btf_map_def()
2084
if (!
btf_is_ptr
(t)) {
in parse_btf_map_def()
2142
if (!
btf_is_ptr
(t)) {
in parse_btf_map_def()
5372
if (
btf_is_ptr
(orig_t) &&
btf_is_ptr
(new_t))
in bpf_core_calc_relo()
/kernel/linux/linux-6.6/include/linux/
H
A
D
btf.h
319
static inline bool
btf_is_ptr
(const struct btf_type *t)
in btf_is_ptr()
function
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.h
345
static inline bool
btf_is_ptr
(const struct btf_type *t)
in btf_is_ptr()
function
H
A
D
relo_core.c
930
if (
btf_is_ptr
(orig_t) &&
btf_is_ptr
(new_t))
in bpf_core_calc_relo()
H
A
D
libbpf.c
1069
if (
btf_is_ptr
(mtype)) {
in bpf_map__init_kern_struct_ops()
2087
if (!
btf_is_ptr
(t))
in resolve_func_ptr()
2142
if (!
btf_is_ptr
(t)) {
in get_map_field_int()
2254
if (!
btf_is_ptr
(t)) {
in parse_btf_map_def()
2294
if (!
btf_is_ptr
(t)) {
in parse_btf_map_def()
2354
if (!
btf_is_ptr
(t)) {
in parse_btf_map_def()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
core_reloc.c
375
} else if (
btf_is_ptr
(t) && (t = btf__type_by_id(local_btf, t->type))) {
in setup_type_id_case_local()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
core_reloc.c
464
} else if (
btf_is_ptr
(t) && (t = btf__type_by_id(local_btf, t->type))) {
in setup_type_id_case_local()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
gen.c
291
return
btf_is_ptr
(v) && btf_is_func_proto(btf__type_by_id(btf, v->type));
in btf_is_ptr_to_func_proto()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
veristat.c
925
if (!t || !
btf_is_ptr
(t))
in fixup_obj()
Completed in 42 milliseconds