Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   simonb
Date:           Thu Apr  1 04:41:38 UTC 2021

Modified Files:
        src/sys/kern: init_main.c subr_evcnt.c
        src/sys/sys: evcnt.h

Log Message:
Expose olde style intrcnt interrupt accounting via event counters.
This code will be garbage collected once our last legacy intrcnt
user is update to native evcnts.


To generate a diff of this commit:
cvs rdiff -u -r1.534 -r1.535 src/sys/kern/init_main.c
cvs rdiff -u -r1.13 -r1.14 src/sys/kern/subr_evcnt.c
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/evcnt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index