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
defs:endTs
(Results
1 - 10
of
10
) sorted by relevance
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
H
A
D
trace_stdtype.cpp
70
void SliceData::AppendNewData(int32_t sliceId, uint64_t startTs, uint64_t
endTs
, int32_t value)
in AppendNewData()
argument
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
H
A
D
ts_sdk_api.cpp
46
int32_t SDKAppendSlice(int32_t sliceId, uint64_t ts, uint64_t
endTs
, int32_t value)
in SDKAppendSlice()
argument
H
A
D
sdk_data_parser.cpp
173
int32_t SDKDataParser::AppendSlice(int32_t sliceId, uint64_t ts, uint64_t
endTs
, int32_t value)
in AppendSlice()
argument
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H
A
D
paged_memory_data_parser.cpp
45
uint64_t
endTs
= pagedMemoryFixedHeadrAddr->endTime;
in PagingData()
local
H
A
D
bio_latency_data_parser.cpp
72
uint64_t
endTs
= bioFixedHeadrAddr->endTime;
in ParseBioLatencyEvent()
local
/developtools/smartperf_host/trace_streamer/test/unittest/ebpf/
H
A
D
paged_memory_parser_test.cpp
130
auto
endTs
= sampleData.EndTs()[0];
in HWTEST_F()
local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H
A
D
ebpf_stdtype.h
30
uint64_t
endTs
= INVALID_UINT64;
member
107
uint64_t
endTs
= INVALID_UINT64;
member
159
uint64_t
endTs
= INVALID_UINT64;
member
/developtools/smartperf_host/trace_streamer/src/filter/
H
A
D
slice_filter.cpp
263
int64_t
endTs
= startTs + dur;
in CloseUnMatchedSlice()
local
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
H
A
D
pbreader_js_memory_parser.cpp
374
timespec
endTs
= TimeToTimespec(snapShotData_.endTime);
in SerializeSnapshotData()
local
410
timespec
endTs
= TimeToTimespec(endTime);
in SerializeTimelineData()
local
445
timespec
endTs
= TimeToTimespec(endTime);
in SerializeCpuProfilerData()
local
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H
A
D
table_test.cpp
549
uint64_t
endTs
= 1663869224160;
in HWTEST_F()
local
Completed in 9 milliseconds