Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dframe_filter.cpp31 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()
Dframe_filter.h34 uint32_t vsyncId,
/developtools/smartperf_host/trace_streamer/src/filter/
Dframe_filter.cpp32 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()
Dframe_filter.h34 uint32_t vsyncId,
/developtools/profiler/host/smartperf/trace_streamer/src/parser/
Dprint_event_parser.cpp228 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/
Dprint_event_parser.cpp289 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/
Dtrace_stdtype.cpp2146 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()
Dtrace_stdtype.h1880 …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/
Dtrace_stdtype.cpp2201 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()
Dtrace_stdtype.h1916 …size_t AppendFrame(uint64_t ts, uint32_t ipid, uint32_t itid, uint32_t vsyncId, uint64_t callStack…
1920 uint32_t vsyncId,