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:max_percent
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
annotate.c
317
double
max_percent
= 0.0;
in annotate_browser__calc_percent()
local
331
if (
max_percent
< percent)
in annotate_browser__calc_percent()
332
max_percent
= percent;
in annotate_browser__calc_percent()
335
if (
max_percent
< 0.01 && pos->al.ipc == 0) {
in annotate_browser__calc_percent()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
annotate.c
322
double
max_percent
= 0.0;
in annotate_browser__calc_percent()
local
336
if (
max_percent
< percent)
in annotate_browser__calc_percent()
337
max_percent
= percent;
in annotate_browser__calc_percent()
340
if (
max_percent
< 0.01 && pos->al.ipc == 0) {
in annotate_browser__calc_percent()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_thermal.c
38
fan_speed_info->
max_percent
= 100;
in smu7_fan_ctrl_get_fan_speed_info()
H
A
D
vega10_thermal.c
48
fan_speed_info->
max_percent
= 100;
in vega10_fan_ctrl_get_fan_speed_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hardwaremanager.h
37
uint32_t
max_percent
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hardwaremanager.h
37
uint32_t
max_percent
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_thermal.c
38
fan_speed_info->
max_percent
= 100;
in smu7_fan_ctrl_get_fan_speed_info()
H
A
D
vega10_thermal.c
48
fan_speed_info->
max_percent
= 100;
in vega10_fan_ctrl_get_fan_speed_info()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.c
1376
double
max_percent
= 0.0;
in annotation_line__print()
local
1387
if (percent >
max_percent
)
in annotation_line__print()
1388
max_percent
= percent;
in annotation_line__print()
1394
if (
max_percent
< min_pcnt)
in annotation_line__print()
1410
color = get_percent_color(
max_percent
);
in annotation_line__print()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.c
1477
double
max_percent
= 0.0;
in annotation_line__print()
local
1488
if (percent >
max_percent
)
in annotation_line__print()
1489
max_percent
= percent;
in annotation_line__print()
1495
if (
max_percent
< min_pcnt)
in annotation_line__print()
1511
color = get_percent_color(
max_percent
);
in annotation_line__print()
Completed in 20 milliseconds