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:cpu_bufs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H
A
D
bench_ringbufs.c
472
struct perf_cpu_buf **
cpu_bufs
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H
A
D
bench_ringbufs.c
468
struct perf_cpu_buf **
cpu_bufs
;
member
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
12329
struct perf_cpu_buf **
cpu_bufs
;
member
12358
if (pb->
cpu_bufs
) {
in perf_buffer__free()
12360
struct perf_cpu_buf *cpu_buf = pb->
cpu_bufs
[i];
in perf_buffer__free()
12368
free(pb->
cpu_bufs
);
in perf_buffer__free()
12566
pb->
cpu_bufs
= calloc(pb->cpu_cnt, sizeof(*pb->
cpu_bufs
));
in __perf_buffer__new()
12567
if (!pb->
cpu_bufs
) {
in __perf_buffer__new()
12598
pb->
cpu_bufs
[j] = cpu_buf;
in __perf_buffer__new()
12739
cpu_buf = pb->
cpu_bufs
[buf_idx];
in perf_buffer__buffer_fd()
12753
cpu_buf = pb->
cpu_bufs
[buf_id
in perf_buffer__buffer()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
9979
struct perf_cpu_buf **
cpu_bufs
;
member
10008
if (pb->
cpu_bufs
) {
in perf_buffer__free()
10010
struct perf_cpu_buf *cpu_buf = pb->
cpu_bufs
[i];
in perf_buffer__free()
10018
free(pb->
cpu_bufs
);
in perf_buffer__free()
10195
pb->
cpu_bufs
= calloc(pb->cpu_cnt, sizeof(*pb->
cpu_bufs
));
in __perf_buffer__new()
10196
if (!pb->
cpu_bufs
) {
in __perf_buffer__new()
10227
pb->
cpu_bufs
[j] = cpu_buf;
in __perf_buffer__new()
10365
cpu_buf = pb->
cpu_bufs
[buf_idx];
in perf_buffer__buffer_fd()
10387
cpu_buf = pb->
cpu_bufs
[buf_id
in perf_buffer__consume_buffer()
[all...]
Completed in 31 milliseconds