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:last_mtc
(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
139
uint32_t
last_mtc
;
member
673
uint32_t
last_mtc
;
member
687
* provided by the TMA packet. Fix-up the
last_mtc
calculated from the TMA
689
* difference between the two, and that the current MTC comes after
last_mtc
.
692
uint32_t *
last_mtc
)
in intel_pt_fixup_last_mtc()
697
*
last_mtc
|= mtc & mask;
in intel_pt_fixup_last_mtc()
698
if (*
last_mtc
>= mtc) {
in intel_pt_fixup_last_mtc()
699
*
last_mtc
-= first_missing_bit;
in intel_pt_fixup_last_mtc()
700
*
last_mtc
&= 0xff;
in intel_pt_fixup_last_mtc()
742
&data->
last_mtc
);
in intel_pt_calc_cyc_cb()
691
intel_pt_fixup_
last_mtc
(uint32_t mtc, int mtc_shift, uint32_t *
last_mtc
)
intel_pt_fixup_last_mtc()
argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
170
uint32_t
last_mtc
;
member
776
uint32_t
last_mtc
;
member
790
* provided by the TMA packet. Fix-up the
last_mtc
calculated from the TMA
792
* difference between the two, and that the current MTC comes after
last_mtc
.
795
uint32_t *
last_mtc
)
in intel_pt_fixup_last_mtc()
800
*
last_mtc
|= mtc & mask;
in intel_pt_fixup_last_mtc()
801
if (*
last_mtc
>= mtc) {
in intel_pt_fixup_last_mtc()
802
*
last_mtc
-= first_missing_bit;
in intel_pt_fixup_last_mtc()
803
*
last_mtc
&= 0xff;
in intel_pt_fixup_last_mtc()
848
&data->
last_mtc
);
in intel_pt_calc_cyc_cb()
794
intel_pt_fixup_
last_mtc
(uint32_t mtc, int mtc_shift, uint32_t *
last_mtc
)
intel_pt_fixup_last_mtc()
argument
[all...]
Completed in 5 milliseconds