summaryrefslogtreecommitdiffstats
path: root/lib/libpmc/Makefile
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-03-25 02:22:32 +0000
committergonzo <gonzo@FreeBSD.org>2012-03-25 02:22:32 +0000
commit4dabba6aea432d6bf5e1baf9e344fc143410af0d (patch)
tree04a6acc24a35a437e3b3410e760525a1703417d8 /lib/libpmc/Makefile
parentea8ccc536c95fec2efc90df6963a51d41ffac77b (diff)
downloadFreeBSD-src-4dabba6aea432d6bf5e1baf9e344fc143410af0d.zip
FreeBSD-src-4dabba6aea432d6bf5e1baf9e344fc143410af0d.tar.gz
Update manual pages for MIPS-related CPUs:
- Rename pmc.mips to pmc.mips24k since it covers just one CPU, no whole architecture - Add documetnations for Octeon's PMC counters - Remove CAVEATS section from pmc.mips24k page: PMC for MIPS supports sampling now.
Diffstat (limited to 'lib/libpmc/Makefile')
-rw-r--r--lib/libpmc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile
index 350c22f..95da88e 100644
--- a/lib/libpmc/Makefile
+++ b/lib/libpmc/Makefile
@@ -42,6 +42,9 @@ MAN+= pmc.westmereuc.3
MAN+= pmc.tsc.3
.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale"
MAN+= pmc.xscale.3
+.elif ${MACHINE_CPUARCH} == "mips"
+MAN+= pmc.mips24k.3
+MAN+= pmc.octeon.3
.endif
MLINKS+= \
OpenPOWER on IntegriCloud