summaryrefslogtreecommitdiff
path: root/sys/kern/kern_accnt.c
AgeCommit message (Collapse)Author
3 dayskernel: accnt: Report how many cores are haltedIan Moffett
Introduce reporting of the number of halted cores for the scheduler accounting logic. Signed-off-by: Ian Moffett <ian@osmora.org>
11 dayskernel: accnt: Keep track of per-cpu statsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
11 dayskernel: Move 'g_nthreads' to kern_accnt.cIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
11 dayskernel: Add initial accounting logicIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>