Searched refs:desClockId (Results 1 – 3 of 3) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | clock_filter_ex.cpp | 43 ClockId desClockId = snapShot[desId].clockId; in AddClockSnapshot() local 47 desClockId, desTs, in AddClockSnapshot() 48 …ataCache_->GetConstStatAndInfo().clockid2ClockNameMap_.at(static_cast<BuiltinClocks>(desClockId))); in AddClockSnapshot() 50 AddConvertClockMap(srcClockId, desClockId, srcTs, desTs); in AddClockSnapshot() 51 AddConvertClockMap(desClockId, srcClockId, desTs, srcTs); in AddClockSnapshot()
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | clock_filter.cpp | 29 std::string ClockFilter::GenClockKey(ClockId srcClockId, ClockId desClockId) in GenClockKey() argument 34 ret += std::to_string(desClockId); in GenClockKey() 46 uint64_t ClockFilter::Convert(ClockId srcClockId, uint64_t srcTs, ClockId desClockId) const in Convert() 48 std::string&& clockKey = GenClockKey(srcClockId, desClockId); in Convert() 85 ClockId desClockId = snapShot[desId].clockId; in AddClockSnapshot() local 87 AddConvertClockMap(srcClockId, desClockId, srcTs, desTs); in AddClockSnapshot() 88 AddConvertClockMap(desClockId, srcClockId, desTs, srcTs); in AddClockSnapshot()
|
| D | clock_filter.h | 62 uint64_t Convert(ClockId srcClockId, uint64_t srcTs, ClockId desClockId) const; 75 static std::string GenClockKey(ClockId srcClockId, ClockId desClockId);
|