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__free
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libbpf/src/
H
A
D
btf.h
35
* @brief **
btf__free
()** frees all data of a BTF object
38
LIBBPF_API void
btf__free
(struct btf *btf);
46
* **
btf__free
()**
65
* **
btf__free
()**
82
* **
btf__free
()**
97
* **
btf__free
()**
H
A
D
linker.c
197
btf__free
(linker->btf);
in bpf_linker__free()
461
btf__free
(obj.btf);
in bpf_linker__add_file()
H
A
D
btf.c
954
void
btf__free
(struct btf *btf)
in btf__free()
function
1074
btf__free
(btf);
in btf_new()
1305
btf__free
(btf);
H
A
D
libbpf.c
3389
btf__free
(kern_btf);
6294
btf__free
(obj->btf_vmlinux_override);
8407
btf__free
(obj->btf_modules[i].btf);
8413
btf__free
(obj->btf_vmlinux);
8891
btf__free
(obj->btf);
8892
btf__free
(obj->btf_vmlinux);
9771
btf__free
(btf);
9802
btf__free
(btf);
Completed in 35 milliseconds