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:res_stats
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stat.c
128
init_stats(&ps->
res_stats
[i]);
in evsel__reset_stat_priv()
410
* and the display code shows ps->
res_stats
in perf_stat_process_counter()
417
init_stats(&ps->
res_stats
[i]);
in perf_stat_process_counter()
435
update_stats(&ps->
res_stats
[i], count[i]);
in perf_stat_process_counter()
H
A
D
stat.h
41
struct stats
res_stats
[3];
member
H
A
D
stat-display.c
58
print_noise_pct(config, stddev_stats(&ps->
res_stats
[0]), avg);
in print_noise()
794
cd->avg += avg_stats(&ps->
res_stats
[0]);
in counter_aggr_cb()
795
cd->avg_enabled += avg_stats(&ps->
res_stats
[1]);
in counter_aggr_cb()
796
cd->avg_running += avg_stats(&ps->
res_stats
[2]);
in counter_aggr_cb()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stat.c
93
init_stats(&ps->
res_stats
);
in evsel__reset_stat_priv()
273
* in the evsel->stats.
res_stats
. See perf_stat_process_counter().
in evsel__copy_res_stats()
275
*ps->aggr[0].counts.values = avg_stats(&ps->
res_stats
);
in evsel__copy_res_stats()
501
update_stats(&ps->
res_stats
, *count);
in perf_stat_process_counter()
H
A
D
stat.h
37
struct stats
res_stats
;
member
H
A
D
stat-display.c
157
print_noise_pct(config, stddev_stats(&ps->
res_stats
), avg, before_metric);
in print_noise()
Completed in 8 milliseconds