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 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
attach_probe.c
37
static void test_attach_probe_manual(enum probe_attach_mode
attach_mode
)
in test_attach_probe_manual()
argument
55
kprobe_opts.
attach_mode
=
attach_mode
;
in test_attach_probe_manual()
73
uprobe_opts.
attach_mode
=
attach_mode
;
in test_attach_probe_manual()
H
A
D
fill_link_info.c
139
.
attach_mode
= PROBE_ATTACH_MODE_LINK,
in test_kprobe_fill_link_info()
/kernel/linux/linux-6.6/tools/lib/bpf/
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
1173
__u8
attach_mode
; /* output */
member
H
A
D
libbpf.c
10514
enum probe_attach_mode
attach_mode
;
in bpf_program__attach_kprobe_opts()
local
10525
attach_mode
= OPTS_GET(opts,
attach_mode
, PROBE_ATTACH_MODE_DEFAULT);
in bpf_program__attach_kprobe_opts()
10531
switch (
attach_mode
) {
in bpf_program__attach_kprobe_opts()
11374
enum probe_attach_mode
attach_mode
;
in bpf_program__attach_uprobe_opts()
local
11385
attach_mode
= OPTS_GET(opts,
attach_mode
, PROBE_ATTACH_MODE_DEFAULT);
in bpf_program__attach_uprobe_opts()
11427
switch (
attach_mode
) {
in bpf_program__attach_uprobe_opts()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
netlink.c
260
xdp_id->info.
attach_mode
= libbpf_nla_getattr_u8(
in get_xdp_info()
263
if (xdp_id->info.
attach_mode
== XDP_ATTACHED_NONE)
in get_xdp_info()
328
if (info->
attach_mode
!= XDP_ATTACHED_MULTI && !flags)
in get_xdp_id()
H
A
D
libbpf.h
504
__u8
attach_mode
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
xsk.c
290
return opts.
attach_mode
== XDP_ATTACHED_DRV;
in xsk_is_in_mode()
292
return opts.
attach_mode
== XDP_ATTACHED_SKB;
in xsk_is_in_mode()
Completed in 24 milliseconds