Home
last modified time | relevance | path

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

/sdk/emulator/qtools/
Dtrace_reader.cpp639 next_pid_switch_time_ = 0; in TraceReaderBase()
1182 if (time < next_pid_switch_time_) in FindCurrentPid()
1188 next_pid_switch_time_ = ~0ull; in FindCurrentPid()
1195 next_pid_switch_time_ = event.time; in FindCurrentPid()
Dtrace_reader_base.h116 uint64_t next_pid_switch_time_; variable