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:lcl_hitm
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
55
struct stats
lcl_hitm
;
member
158
init_stats(&c2c_he->cstats.
lcl_hitm
);
in c2c_he_zalloc()
265
else if (stats->
lcl_hitm
)
in compute_stats()
266
update_stats(&cstats->
lcl_hitm
, weight);
in compute_stats()
620
tot_hitm = c2c_he->stats.
lcl_hitm
+ c2c_he->stats.rmt_hitm;
in tot_hitm_entry()
637
tot_hitm_left = c2c_left->stats.
lcl_hitm
+ c2c_left->stats.rmt_hitm;
in tot_hitm_cmp()
638
tot_hitm_right = c2c_right->stats.
lcl_hitm
+ c2c_right->stats.rmt_hitm;
in tot_hitm_cmp()
674
STAT_FN(
lcl_hitm
)
702
stats->
lcl_hitm
;
in get_load_cache_hits()
827
st = stats->
lcl_hitm
;
in percent_costly_snoop()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-c2c.c
53
struct stats
lcl_hitm
;
member
152
init_stats(&c2c_he->cstats.
lcl_hitm
);
in c2c_he_zalloc()
251
else if (stats->
lcl_hitm
)
in compute_stats()
252
update_stats(&cstats->
lcl_hitm
, weight);
in compute_stats()
591
tot_hitm = c2c_he->stats.
lcl_hitm
+ c2c_he->stats.rmt_hitm;
in tot_hitm_entry()
608
tot_hitm_left = c2c_left->stats.
lcl_hitm
+ c2c_left->stats.rmt_hitm;
in tot_hitm_cmp()
609
tot_hitm_right = c2c_right->stats.
lcl_hitm
+ c2c_right->stats.rmt_hitm;
in tot_hitm_cmp()
645
STAT_FN(
lcl_hitm
)
669
stats->
lcl_hitm
;
in total_records()
724
stats->
lcl_hitm
;
in total_loads()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
mem-events.h
72
u32
lcl_hitm
; /* count of loads with local HITM */
member
H
A
D
mem-events.c
371
HITM_INC(
lcl_hitm
);
in c2c_decode_stats()
459
stats->
lcl_hitm
+= add->
lcl_hitm
;
in c2c_add_stats()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
mem-events.h
78
u32
lcl_hitm
; /* count of loads with local HITM */
member
H
A
D
mem-events.c
596
HITM_INC(
lcl_hitm
);
in c2c_decode_stats()
694
stats->
lcl_hitm
+= add->
lcl_hitm
;
in c2c_add_stats()
Completed in 10 milliseconds