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:per_right
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
881
double
per_right
;
in percent_costly_snoop_cmp()
local
887
per_right
= percent_costly_snoop(c2c_right);
in percent_costly_snoop_cmp()
889
return per_left -
per_right
;
in percent_costly_snoop_cmp()
955
double
per_right
;
in percent_rmt_hitm_cmp()
local
958
per_right
= PERCENT(right, rmt_hitm);
in percent_rmt_hitm_cmp()
960
return per_left -
per_right
;
in percent_rmt_hitm_cmp()
986
double
per_right
;
in percent_lcl_hitm_cmp()
local
989
per_right
= PERCENT(right, lcl_hitm);
in percent_lcl_hitm_cmp()
991
return per_left -
per_right
;
in percent_lcl_hitm_cmp()
1017
double
per_right
;
in percent_lcl_peer_cmp()
local
1048
double
per_right
;
percent_rmt_peer_cmp()
local
1079
double
per_right
;
percent_stores_l1hit_cmp()
local
1110
double
per_right
;
percent_stores_l1miss_cmp()
local
1141
double
per_right
;
percent_stores_na_cmp()
local
[all...]
H
A
D
builtin-kvm.c
273
double
per_right
;
in ev_cmp_time_precent()
local
276
per_right
= ev_percent_time(right);
in ev_cmp_time_precent()
278
return per_left -
per_right
;
in ev_cmp_time_precent()
306
double
per_right
;
in ev_cmp_count_precent()
local
309
per_right
= ev_percent_count(right);
in ev_cmp_count_precent()
311
return per_left -
per_right
;
in ev_cmp_count_precent()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-c2c.c
848
double
per_right
;
in percent_hitm_cmp()
local
854
per_right
= percent_hitm(c2c_right);
in percent_hitm_cmp()
856
return per_left -
per_right
;
in percent_hitm_cmp()
919
double
per_right
;
in percent_rmt_hitm_cmp()
local
922
per_right
= PERCENT(right, rmt_hitm);
in percent_rmt_hitm_cmp()
924
return per_left -
per_right
;
in percent_rmt_hitm_cmp()
950
double
per_right
;
in percent_lcl_hitm_cmp()
local
953
per_right
= PERCENT(right, lcl_hitm);
in percent_lcl_hitm_cmp()
955
return per_left -
per_right
;
in percent_lcl_hitm_cmp()
981
double
per_right
;
in percent_stores_l1hit_cmp()
local
1012
double
per_right
;
percent_stores_l1miss_cmp()
local
[all...]
Completed in 10 milliseconds