| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | frame_filter.cpp | 31 uint32_t vsyncId, in BeginVsyncEvent() argument 40 frame->vsyncId_ = vsyncId; in BeginVsyncEvent() 42 … traceDataCache_->GetFrameSliceData()->AppendFrame(ts, ipid, itid, vsyncId, callStackSliceId); in BeginVsyncEvent() 44 …expectStart, ipid, itid, vsyncId, callStackSliceId, expectEnd, (uint8_t)TraceStdtype::FrameSlice::… in BeginVsyncEvent()
|
| D | frame_filter.h | 34 uint32_t vsyncId,
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | frame_filter.cpp | 32 uint32_t vsyncId, in BeginVsyncEvent() argument 41 frame->vsyncId_ = vsyncId; in BeginVsyncEvent() 43 … traceDataCache_->GetFrameSliceData()->AppendFrame(ts, ipid, itid, vsyncId, callStackSliceId); in BeginVsyncEvent() 45 …expectStart, ipid, itid, vsyncId, callStackSliceId, expectEnd, (uint8_t)TraceStdtype::FrameSlice::… in BeginVsyncEvent()
|
| D | frame_filter.h | 34 uint32_t vsyncId,
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ |
| D | print_event_parser.cpp | 228 uint32_t vsyncId = INVALID_UINT32; in ReciveVsync() local 238 vsyncId = base::StrToInt<uint64_t>(value).value(); 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 | 289 uint32_t vsyncId = INVALID_UINT32; in ReciveVsync() local 299 vsyncId = base::StrToInt<uint64_t>(value).value(); 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 | 2146 size_t FrameSlice::AppendFrame(uint64_t ts, uint32_t ipid, uint32_t itid, uint32_t vsyncId, uint64_… in AppendFrame() argument 2151 vsyncIds_.emplace_back(vsyncId); in AppendFrame() 2167 uint32_t vsyncId, in AppendFrame() argument 2172 auto row = AppendFrame(ts, ipid, itid, vsyncId, callStackSliceId); in AppendFrame()
|
| D | trace_stdtype.h | 1880 …size_t AppendFrame(uint64_t ts, uint32_t ipid, uint32_t itid, uint32_t vsyncId, uint64_t callStack… 1884 uint32_t vsyncId,
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 2201 size_t FrameSlice::AppendFrame(uint64_t ts, uint32_t ipid, uint32_t itid, uint32_t vsyncId, uint64_… in AppendFrame() argument 2206 vsyncIds_.emplace_back(vsyncId); in AppendFrame() 2222 uint32_t vsyncId, in AppendFrame() argument 2227 auto row = AppendFrame(ts, ipid, itid, vsyncId, callStackSliceId); in AppendFrame()
|
| D | trace_stdtype.h | 1916 …size_t AppendFrame(uint64_t ts, uint32_t ipid, uint32_t itid, uint32_t vsyncId, uint64_t callStack… 1920 uint32_t vsyncId,
|