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:xyarray__max_x
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/perf/
H
A
D
evsel.c
196
for (int idx = 0; idx <
xyarray__max_x
(evsel->fd); idx++)
in perf_evsel__close_fd()
230
for (idx = 0; idx <
xyarray__max_x
(evsel->fd); idx++) {
in perf_evsel__munmap()
256
if (perf_evsel__alloc_mmap(evsel,
xyarray__max_x
(evsel->fd), xyarray__max_y(evsel->fd)) < 0)
in perf_evsel__mmap()
259
for (idx = 0; idx <
xyarray__max_x
(evsel->fd); idx++) {
in perf_evsel__mmap()
467
for (i = 0; i <
xyarray__max_x
(evsel->fd) && !err; i++)
in perf_evsel__enable()
482
for (i = 0; i <
xyarray__max_x
(evsel->fd) && !err; i++)
in perf_evsel__disable()
/kernel/linux/linux-5.10/tools/lib/perf/
H
A
D
evsel.c
132
for (cpu = 0; cpu <
xyarray__max_x
(evsel->fd); cpu++)
in perf_evsel__close_fd()
227
for (i = 0; i <
xyarray__max_x
(evsel->fd) && !err; i++)
in perf_evsel__enable()
242
for (i = 0; i <
xyarray__max_x
(evsel->fd) && !err; i++)
in perf_evsel__disable()
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/
H
A
D
xyarray.h
31
static inline int
xyarray__max_x
(struct xyarray *xy)
in xyarray__max_x()
function
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/
H
A
D
xyarray.h
38
static inline int
xyarray__max_x
(struct xyarray *xy)
in xyarray__max_x()
function
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
bpf-filter.c
144
for (x = 0; x <
xyarray__max_x
(evsel->core.fd); x++) {
in perf_bpf_filter__prepare()
H
A
D
evsel.c
3070
for (cpu_map_idx = 0; cpu_map_idx <
xyarray__max_x
(evsel->core.fd); cpu_map_idx++) {
in store_evsel_ids()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-record.c
1904
if (
xyarray__max_x
(evsel->core.fd) !=
xyarray__max_x
(xy) ||
in record__read_lost_samples()
1910
for (int x = 0; x <
xyarray__max_x
(xy); x++) {
in record__read_lost_samples()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
evsel.c
2716
for (cpu = 0; cpu <
xyarray__max_x
(evsel->core.fd); cpu++) {
in store_evsel_ids()
Completed in 16 milliseconds