Searched refs:expectEnd (Results 1 – 10 of 10) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | frame_filter.cpp | 30 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()
|
| D | frame_filter.h | 33 uint64_t expectEnd,
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | frame_filter.cpp | 31 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()
|
| D | frame_filter.h | 33 uint64_t expectEnd,
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ |
| D | print_event_parser.cpp | 227 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/ |
| D | print_event_parser.cpp | 288 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/ |
| D | trace_stdtype.cpp | 2256 …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()
|
| D | trace_stdtype.h | 1905 void SetEndTimeAndFlag(uint64_t row, uint64_t ts, uint64_t expectDur, uint64_t expectEnd);
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 2311 …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()
|
| D | trace_stdtype.h | 1941 void SetEndTimeAndFlag(uint64_t row, uint64_t ts, uint64_t expectDur, uint64_t expectEnd);
|