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:ptr_to_u64
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libbpf/src/
H
A
D
bpf.c
67
static inline __u64
ptr_to_u64
(const void *ptr)
in ptr_to_u64()
function
120
attr.insns =
ptr_to_u64
(insns);
in probe_memcg_account()
122
attr.license =
ptr_to_u64
("GPL");
in probe_memcg_account()
267
attr.license =
ptr_to_u64
(license);
in bpf_prog_load()
272
attr.insns =
ptr_to_u64
(insns);
in bpf_prog_load()
297
attr.func_info =
ptr_to_u64
(func_info);
in bpf_prog_load()
303
attr.line_info =
ptr_to_u64
(line_info);
in bpf_prog_load()
306
attr.fd_array =
ptr_to_u64
(OPTS_GET(opts, fd_array, NULL));
in bpf_prog_load()
309
attr.log_buf =
ptr_to_u64
(log_buf);
in bpf_prog_load()
336
attr.func_info =
ptr_to_u64
(finf
in bpf_prog_load()
[all...]
H
A
D
btf.c
130
static inline __u64
ptr_to_u64
(const void *ptr)
in ptr_to_u64()
function
1623
btf_info.btf =
ptr_to_u64
(ptr);
1640
btf_info.btf =
ptr_to_u64
(ptr);
H
A
D
libbpf.c
308
static inline __u64
ptr_to_u64
(const void *ptr)
in ptr_to_u64()
function
4963
attr.license =
ptr_to_u64
("GPL");
4964
attr.insns =
ptr_to_u64
(insns);
5204
info.name =
ptr_to_u64
(name);
5957
info.name =
ptr_to_u64
(name);
10743
attr.config1 =
ptr_to_u64
(name); /* kprobe_func or uprobe_path */
/third_party/ltp/testcases/kernel/syscalls/bpf/
H
A
D
bpf_map01.c
57
attr->key =
ptr_to_u64
(key);
in run()
58
attr->value =
ptr_to_u64
(val_get);
in run()
92
attr->key =
ptr_to_u64
(key);
in run()
93
attr->value =
ptr_to_u64
(val_set);
in run()
109
attr->key =
ptr_to_u64
(key);
in run()
110
attr->value =
ptr_to_u64
(val_get);
in run()
H
A
D
bpf_common.c
69
.key =
ptr_to_u64
(array_indx),
in bpf_map_array_get()
70
.value =
ptr_to_u64
(array_val),
in bpf_map_array_get()
100
attr->insns =
ptr_to_u64
(buf);
in bpf_init_prog_attr()
102
attr->license =
ptr_to_u64
("GPL");
in bpf_init_prog_attr()
103
attr->log_buf =
ptr_to_u64
(log_buf);
in bpf_init_prog_attr()
H
A
D
bpf_prog03.c
123
attr->key =
ptr_to_u64
(key);
in run()
124
attr->value =
ptr_to_u64
(val);
in run()
/third_party/ltp/include/lapi/
H
A
D
bpf.h
616
static inline uint64_t
ptr_to_u64
(const void *ptr)
in ptr_to_u64()
function
Completed in 27 milliseconds