Date: Wed, 23 Dec 2009 23:16:54 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libpmc Makefile libpmc.c pmc.xscale.3 src/sys/arm/conf AVILA CAMBRIA src/sys/arm/include pmc_mdep.h src/sys/arm/xscale/ixp425 files.ixp425 src/sys/dev/hwpmc hwpmc_arm.c hwpmc_xscale.c hwpmc_xscale.h pmc_events.h Message-ID: <200912232319.nBNNJOqw086444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rpaulo 2009-12-23 23:16:54 UTC
FreeBSD src repository
Modified files:
lib/libpmc Makefile libpmc.c
sys/arm/conf AVILA CAMBRIA
sys/arm/include pmc_mdep.h
sys/arm/xscale/ixp425 files.ixp425
sys/dev/hwpmc hwpmc_arm.c pmc_events.h
Added files:
lib/libpmc pmc.xscale.3
sys/dev/hwpmc hwpmc_xscale.c hwpmc_xscale.h
Log:
SVN rev 200928 on 2009-12-23 23:16:54Z by rpaulo
Intel XScale hwpmc(4) support.
This brings hwpmc(4) support for 2nd and 3rd generation XScale cores.
Right now it's enabled by default to make sure we test this a bit.
When the time comes it can be disabled by default.
Tested on Gateworks boards.
A man page is coming.
Obtained from: //depot/user/rpaulo/xscalepmc/...
Revision Changes Path
1.14 +2 -0 src/lib/libpmc/Makefile
1.23 +45 -0 src/lib/libpmc/libpmc.c
1.1 +39 -0 src/lib/libpmc/pmc.xscale.3 (new)
1.35 +4 -0 src/sys/arm/conf/AVILA
1.16 +4 -0 src/sys/arm/conf/CAMBRIA
1.4 +42 -6 src/sys/arm/include/pmc_mdep.h
1.12 +1 -0 src/sys/arm/xscale/ixp425/files.ixp425
1.4 +11 -2 src/sys/dev/hwpmc/hwpmc_arm.c
1.1 +678 -0 src/sys/dev/hwpmc/hwpmc_xscale.c (new)
1.1 +73 -0 src/sys/dev/hwpmc/hwpmc_xscale.h (new)
1.12 +41 -18 src/sys/dev/hwpmc/pmc_events.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912232319.nBNNJOqw086444>
