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:prog_linfo
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libbpf/src/
H
A
D
bpf_prog_linfo.c
22
static int dissect_jited_func(struct bpf_prog_linfo *
prog_linfo
,
in dissect_jited_func()
argument
37
raw_jited_linfo =
prog_linfo
->raw_jited_linfo;
in dissect_jited_func()
42
prog_linfo
->jited_linfo_func_idx[0] = 0;
in dissect_jited_func()
43
nr_jited_func =
prog_linfo
->nr_jited_func;
in dissect_jited_func()
44
nr_linfo =
prog_linfo
->nr_linfo;
in dissect_jited_func()
49
raw_jited_linfo +=
prog_linfo
->jited_rec_size;
in dissect_jited_func()
54
prog_linfo
->jited_linfo_func_idx[f] = i;
in dissect_jited_func()
61
prog_linfo
->nr_jited_linfo_per_func[f - 1] =
in dissect_jited_func()
79
prog_linfo
->nr_jited_linfo_per_func[nr_jited_func - 1] =
in dissect_jited_func()
88
void bpf_prog_linfo__free(struct bpf_prog_linfo *
prog_linfo
)
in bpf_prog_linfo__free()
argument
102
struct bpf_
prog_linfo
*
prog_linfo
;
bpf_prog_linfo__new()
local
181
bpf_
prog_linfo
__lfind_addr_func(const struct bpf_
prog_linfo
*
prog_linfo
, __u64 addr, __u32 func_idx, __u32 nr_skip)
bpf_prog_linfo__lfind_addr_func()
argument
219
bpf_
prog_linfo
__lfind(const struct bpf_
prog_linfo
*
prog_linfo
, __u32 insn_off, __u32 nr_skip)
bpf_prog_linfo__lfind()
argument
[all...]
H
A
D
libbpf.h
1545
LIBBPF_API void bpf_prog_linfo__free(struct bpf_prog_linfo *
prog_linfo
);
1549
bpf_prog_linfo__lfind_addr_func(const struct bpf_prog_linfo *
prog_linfo
,
1552
bpf_prog_linfo__lfind(const struct bpf_prog_linfo *
prog_linfo
,
Completed in 5 milliseconds