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:hit_cycles
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.h
277
u64
hit_cycles
;
member
H
A
D
annotate.c
1068
notes->
hit_cycles
+= ch->cycles;
in annotation__count_and_fill()
1083
notes->
hit_cycles
= 0;
in annotation__compute_ipc()
2896
if (notes->
hit_cycles
)
in ipc_coverage_string()
2897
ipc = notes->hit_insn / ((double)notes->
hit_cycles
);
in ipc_coverage_string()
H
A
D
sort.c
468
if (notes->
hit_cycles
)
in hist_entry__sym_ipc_snprintf()
469
ipc = notes->hit_insn / ((double)notes->
hit_cycles
);
in hist_entry__sym_ipc_snprintf()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.h
277
u64
hit_cycles
;
member
H
A
D
annotate.c
1110
notes->
hit_cycles
+= ch->cycles;
in annotation__count_and_fill()
1125
notes->
hit_cycles
= 0;
in annotation__compute_ipc()
3056
if (notes->
hit_cycles
)
in ipc_coverage_string()
3057
ipc = notes->hit_insn / ((double)notes->
hit_cycles
);
in ipc_coverage_string()
H
A
D
sort.c
595
if (notes->
hit_cycles
)
in hist_entry__sym_ipc_snprintf()
596
ipc = notes->hit_insn / ((double)notes->
hit_cycles
);
in hist_entry__sym_ipc_snprintf()
Completed in 21 milliseconds