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_UNSET
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-stat.c
1436
[
AGGR_UNSET
] = "unset",
1557
case
AGGR_UNSET
:
in aggr_mode__get_aggr()
1582
case
AGGR_UNSET
:
in aggr_mode__get_id()
1855
case
AGGR_UNSET
:
in aggr_mode__get_aggr_file()
1880
case
AGGR_UNSET
:
in aggr_mode__get_id_file()
2293
if (st->aggr_mode !=
AGGR_UNSET
)
in process_stat_config_event()
2295
} else if (st->aggr_mode !=
AGGR_UNSET
) {
in process_stat_config_event()
2387
.aggr_mode =
AGGR_UNSET
,
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stat.h
53
AGGR_UNSET
,
enumerator
H
A
D
stat-display.c
136
case
AGGR_UNSET
:
in aggr_printout()
1007
case
AGGR_UNSET
:
in print_interval()
1247
case
AGGR_UNSET
:
in perf_evlist__print_counters()
H
A
D
stat.c
369
case
AGGR_UNSET
:
in process_counter_values()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stat.h
54
AGGR_UNSET
,
enumerator
H
A
D
stat-display.c
230
case
AGGR_UNSET
:
in print_aggr_id_std()
282
case
AGGR_UNSET
:
in print_aggr_id_csv()
330
case
AGGR_UNSET
:
in print_aggr_id_json()
1274
case
AGGR_UNSET
:
in print_header_interval_std()
1589
case
AGGR_UNSET
:
in evlist__print_counters()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-stat.c
1308
case
AGGR_UNSET
:
in perf_stat_init_aggr_mode()
1498
case
AGGR_UNSET
:
in perf_stat_init_aggr_mode_file()
1881
if (st->aggr_mode !=
AGGR_UNSET
)
in process_stat_config_event()
1886
if (st->aggr_mode !=
AGGR_UNSET
)
in process_stat_config_event()
1969
.aggr_mode =
AGGR_UNSET
,
Completed in 13 milliseconds