Home
last modified time | relevance | path

Searched refs:expectEnd (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dframe_filter.cpp30 uint64_t expectEnd, in BeginVsyncEvent() argument
38 frame->expectedEndTs_ = expectEnd; in BeginVsyncEvent()
39 frame->expectedDur_ = expectEnd - expectStart; in BeginVsyncEvent()
44 …expectStart, ipid, itid, vsyncId, callStackSliceId, expectEnd, (uint8_t)TraceStdtype::FrameSlice::… in BeginVsyncEvent()
Dframe_filter.h33 uint64_t expectEnd,
/developtools/smartperf_host/trace_streamer/src/filter/
Dframe_filter.cpp31 uint64_t expectEnd, in BeginVsyncEvent() argument
39 frame->expectedEndTs_ = expectEnd; in BeginVsyncEvent()
40 frame->expectedDur_ = expectEnd - expectStart; in BeginVsyncEvent()
45 …expectStart, ipid, itid, vsyncId, callStackSliceId, expectEnd, (uint8_t)TraceStdtype::FrameSlice::… in BeginVsyncEvent()
Dframe_filter.h33 uint64_t expectEnd,
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dprint_event_parser.cpp227 uint64_t expectEnd = INVALID_UINT64; in ReciveVsync() local
236 expectEnd = base::StrToInt<uint64_t>(value).value(); in ReciveVsync()
246 if (expectEnd != INVALID_UINT64) { in ReciveVsync()
247 expectEnd = streamFilters_->clockFilter_->ToPrimaryTraceTime(TS_MONOTONIC, expectEnd); in ReciveVsync()
252 …streamFilters_->frameFilter_->BeginVsyncEvent(line.ts, iPid, iTid, now, expectEnd, vsyncId, callSt… in ReciveVsync()
/developtools/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp288 uint64_t expectEnd = INVALID_UINT64; in ReciveVsync() local
297 expectEnd = base::StrToInt<uint64_t>(value).value(); in ReciveVsync()
307 if (expectEnd != INVALID_UINT64) { in ReciveVsync()
308 expectEnd = streamFilters_->clockFilter_->ToPrimaryTraceTime(TS_MONOTONIC, expectEnd); in ReciveVsync()
313 …streamFilters_->frameFilter_->BeginVsyncEvent(line.ts, iPid, iTid, now, expectEnd, vsyncId, callSt… in ReciveVsync()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2256 …id FrameSlice::SetEndTimeAndFlag(uint64_t row, uint64_t ts, uint64_t expectDur, uint64_t expectEnd) in SetEndTimeAndFlag() argument
2261 flags_[row] = expectEnd >= ts ? 0 : 1; in SetEndTimeAndFlag()
Dtrace_stdtype.h1905 void SetEndTimeAndFlag(uint64_t row, uint64_t ts, uint64_t expectDur, uint64_t expectEnd);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2311 …id FrameSlice::SetEndTimeAndFlag(uint64_t row, uint64_t ts, uint64_t expectDur, uint64_t expectEnd) in SetEndTimeAndFlag() argument
2316 flags_[row] = expectEnd >= ts ? 0 : 1; in SetEndTimeAndFlag()
Dtrace_stdtype.h1941 void SetEndTimeAndFlag(uint64_t row, uint64_t ts, uint64_t expectDur, uint64_t expectEnd);