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:cbr_cyc_to_tsc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
161
double
cbr_cyc_to_tsc
;
member
681
double
cbr_cyc_to_tsc
;
member
831
data->
cbr_cyc_to_tsc
= decoder->max_non_turbo_ratio_fp / cbr;
in intel_pt_calc_cyc_cb()
849
data->
cbr_cyc_to_tsc
= decoder->
cbr_cyc_to_tsc
;
in intel_pt_calc_cyc_cb()
857
if (data->cbr && cyc_to_tsc > data->
cbr_cyc_to_tsc
&&
in intel_pt_calc_cyc_cb()
858
cyc_to_tsc / data->
cbr_cyc_to_tsc
> 1.25) {
in intel_pt_calc_cyc_cb()
860
cyc_to_tsc, data->
cbr_cyc_to_tsc
, pkt_info->pos);
in intel_pt_calc_cyc_cb()
869
cyc_to_tsc, data->
cbr_cyc_to_tsc
, pkt_info->pos);
in intel_pt_calc_cyc_cb()
892
.
cbr_cyc_to_tsc
in intel_pt_calc_cyc_to_tsc()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
192
double
cbr_cyc_to_tsc
;
member
784
double
cbr_cyc_to_tsc
;
member
937
data->
cbr_cyc_to_tsc
= decoder->max_non_turbo_ratio_fp / cbr;
in intel_pt_calc_cyc_cb()
955
data->
cbr_cyc_to_tsc
= decoder->
cbr_cyc_to_tsc
;
in intel_pt_calc_cyc_cb()
963
if (data->cbr && cyc_to_tsc > data->
cbr_cyc_to_tsc
&&
in intel_pt_calc_cyc_cb()
964
cyc_to_tsc / data->
cbr_cyc_to_tsc
> 1.25) {
in intel_pt_calc_cyc_cb()
966
cyc_to_tsc, data->
cbr_cyc_to_tsc
, pkt_info->pos);
in intel_pt_calc_cyc_cb()
975
cyc_to_tsc, data->
cbr_cyc_to_tsc
, pkt_info->pos);
in intel_pt_calc_cyc_cb()
998
.
cbr_cyc_to_tsc
in intel_pt_calc_cyc_to_tsc()
[all...]
Completed in 6 milliseconds