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: ad
Date: Sat Dec 21 14:33:19 UTC 2019
Modified Files:
src/sys/sys: cpu_data.h
src/sys/uvm: uvm_meter.c uvm_page.c
Log Message:
Counter tweaks:
"zeroaborts" + "free" don't need to be per-CPU counters, and "bucketmiss"
wasn't used. Remove those and cluster by usage.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/sys/cpu_data.h
cvs rdiff -u -r1.71 -r1.72 src/sys/uvm/uvm_meter.c
cvs rdiff -u -r1.207 -r1.208 src/sys/uvm/uvm_page.c
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