Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_prof.c153 int nullfunc_loop_profiled_time; in kmstartup() local
241 nullfunc_loop_profiled_time = 0; in kmstartup()
245 nullfunc_loop_profiled_time += KCOUNT(p, PC_TO_I(p, tmp_addr)); in kmstartup()
251 CALIB_DOSCALE(c2n(nullfunc_loop_profiled_time, p->profrate)), in kmstartup()
291 nullfunc_loop_overhead = nullfunc_loop_profiled_time - empty_loop_time; in kmstartup()