CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/24 18:58:48
Modified files:
sys/kern : subr_prof.c kern_clock.c
sys/sys : resourcevar.h
Log message:
addupc_intr: support adding multiple profiling ticks at once
Add a third parameter to addupc_intr(), "u_long nticks". This will
allow us to credit more than one profiling tick to the thread at once.
Should be useful in the unusual case where the clock interrupt is
masked for an extended period.
