/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
H A D | bio_latency_data_parser.cpp | 71 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 D | paged_memory_data_parser.cpp | 44 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 D | trace_stdtype.cpp | 70 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 D | trace_stdtype.h | 111 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 D | ebpf_stdtype.h | 29 uint64_t startTs = INVALID_UINT64; member 106 uint64_t startTs = INVALID_UINT64; member 158 uint64_t startTs = INVALID_UINT64; member
|
H A D | ebpf_stdtype.cpp | 25 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 D | paged_memory_parser_test.cpp | 111 * @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 D | pbreader_js_memory_parser.cpp | 365 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 D | trace_data_cache_writer.cpp | 32 uint32_t TraceDataCacheWriter::AppendNewProcessData(uint32_t pid, const std::string &name, uint64_t startTs) 37 process.startT_ = startTs;
|
H A D | trace_data_cache_writer.h | 35 uint32_t AppendNewProcessData(uint32_t pid, const std::string &name, uint64_t startTs);
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
H A D | slice_filter.cpp | 261 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 D | table_test.cpp | 548 uint64_t startTs = 1663869124160; in HWTEST_F() local 580 GetBioLatencySampleDataRow bioLatencySampleDataRow = {CALLCHAIN_ID, TYPE, IPID, ITID, startTs, endTs, in HWTEST_F()
|