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:num_aggr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
block-info.c
109
bi->
num_aggr
= ch->
num_aggr
;
in init_block_info()
136
if (ch[i].
num_aggr
) {
in block_info__process_sym()
146
cycles += bi->cycles_aggr / bi->
num_aggr
;
in block_info__process_sym()
260
if (block_fmt->block_cycles && bi->
num_aggr
) {
in block_cycles_pct_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
21
int
num_aggr
;
member
H
A
D
annotate.h
242
u32
num_aggr
;
member
H
A
D
annotate.c
846
ch[offset].
num_aggr
++;
in __symbol__account_cycles()
1098
if (al && ch->
num_aggr
) {
in annotation__compute_ipc()
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
109
bi->
num_aggr
= ch->
num_aggr
;
in init_block_info()
136
if (ch[i].
num_aggr
) {
in block_info__process_sym()
146
cycles += bi->cycles_aggr / bi->
num_aggr
;
in block_info__process_sym()
260
if (block_fmt->block_cycles && bi->
num_aggr
) {
in block_cycles_pct_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
21
int
num_aggr
;
member
H
A
D
annotate.h
243
u32
num_aggr
;
member
H
A
D
annotate.c
888
ch[offset].
num_aggr
++;
in __symbol__account_cycles()
1140
if (al && ch->
num_aggr
) {
in annotation__compute_ipc()
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 21 milliseconds