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:ref_timestamp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
131
uint64_t
ref_timestamp
;
member
549
decoder->buf_timestamp = buffer.
ref_timestamp
;
in intel_pt_get_data()
552
decoder->
ref_timestamp
= buffer.
ref_timestamp
;
in intel_pt_get_data()
555
decoder->
ref_timestamp
);
in intel_pt_get_data()
1435
static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t
ref_timestamp
)
in intel_pt_8b_tsc()
argument
1437
timestamp |= (
ref_timestamp
& (0xffULL << 56));
in intel_pt_8b_tsc()
1439
if (timestamp <
ref_timestamp
) {
in intel_pt_8b_tsc()
1440
if (
ref_timestamp
- timestamp > (1ULL << 55))
in intel_pt_8b_tsc()
1443
if (timestamp -
ref_timestamp
> (
in intel_pt_8b_tsc()
[all...]
H
A
D
intel-pt-decoder.h
231
uint64_t
ref_timestamp
;
member
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
157
uint64_t
ref_timestamp
;
member
651
decoder->buf_timestamp = buffer.
ref_timestamp
;
in intel_pt_get_data()
654
decoder->
ref_timestamp
= buffer.
ref_timestamp
;
in intel_pt_get_data()
658
decoder->
ref_timestamp
);
in intel_pt_get_data()
1771
static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t
ref_timestamp
)
in intel_pt_8b_tsc()
argument
1773
timestamp |= (
ref_timestamp
& (0xffULL << 56));
in intel_pt_8b_tsc()
1775
if (timestamp <
ref_timestamp
) {
in intel_pt_8b_tsc()
1776
if (
ref_timestamp
- timestamp > (1ULL << 55))
in intel_pt_8b_tsc()
1779
if (timestamp -
ref_timestamp
> (
in intel_pt_8b_tsc()
2603
uint64_t
ref_timestamp
;
intel_pt_vm_tm_corr_tsc()
local
[all...]
H
A
D
intel-pt-decoder.h
267
uint64_t
ref_timestamp
;
member
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
intel-pt.c
314
b->
ref_timestamp
= buffer->reference;
in intel_pt_get_buffer()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
intel-pt.c
427
b->
ref_timestamp
= buffer->reference;
in intel_pt_get_buffer()
Completed in 23 milliseconds