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_custom_path
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
core_autosize.c
128
open_opts.
btf_custom_path
= btf_file;
in test_core_autosize()
206
open_opts.
btf_custom_path
= btf_file;
in test_core_autosize()
H
A
D
core_reloc.c
1060
open_opts.
btf_custom_path
= test_case->btf_src_file;
in run_core_reloc_tests()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.h
142
const char *
btf_custom_path
;
member
H
A
D
libbpf.c
667
char *
btf_custom_path
;
member
3050
/* CO-RE relocations need kernel BTF, only when
btf_custom_path
in obj_needs_vmlinux_btf()
3053
if (obj->btf_ext && obj->btf_ext->core_relo_info.len && !obj->
btf_custom_path
)
in obj_needs_vmlinux_btf()
7424
btf_tmp_path = OPTS_GET(opts,
btf_custom_path
, NULL);
in bpf_object_open()
7430
obj->
btf_custom_path
= strdup(btf_tmp_path);
in bpf_object_open()
7431
if (!obj->
btf_custom_path
) {
in bpf_object_open()
7941
err = err ? : bpf_object__relocate(obj, obj->
btf_custom_path
? : target_btf_path);
in bpf_object_load()
8453
zfree(&obj->
btf_custom_path
);
in bpf_object__close()
Completed in 32 milliseconds