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:cs_timestamp
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/hsi/
H
A
D
cs-protocol.h
83
struct
cs_timestamp
{
struct
105
struct
cs_timestamp
tstamp_rx_ctrl;
/kernel/linux/linux-6.6/include/uapi/linux/hsi/
H
A
D
cs-protocol.h
69
struct
cs_timestamp
{
struct
91
struct
cs_timestamp
tstamp_rx_ctrl;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/hsi/
H
A
D
cs-protocol.h
49
struct
cs_timestamp
{
struct
64
struct
cs_timestamp
tstamp_rx_ctrl;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/hsi/
H
A
D
cs-protocol.h
49
struct
cs_timestamp
{
struct
64
struct
cs_timestamp
tstamp_rx_ctrl;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/hsi/
H
A
D
cs-protocol.h
37
struct
cs_timestamp
{
struct
54
struct
cs_timestamp
tstamp_rx_ctrl;
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H
A
D
cs-etm-decoder.c
292
estimated_ts = packet_queue->
cs_timestamp
+
in cs_etm_decoder__do_soft_timestamp()
296
packet_queue->
cs_timestamp
= min(packet_queue->next_cs_timestamp, estimated_ts);
in cs_etm_decoder__do_soft_timestamp()
334
* any previous estimate in
cs_timestamp
in cs_etm_decoder__do_hard_timestamp()
336
packet_queue->
cs_timestamp
= packet_queue->next_cs_timestamp;
in cs_etm_decoder__do_hard_timestamp()
347
packet_queue->
cs_timestamp
= 0;
in cs_etm_decoder__do_hard_timestamp()
358
packet_queue->
cs_timestamp
= 0;
in cs_etm_decoder__do_hard_timestamp()
371
packet_queue->
cs_timestamp
= max(packet_queue->
cs_timestamp
, estimated_first_ts);
in cs_etm_decoder__do_hard_timestamp()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cs-etm.h
206
u64
cs_timestamp
; /* Timestamp from trace data, converted to ns if possible */
member
266
u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64
cs_timestamp
);
H
A
D
cs-etm.c
423
return packet_queue->
cs_timestamp
;
in cs_etm__etmq_get_timestamp()
1111
u64
cs_timestamp
;
in cs_etm__queue_first_cs_timestamp()
local
1143
cs_timestamp
= cs_etm__etmq_get_timestamp(etmq, &trace_chan_id);
in cs_etm__queue_first_cs_timestamp()
1146
if (
cs_timestamp
)
in cs_etm__queue_first_cs_timestamp()
1170
ret = auxtrace_heap__add(&etm->heap, cs_queue_nr,
cs_timestamp
);
in cs_etm__queue_first_cs_timestamp()
1427
u64 cs_etm__convert_sample_time(struct cs_etm_queue *etmq, u64
cs_timestamp
)
in cs_etm__convert_sample_time()
argument
1432
return tsc_to_perf_time(
cs_timestamp
, &etm->tc);
in cs_etm__convert_sample_time()
1434
return
cs_timestamp
;
in cs_etm__convert_sample_time()
1444
return packet_queue->
cs_timestamp
;
in cs_etm__resolve_sample_time()
2542
u64
cs_timestamp
;
in cs_etm__process_timestamped_queues()
local
[all...]
/kernel/linux/linux-5.10/drivers/hsi/clients/
H
A
D
cmt_speech.c
442
struct
cs_timestamp
*tstamp =
in cs_hsi_read_on_control_complete()
/kernel/linux/linux-6.6/drivers/hsi/clients/
H
A
D
cmt_speech.c
442
struct
cs_timestamp
*tstamp =
in cs_hsi_read_on_control_complete()
Completed in 10 milliseconds