NetBSD/sys/arch/evbmips
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
..
alchemy Convert to use merged mips cpu_sysctl(). 2002-08-05 01:33:36 +00:00
compile
conf Add support for the Alchemy Semiconductor Pb1000 evaluation board for 2002-07-29 16:22:55 +00:00
dev
evbmips Make this compile for the non-sbmips case. 2002-08-04 14:42:56 +00:00
include Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
isa Remove a few more magic numbers. 2002-04-09 03:40:16 +00:00
malta Fix tyop. 2002-08-05 01:15:22 +00:00
pci Convert evbmips to use mips/mips/bus_space_alignstride_chipdep.c. 2002-03-23 14:33:35 +00:00
Makefile