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:buf_timestamp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
158
uint64_t
buf_timestamp
;
member
651
decoder->
buf_timestamp
= buffer.ref_timestamp;
in intel_pt_get_data()
1790
uint64_t max_timestamp = decoder->
buf_timestamp
;
in intel_pt_time_in_range()
1797
timestamp < decoder->
buf_timestamp
;
in intel_pt_time_in_range()
1825
if (!decoder->
buf_timestamp
||
in intel_pt_calc_tsc_timestamp()
1826
(timestamp + (1ULL << 56) < decoder->
buf_timestamp
)) {
in intel_pt_calc_tsc_timestamp()
2633
ref_timestamp = decoder->timestamp ? decoder->timestamp : decoder->
buf_timestamp
;
in intel_pt_vm_tm_corr_tsc()
4390
* @
buf_timestamp
: buffer timestamp of last buffer with trace data earlier than
4395
uint64_t
buf_timestamp
;
member
4433
d->
buf_timestamp
in intel_pt_ff_cb()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
132
uint64_t
buf_timestamp
;
member
549
decoder->
buf_timestamp
= buffer.ref_timestamp;
in intel_pt_get_data()
3208
* @
buf_timestamp
: buffer timestamp of last buffer with trace data earlier than
3213
uint64_t
buf_timestamp
;
member
3251
d->
buf_timestamp
= buffer->ref_timestamp;
in intel_pt_ff_cb()
3282
if (d.
buf_timestamp
) {
in intel_pt_fast_forward()
3290
} while (decoder->
buf_timestamp
!= d.
buf_timestamp
);
in intel_pt_fast_forward()
3312
tsc = intel_pt_8b_tsc(tsc, decoder->
buf_timestamp
);
in intel_pt_fast_forward()
Completed in 9 milliseconds