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:AGGR_GLOBAL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stat-display.c
135
case
AGGR_GLOBAL
:
in aggr_printout()
423
[
AGGR_GLOBAL
] = 0,
in printout()
906
[
AGGR_GLOBAL
] = 0,
915
[
AGGR_GLOBAL
] = ""
1002
case
AGGR_GLOBAL
:
in print_interval()
1212
if (config->aggr_mode ==
AGGR_GLOBAL
&& prefix)
in perf_evlist__print_counters()
1228
case
AGGR_GLOBAL
:
in perf_evlist__print_counters()
H
A
D
stat.c
265
* are 0 for
AGGR_GLOBAL
. So we use a trick that saves the
in perf_evlist__save_aggr_prev_raw_counts()
365
case
AGGR_GLOBAL
:
in process_counter_values()
427
if (config->aggr_mode !=
AGGR_GLOBAL
)
in perf_stat_process_counter()
H
A
D
stat.h
48
AGGR_GLOBAL
,
enumerator
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stat.c
282
if (config->aggr_mode !=
AGGR_GLOBAL
)
in evlist__copy_res_stats()
375
if (config->aggr_mode ==
AGGR_GLOBAL
)
in evsel__count_has_error()
493
if (config->aggr_mode !=
AGGR_GLOBAL
)
in perf_stat_process_counter()
H
A
D
stat-display.c
46
[
AGGR_GLOBAL
] = 0,
57
[
AGGR_GLOBAL
] = ""
68
[
AGGR_GLOBAL
] = ""
229
case
AGGR_GLOBAL
:
in print_aggr_id_std()
281
case
AGGR_GLOBAL
:
in print_aggr_id_csv()
329
case
AGGR_GLOBAL
:
in print_aggr_id_json()
1269
case
AGGR_GLOBAL
:
in print_header_interval_std()
1562
case
AGGR_GLOBAL
:
in evlist__print_counters()
H
A
D
stat.h
48
AGGR_GLOBAL
,
enumerator
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-stat.c
153
.aggr_mode =
AGGR_GLOBAL
,
1431
[
AGGR_GLOBAL
] = "global",
1554
case
AGGR_GLOBAL
:
in aggr_mode__get_aggr()
1579
case
AGGR_GLOBAL
:
in aggr_mode__get_id()
1850
case
AGGR_GLOBAL
:
in aggr_mode__get_aggr_file()
1875
case
AGGR_GLOBAL
:
in aggr_mode__get_id_file()
2653
if (((stat_config.aggr_mode !=
AGGR_GLOBAL
&&
in cmd_stat()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-stat.c
193
.aggr_mode =
AGGR_GLOBAL
,
916
if (stat_config.aggr_mode ==
AGGR_GLOBAL
)
in __run_perf_stat()
1306
case
AGGR_GLOBAL
:
in perf_stat_init_aggr_mode()
1496
case
AGGR_GLOBAL
:
in perf_stat_init_aggr_mode_file()
1720
if (stat_config.aggr_mode !=
AGGR_GLOBAL
&&
in add_default_attributes()
2214
if (((stat_config.aggr_mode !=
AGGR_GLOBAL
&&
in cmd_stat()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H
A
D
iostat.c
347
config->aggr_mode =
AGGR_GLOBAL
;
in iostat_prepare()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H
A
D
trace-event-python.c
1420
if (config->aggr_mode ==
AGGR_GLOBAL
) {
in python_process_stat()
Completed in 17 milliseconds