Searched refs:nextprof (Results 1 – 1 of 1) sorted by relevance
121 sbintime_t nextprof; /* Next profclock() event. */ member200 while (now >= state->nextprof) { in handleevents()201 state->nextprof += profperiod; in handleevents()209 state->nextprof = state->nextstat; in handleevents()256 if (profiling && event > state->nextprof) in getnextcpuevent()257 event = state->nextprof; in getnextcpuevent()514 state->nextprof = next;975 (uintmax_t)st->nextprof,976 (uintmax_t)(st->nextprof - st->now) / tick_sbt,