Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 20:51:28 GMT
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f401d82ef7cf - main - pmc: Keep a list sorted.
Message-ID:  <202304052051.335KpSGR020997@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkoshy:

URL: https://cgit.FreeBSD.org/src/commit/?id=f401d82ef7cf5038d41e46097fd2d2b6ecaf8ca1

commit f401d82ef7cf5038d41e46097fd2d2b6ecaf8ca1
Author:     Joseph Koshy <jkoshy@FreeBSD.org>
AuthorDate: 2023-04-05 18:36:55 +0000
Commit:     Joseph Koshy <jkoshy@FreeBSD.org>
CommitDate: 2023-04-05 19:09:28 +0000

    pmc: Keep a list sorted.
    
    Approved by:    gnn (mentor)
    Differential Revision: https://reviews.freebsd.org/D39439
---
 lib/libpmc/pmc.3 | 82 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3
index 68fa46a5c337..83f555a5a770 100644
--- a/lib/libpmc/pmc.3
+++ b/lib/libpmc/pmc.3
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 3, 2022
+.Dd April 5, 2023
 .Dt PMC 3
 .Os
 .Sh NAME
@@ -138,46 +138,6 @@ CPUs.
 .It Li PMC_CPU_AMD_K8
 .Tn "AMD Athlon64"
 CPUs.
-.It Li PMC_CPU_INTEL_ATOM
-.Tn Intel
-.Tn Atom
-CPUs and other CPUs conforming to version 3 of the
-.Tn Intel
-performance measurement architecture.
-.It Li PMC_CPU_INTEL_CORE
-.Tn Intel
-.Tn Core Solo
-and
-.Tn Core Duo
-CPUs, and other CPUs conforming to version 1 of the
-.Tn Intel
-performance measurement architecture.
-.It Li PMC_CPU_INTEL_CORE2
-.Tn Intel
-.Tn "Core2 Solo" ,
-.Tn "Core2 Duo"
-and
-.Tn "Core2 Extreme"
-CPUs, and other CPUs conforming to version 2 of the
-.Tn Intel
-performance measurement architecture.
-.It Li PMC_CPU_PPC_7450
-.Tn PowerPC
-MPC7450 CPUs.
-.It Li PMC_CPU_PPC_E500
-.Tn PowerPC
-e500 Core CPUs.
-.It Li PMC_CPU_PPC_970
-.Tn IBM
-.Tn PowerPC
-970 CPUs.
-.It Li PMC_CPU_PPC_POWER8
-.Tn IBM
-.Tn POWER8 and
-.Tn POWER9
-CPUs.
-.It Li GENERIC
-Generic
 .It Li PMC_CPU_ARMV7_CORTEX_A5
 .Tn ARMv7
 .Tn Cortex A5
@@ -213,6 +173,46 @@ CPUs.
 ARMv8
 .Tn Cortex A76
 CPUs.
+.It Li GENERIC
+Generic
+.It Li PMC_CPU_INTEL_ATOM
+.Tn Intel
+.Tn Atom
+CPUs and other CPUs conforming to version 3 of the
+.Tn Intel
+performance measurement architecture.
+.It Li PMC_CPU_INTEL_CORE
+.Tn Intel
+.Tn Core Solo
+and
+.Tn Core Duo
+CPUs, and other CPUs conforming to version 1 of the
+.Tn Intel
+performance measurement architecture.
+.It Li PMC_CPU_INTEL_CORE2
+.Tn Intel
+.Tn "Core2 Solo" ,
+.Tn "Core2 Duo"
+and
+.Tn "Core2 Extreme"
+CPUs, and other CPUs conforming to version 2 of the
+.Tn Intel
+performance measurement architecture.
+.It Li PMC_CPU_PPC_7450
+.Tn PowerPC
+MPC7450 CPUs.
+.It Li PMC_CPU_PPC_970
+.Tn IBM
+.Tn PowerPC
+970 CPUs.
+.It Li PMC_CPU_PPC_E500
+.Tn PowerPC
+e500 Core CPUs.
+.It Li PMC_CPU_PPC_POWER8
+.Tn IBM
+.Tn POWER8 and
+.Tn POWER9
+CPUs.
 .El
 .Ss Supported PMCs
 PMCs supported by this library are named by the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304052051.335KpSGR020997>