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:link_create
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
2683
* target_btf_id using the
link_create
API.
in bpf_tracing_prog_attach()
4098
if (attr->
link_create
.attach_type != prog->expected_attach_type) {
in tracing_bpf_link_attach()
4105
return bpf_tracing_prog_attach(prog, attr->
link_create
.target_fd, attr->
link_create
.target_btf_id);
in tracing_bpf_link_attach()
4110
#define BPF_LINK_CREATE_LAST_FIELD
link_create
.iter_info_len
4111
static int
link_create
(union bpf_attr *attr)
in link_create()
function
4121
prog = bpf_prog_get(attr->
link_create
.prog_fd);
in link_create()
4126
ret = bpf_prog_attach_check_attach_type(prog, attr->
link_create
.attach_type);
in link_create()
4136
ptype = attach_type_to_prog_type(attr->
link_create
.attach_type);
in link_create()
4576
err =
link_create
(
in SYSCALL_DEFINE3()
[all...]
Completed in 6 milliseconds