Searched refs:AddConvertClockMap (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | clock_filter.cpp | 66 void ClockFilter::AddConvertClockMap(ClockId srcClockId, ClockId dstClockId, uint64_t srcTs, uint64… in AddConvertClockMap() function in SysTuning::TraceStreamer::ClockFilter 94 AddConvertClockMap(srcClockId, desClockId, srcTs, desTs); in AddClockSnapshot() 95 AddConvertClockMap(desClockId, srcClockId, desTs, srcTs); in AddClockSnapshot()
|
| D | clock_filter.h | 75 void AddConvertClockMap(ClockId srcClockId, ClockId dstClockId, uint64_t srcTs, uint64_t dstTs);
|