Home
last modified time | relevance | path

Searched refs:startTs (Results 1 - 12 of 12) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H A Dbio_latency_data_parser.cpp71 uint64_t startTs = bioFixedHeadrAddr->startTime; in ParseBioLatencyEvent() local
73 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParseBioLatencyEvent()
74 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParseBioLatencyEvent()
78 TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu64 "", in ParseBioLatencyEvent()
79 startTs, endTs, newStartTs, newEndTs); in ParseBioLatencyEvent()
95 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent()
97 tracerEventToStrIndexMap.Erase(ITEM_EVENT_FS, type, itid, startTs); in ParseBioLatencyEvent()
H A Dpaged_memory_data_parser.cpp44 uint64_t startTs = pagedMemoryFixedHeadrAddr->startTime; in PagingData() local
46 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in PagingData()
47 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in PagingData()
51 TS_LOGE("startTs = %" PRIu64 ", endTs = %" PRIu64 ", newStartTs = %" PRIu64 ", newEndTs = %" PRIu64 "", startTs, in PagingData()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
H A Dtrace_stdtype.cpp70 void SliceData::AppendNewData(int32_t sliceId, uint64_t startTs, uint64_t endTs, int32_t value) in AppendNewData() argument
72 startTs_.emplace_back(startTs); in AppendNewData()
H A Dtrace_stdtype.h111 void AppendNewData(int32_t sliceId, uint64_t startTs, uint64_t endTs, int32_t value);
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H A Debpf_stdtype.h29 uint64_t startTs = INVALID_UINT64; member
106 uint64_t startTs = INVALID_UINT64; member
158 uint64_t startTs = INVALID_UINT64; member
H A Debpf_stdtype.cpp25 startTs_.emplace_back(context.startTs); in AppendNewData()
110 startTs_.emplace_back(context.startTs); in AppendNewData()
162 startTs_.emplace_back(context.startTs); in AppendNewData()
/developtools/smartperf_host/trace_streamer/test/unittest/ebpf/
H A Dpaged_memory_parser_test.cpp111 * @tc.desc: Test parse pagedMem data without callback and startTs > endTs
129 auto startTs = sampleData.StartTs()[0]; in HWTEST_F() local
131 EXPECT_FALSE(startTs == pagedMemoryFixedHeader_.startTime); in HWTEST_F()
133 EXPECT_FALSE(sampleData.Durs()[0] == endTs - startTs); in HWTEST_F()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
H A Dpbreader_js_memory_parser.cpp365 timespec startTs = TimeToTimespec(snapShotData_.startTime); in SerializeSnapshotData() local
366 profilerPluginDataResult.set_tv_sec(startTs.tv_sec); in SerializeSnapshotData()
367 profilerPluginDataResult.set_tv_nsec(startTs.tv_nsec); in SerializeSnapshotData()
396 timespec startTs = TimeToTimespec(startTime); in SerializeTimelineData() local
397 profilerPluginDataResult.set_tv_sec(startTs.tv_sec); in SerializeTimelineData()
398 profilerPluginDataResult.set_tv_nsec(startTs.tv_nsec); in SerializeTimelineData()
435 timespec startTs = TimeToTimespec(startTime); in SerializeCpuProfilerData() local
436 profilerPluginDataResult.set_tv_sec(startTs.tv_sec); in SerializeCpuProfilerData()
437 profilerPluginDataResult.set_tv_nsec(startTs.tv_nsec); in SerializeCpuProfilerData()
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache_writer.cpp32 uint32_t TraceDataCacheWriter::AppendNewProcessData(uint32_t pid, const std::string &name, uint64_t startTs)
37 process.startT_ = startTs;
H A Dtrace_data_cache_writer.h35 uint32_t AppendNewProcessData(uint32_t pid, const std::string &name, uint64_t startTs);
/developtools/smartperf_host/trace_streamer/src/filter/
H A Dslice_filter.cpp261 int64_t startTs = slices->TimeStampData()[sliceIdx]; in CloseUnMatchedSlice() local
263 int64_t endTs = startTs + dur; in CloseUnMatchedSlice()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H A Dtable_test.cpp548 uint64_t startTs = 1663869124160; in HWTEST_F() local
580 GetBioLatencySampleDataRow bioLatencySampleDataRow = {CALLCHAIN_ID, TYPE, IPID, ITID, startTs, endTs, in HWTEST_F()

Completed in 10 milliseconds