This is a simple example to show how Perfmon2 kabi works.  It counts
the cpu_clock_unhalted events. This is currently only set up for the
AMD64. It won't work with other processors without modifications.

To run:

# make
# modprobe perfmon_{arch}
# /sbin/insmod ./kpfm_test1.ko
(do some stuff here to get the counters to do something)
# /sbin/rmmod kpfm_test1
(should print out information about each processors in /var/log/messages)
# tail /var/log/messages

TODO
-revise for SMP processors
-generate p4/em64 version
-generate ia64 version
-generate i686 version
-generate ppc64 version

-Will
