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:hypot_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.c
2869
__u32 *
hypot_list
;
member
2910
new_list = libbpf_reallocarray(d->
hypot_list
, d->hypot_cap, sizeof(__u32));
in btf_dedup_hypot_map_add()
2913
d->
hypot_list
= new_list;
in btf_dedup_hypot_map_add()
2915
d->
hypot_list
[d->hypot_cnt++] = from_id;
in btf_dedup_hypot_map_add()
2925
d->hypot_map[d->
hypot_list
[i]] = BTF_UNPROCESSED_ID;
in btf_dedup_clear_hypot_map()
2940
free(d->
hypot_list
);
in btf_dedup_free()
2941
d->
hypot_list
= NULL;
in btf_dedup_free()
3974
cand_type_id = d->
hypot_list
[i];
in btf_dedup_merge_hypot_map()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.c
3127
__u32 *
hypot_list
;
member
3163
new_list = libbpf_reallocarray(d->
hypot_list
, d->hypot_cap, sizeof(__u32));
in btf_dedup_hypot_map_add()
3166
d->
hypot_list
= new_list;
in btf_dedup_hypot_map_add()
3168
d->
hypot_list
[d->hypot_cnt++] = from_id;
in btf_dedup_hypot_map_add()
3178
d->hypot_map[d->
hypot_list
[i]] = BTF_UNPROCESSED_ID;
in btf_dedup_clear_hypot_map()
3194
free(d->
hypot_list
);
in btf_dedup_free()
3195
d->
hypot_list
= NULL;
in btf_dedup_free()
4212
canon_type_id = d->
hypot_list
[i];
in btf_dedup_merge_hypot_map()
Completed in 15 milliseconds