NetBSD/sys/arch/pc532
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 Work around an egcs internal compiler error when compiling ip6_mroute.c 2002-07-09 12:55:47 +00:00
dev Add an empty statement after a goto label to keep gcc-current happy. 2002-05-25 03:45:12 +00:00
fpu Fix previous so that the constants are outside of the #ifdefs such that 2002-05-26 07:37:08 +00:00
include Implement pmc(9) -- An interface to hardware performance monitoring 2002-08-07 05:14:47 +00:00
pc532 Rename cdev_systrace_init() to cdev_clonemisc_init(), so it can 2002-07-19 16:38:14 +00:00
stand MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
Makefile
To.Do