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_btf
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
common.c
344
struct btf *
prog_btf
= NULL;
in get_prog_full_name()
local
362
prog_btf
= btf__load_from_kernel_by_id(info.btf_id);
in get_prog_full_name()
363
if (!
prog_btf
)
in get_prog_full_name()
366
func_type = btf__type_by_id(
prog_btf
, finfo.type_id);
in get_prog_full_name()
370
prog_name = btf__name_by_offset(
prog_btf
, func_type->name_off);
in get_prog_full_name()
375
if (
prog_btf
)
in get_prog_full_name()
376
btf__free(
prog_btf
);
in get_prog_full_name()
H
A
D
btf_dumper.c
40
struct btf *
prog_btf
= NULL;
in dump_prog_id_as_func_ptr()
local
77
prog_btf
= btf__load_from_kernel_by_id(info.btf_id);
in dump_prog_id_as_func_ptr()
78
if (!
prog_btf
)
in dump_prog_id_as_func_ptr()
80
func_type = btf__type_by_id(
prog_btf
, finfo.type_id);
in dump_prog_id_as_func_ptr()
84
prog_name = btf__name_by_offset(
prog_btf
, func_type->name_off);
in dump_prog_id_as_func_ptr()
101
btf__free(
prog_btf
);
in dump_prog_id_as_func_ptr()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
btf_dumper.c
39
struct btf *
prog_btf
= NULL;
in dump_prog_id_as_func_ptr()
local
68
btf__get_from_id(info->btf_id, &
prog_btf
))
in dump_prog_id_as_func_ptr()
71
func_type = btf__type_by_id(
prog_btf
, finfo->type_id);
in dump_prog_id_as_func_ptr()
75
prog_name = btf__name_by_offset(
prog_btf
, func_type->name_off);
in dump_prog_id_as_func_ptr()
92
btf__free(
prog_btf
);
in dump_prog_id_as_func_ptr()
Completed in 4 milliseconds