Searched refs:nextprof (Results 1 – 1 of 1) sorted by relevance
122 sbintime_t nextprof; /* Next profclock() event. */ member201 while (now >= state->nextprof) { in handleevents()202 state->nextprof += profperiod; in handleevents()210 state->nextprof = state->nextstat; in handleevents()259 if (profiling && event > state->nextprof) in getnextcpuevent()260 event = state->nextprof; in getnextcpuevent()519 state->nextprof = next;981 (uintmax_t)st->nextprof,982 (uintmax_t)(st->nextprof - st->now) / tick_sbt,