Home
last modified time | relevance | path

Searched refs:srcId (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/
Dclock_filter_ex.cpp33 ClockId srcId; in AddClockSnapshot() local
36 for (srcId = 0; srcId < snapShot.size() - 1; ++srcId) { in AddClockSnapshot()
37 ClockId srcClockId = snapShot[srcId].clockId; in AddClockSnapshot()
38 uint64_t srcTs = snapShot[srcId].ts; in AddClockSnapshot()
42 for (desId = srcId + 1; desId < snapShot.size(); ++desId) { in AddClockSnapshot()
45 if ((srcId == snapShot.size() - theDataBeforeLast) and (desId == snapShot.size() - 1)) { in AddClockSnapshot()
/developtools/smartperf_host/trace_streamer/src/base/
Dclock_filter.cpp79 ClockId srcId; in AddClockSnapshot() local
81 for (srcId = 0; srcId < snapShot.size() - 1; srcId++) { in AddClockSnapshot()
82 ClockId srcClockId = snapShot[srcId].clockId; in AddClockSnapshot()
83 uint64_t srcTs = snapShot[srcId].ts; in AddClockSnapshot()
84 for (desId = srcId + 1; desId < snapShot.size(); desId++) { in AddClockSnapshot()