Reflect TYPE -> CLASS change made in <machine/pmc.h>
This commit is contained in:
parent
7d9de8b2ad
commit
aeba09a9f6
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: pmc.3,v 1.1 2002/08/09 00:03:15 thorpej Exp $
|
||||
.\" $NetBSD: pmc.3,v 1.2 2002/08/09 05:29:36 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 Wasabi Systems, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -99,7 +99,7 @@ ARM
|
||||
.Bl -bullet
|
||||
.It
|
||||
Intel i80200
|
||||
.Pq PMC_TYPE_I80200
|
||||
.Pq PMC_CLASS_I80200
|
||||
.Pp
|
||||
There are two types of counters available in this class:
|
||||
.Bl -tag -width PMC_TYPE_I80200_CCNTxx
|
||||
@ -170,7 +170,7 @@ i386
|
||||
.Bl -bullet
|
||||
.It
|
||||
Intel i586
|
||||
.Pq PMC_TYPE_I586
|
||||
.Pq PMC_CLASS_I586
|
||||
.Pp
|
||||
There are two types of counters available in this class:
|
||||
.Bl -tag -width PMC_TYPE_I586_PMCxxx
|
||||
@ -263,7 +263,7 @@ break-match3
|
||||
.El
|
||||
.It
|
||||
Intel i686
|
||||
.Pq PMC_TYPE_I686
|
||||
.Pq PMC_CLASS_I686
|
||||
.Pp
|
||||
There are two types of counters available in this class:
|
||||
.Bl -tag -width PMC_TYPE_I686_PMCxxx
|
||||
@ -518,7 +518,7 @@ seg-rename-retire
|
||||
.El
|
||||
.It
|
||||
AMD Athlon / K7
|
||||
.Pq PMC_TYPE_K7
|
||||
.Pq PMC_CLASS_K7
|
||||
.Pp
|
||||
There are two types of counters available in this class:
|
||||
.Bl -tag -width PMC_TYPE_K7_PMCxxx
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmc_arm.c,v 1.1 2002/08/09 00:03:15 thorpej Exp $ */
|
||||
/* $NetBSD: pmc_arm.c,v 1.2 2002/08/09 05:29:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c 2002 Wasabi Systems, Inc.
|
||||
@ -68,7 +68,7 @@ static const struct pmc_event i80200_pmc_evids[] = {
|
||||
};
|
||||
|
||||
static const struct pmc_class2evid arm_pmc_classes[] = {
|
||||
{ PMC_TYPE_I80200, "i80200",
|
||||
{ PMC_CLASS_I80200, "i80200",
|
||||
i80200_pmc_evids },
|
||||
{ PMC_TYPE_I80200_CCNT, "i80200 cycle counter",
|
||||
NULL },
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmc_i386.c,v 1.1 2002/08/09 00:03:15 thorpej Exp $ */
|
||||
/* $NetBSD: pmc_i386.c,v 1.2 2002/08/09 05:29:37 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
|
||||
@ -385,21 +385,21 @@ static const struct pmc_event k7_pmc_evids[] = {
|
||||
};
|
||||
|
||||
static const struct pmc_class2evid i386_pmc_classes[] = {
|
||||
{ PMC_TYPE_I586, "i586",
|
||||
{ PMC_CLASS_I586, "i586",
|
||||
i586_pmc_evids },
|
||||
{ PMC_TYPE_I586_TSC, "i586 cycle counter",
|
||||
NULL },
|
||||
{ PMC_TYPE_I586_PMCx, "i586 performance counter",
|
||||
NULL },
|
||||
|
||||
{ PMC_TYPE_I686, "i686",
|
||||
{ PMC_CLASS_I686, "i686",
|
||||
i686_pmc_evids },
|
||||
{ PMC_TYPE_I686_TSC, "i686 cycle counter",
|
||||
NULL },
|
||||
{ PMC_TYPE_I686_PMCx, "i686 performance counter",
|
||||
NULL },
|
||||
|
||||
{ PMC_TYPE_K7, "K7",
|
||||
{ PMC_CLASS_K7, "K7",
|
||||
k7_pmc_evids },
|
||||
{ PMC_TYPE_K7_TSC, "K7 cycle counter",
|
||||
NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user