NetBSD/sys/arch/mvmeppc
briggs 0b956d0b8b Implement pmc(9) -- An interface to hardware performance monitoring
counters.  These counters do not exist on all CPUs, but where they
do exist, can be used for counting events such as dcache misses that
would otherwise be difficult or impossible to instrument by code
inspection or hardware simulation.

pmc(9) is meant to be a general interface.  Initially, the Intel XScale
counters are the only ones supported.
2002-08-07 05:14:47 +00:00
..
compile
conf Enable "pseudo-device clockctl" in all kernels, except 2002-06-17 05:14:02 +00:00
include Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
isa Correct misspellings of "failed". 2002-03-04 01:38:31 +00:00
mvmeppc move more inlines to cpu.h: mftb(), mftbl() and mfpvr(). 2002-08-06 06:14:33 +00:00
pci
stand Use ${PRINTOBJDIR} rather than rolling our own. This makes parallel 2002-05-31 13:46:00 +00:00
Makefile Missed this file when adding mvmeppc port. 2002-02-28 21:54:42 +00:00