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()258 if (profiling && event > state->nextprof) in getnextcpuevent()259 event = state->nextprof; in getnextcpuevent()518 state->nextprof = next;980 (uintmax_t)st->nextprof,981 (uintmax_t)(st->nextprof - st->now) / tick_sbt,