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:map_keys
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
map_perf_ring.c
199
opts.
map_keys
= &ctx.idx;
in do_event_pipe()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
map_perf_ring.c
188
opts.
map_keys
= &ctx.idx;
in do_event_pipe()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.h
1418
/* if cpu_cnt > 0,
map_keys
specify map keys to set per-CPU FDs for */
1419
int *
map_keys
;
member
1421
#define perf_buffer_raw_opts__last_field
map_keys
H
A
D
libbpf.c
12308
int *
map_keys
;
member
12481
p.
map_keys
= OPTS_GET(opts,
map_keys
, NULL);
in perf_buffer__new_raw()
12584
map_key = p->cpu_cnt > 0 ? p->
map_keys
[i] : i;
in __perf_buffer__new()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.h
587
/* if cpu_cnt > 0,
map_keys
specify map keys to set per-CPU FDs for */
588
int *
map_keys
;
member
H
A
D
libbpf.c
9958
int *
map_keys
;
member
10110
p.
map_keys
= opts->
map_keys
;
in perf_buffer__new_raw()
10213
map_key = p->cpu_cnt > 0 ? p->
map_keys
[i] : i;
in __perf_buffer__new()
Completed in 34 milliseconds