Searched refs:next_pid_switch_time_ (Results 1 – 2 of 2) sorted by relevance
639 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()
116 uint64_t next_pid_switch_time_; variable