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:cycles_aggr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
block-info.c
107
bi->
cycles_aggr
= ch->
cycles_aggr
;
in init_block_info()
146
cycles += bi->
cycles_aggr
/ bi->num_aggr;
in block_info__process_sym()
204
ratio = (double)bi->
cycles_aggr
/ (double)block_fmt->total_cycles;
in block_total_cycles_pct_entry()
219
l = ((double)bi_l->
cycles_aggr
/
in block_total_cycles_pct_sort()
221
r = ((double)bi_r->
cycles_aggr
/
in block_total_cycles_pct_sort()
246
cycles_string(bi->
cycles_aggr
, cycles_buf, sizeof(cycles_buf));
in block_cycles_lbr_entry()
261
avg = bi->
cycles_aggr
/ bi->num_aggr;
in block_cycles_pct_entry()
276
cycles_string(bi->
cycles_aggr
/ bi->num_aggr, cycles_buf,
in block_avg_cycles_entry()
H
A
D
block-info.h
17
u64
cycles_aggr
;
member
H
A
D
annotate.h
237
u64
cycles_aggr
;
member
H
A
D
annotate.c
847
ch[offset].
cycles_aggr
+= cycles;
in __symbol__account_cycles()
1099
al->cycles = ch->
cycles_aggr
/ ch->num_aggr;
in annotation__compute_ipc()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
block-info.c
107
bi->
cycles_aggr
= ch->
cycles_aggr
;
in init_block_info()
146
cycles += bi->
cycles_aggr
/ bi->num_aggr;
in block_info__process_sym()
204
ratio = (double)bi->
cycles_aggr
/ (double)block_fmt->total_cycles;
in block_total_cycles_pct_entry()
219
l = ((double)bi_l->
cycles_aggr
/
in block_total_cycles_pct_sort()
221
r = ((double)bi_r->
cycles_aggr
/
in block_total_cycles_pct_sort()
246
cycles_string(bi->
cycles_aggr
, cycles_buf, sizeof(cycles_buf));
in block_cycles_lbr_entry()
261
avg = bi->
cycles_aggr
/ bi->num_aggr;
in block_cycles_pct_entry()
276
cycles_string(bi->
cycles_aggr
/ bi->num_aggr, cycles_buf,
in block_avg_cycles_entry()
H
A
D
block-info.h
17
u64
cycles_aggr
;
member
H
A
D
annotate.h
238
u64
cycles_aggr
;
member
H
A
D
annotate.c
889
ch[offset].
cycles_aggr
+= cycles;
in __symbol__account_cycles()
1141
al->cycles = ch->
cycles_aggr
/ ch->num_aggr;
in annotation__compute_ipc()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-diff.c
638
pair->block_info->
cycles_aggr
/ pair->block_info->num_aggr -
in compute_cycles_diff()
639
he->block_info->
cycles_aggr
/ he->block_info->num_aggr;
in compute_cycles_diff()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-diff.c
640
pair->block_info->
cycles_aggr
/ pair->block_info->num_aggr -
in compute_cycles_diff()
641
he->block_info->
cycles_aggr
/ he->block_info->num_aggr;
in compute_cycles_diff()
Completed in 19 milliseconds