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:attach_mode
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libbpf/src/
H
A
D
netlink.c
36
__u8
attach_mode
;
member
380
xdp_id->info.
attach_mode
= libbpf_nla_getattr_u8(
in get_xdp_info()
383
if (xdp_id->info.
attach_mode
== XDP_ATTACHED_NONE)
in get_xdp_info()
469
OPTS_SET(opts,
attach_mode
, xdp_id.info.
attach_mode
);
in bpf_xdp_query()
517
if (opts.
attach_mode
!= XDP_ATTACHED_MULTI && !flags)
in bpf_xdp_query_id()
H
A
D
libbpf.h
497
enum probe_attach_mode
attach_mode
;
member
500
#define bpf_kprobe_opts__last_field
attach_mode
650
enum probe_attach_mode
attach_mode
;
member
653
#define bpf_uprobe_opts__last_field
attach_mode
1188
__u8
attach_mode
; /* output */
member
H
A
D
libbpf.c
10970
enum probe_attach_mode
attach_mode
;
local
10981
attach_mode
= OPTS_GET(opts,
attach_mode
, PROBE_ATTACH_MODE_DEFAULT);
10987
switch (
attach_mode
) {
11840
enum probe_attach_mode
attach_mode
;
local
11851
attach_mode
= OPTS_GET(opts,
attach_mode
, PROBE_ATTACH_MODE_DEFAULT);
11893
switch (
attach_mode
) {
Completed in 22 milliseconds