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:cpu_ts
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_perfetto.cc
186
uint64_t
cpu_ts
= perfetto::base::GetBootTimeNs().count();
in sync_timestamp()
local
189
if (
cpu_ts
< next_clock_sync_ns)
in sync_timestamp()
233
packet->set_timestamp(
cpu_ts
);
in sync_timestamp()
241
clock->set_timestamp(
cpu_ts
);
in sync_timestamp()
252
next_clock_sync_ns =
cpu_ts
+ 30000000;
in sync_timestamp()
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_datasource.cc
246
uint64_t
cpu_ts
= perfetto::base::GetBootTimeNs().count();
in add_timestamp()
253
clock->set_timestamp(
cpu_ts
);
in add_timestamp()
340
uint64_t
cpu_ts
= perfetto::base::GetBootTimeNs().count();
in trace()
local
341
if ((
cpu_ts
- last_correlation_timestamp) > CORRELATION_TIMESTAMP_PERIOD) {
in trace()
344
packet->set_timestamp(
cpu_ts
);
in trace()
347
last_correlation_timestamp =
cpu_ts
;
in trace()
/third_party/mesa3d/src/intel/ds/
H
A
D
intel_driver_ds.cc
158
uint64_t
cpu_ts
= perfetto::base::GetBootTimeNs().count();
in sync_timestamp()
local
162
if (
cpu_ts
< device->next_clock_sync_ns)
in sync_timestamp()
168
device->next_clock_sync_ns =
cpu_ts
+ 1000000000ull;
in sync_timestamp()
173
packet->set_timestamp(
cpu_ts
);
in sync_timestamp()
180
clock->set_timestamp(
cpu_ts
);
in sync_timestamp()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_perfetto.cc
256
uint64_t
cpu_ts
= perfetto::base::GetBootTimeNs().count();
in sync_timestamp()
local
259
if (
cpu_ts
< next_clock_sync_ns)
in sync_timestamp()
273
packet->set_timestamp(
cpu_ts
);
in sync_timestamp()
281
clock->set_timestamp(
cpu_ts
);
in sync_timestamp()
292
next_clock_sync_ns =
cpu_ts
+ 30000000;
in sync_timestamp()
Completed in 4 milliseconds