Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.h131 static bool ClockIsSeqScoped(ClockId global_clock_id) { in ClockIsSeqScoped() function
Dclock_tracker.cc62 if (clock.is_incremental && !ClockIsSeqScoped(clock_id)) { in AddSnapshot()