This commit is contained in:
wiz 2002-08-09 10:13:07 +00:00
parent 642c31b4a3
commit f1559d336d
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pmc.3,v 1.2 2002/08/09 05:29:36 thorpej Exp $
.\" $NetBSD: pmc.3,v 1.3 2002/08/09 10:13:07 wiz Exp $
.\"
.\" Copyright (c) 2002 Wasabi Systems, Inc.
.\" All rights reserved.
@ -89,7 +89,7 @@ The
.Nm pmc
library can count events on the following CPU families. Each second-level
entry describes a performance counter class. A given class may apply to
muitple individual CPU models. Each class has one or more counter types.
multiple individual CPU models. Each class has one or more counter types.
A CPU may have more than one counter of a given type. Refer to the
corresponding processor programmer's manual for more information about
individual events.
@ -180,7 +180,7 @@ cycle counter
performance counter
.El
.Pp
The following events may be counted by a ounter of type
The following events may be counted by a counter of type
PMC_TYPE_I586_PMCx:
.Pp
.Bl -item -offset indent -compact
@ -655,7 +655,7 @@ branch-miss-retired
.It
branch-taken-retired
.It
branch-taked-miss-retired
branch-taken-miss-retired
.It
branch-far-retired
.It

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmc_i386.c,v 1.2 2002/08/09 05:29:37 thorpej Exp $ */
/* $NetBSD: pmc_i386.c,v 1.3 2002/08/09 10:13:07 wiz Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -362,7 +362,7 @@ static const struct pmc_event k7_pmc_evids[] = {
{ "branch-retired", K7_RETIRED_BRANCHES },
{ "branch-miss-retired", K7_RETIRED_BRANCH_MISPREDICTED },
{ "branch-taken-retired", K7_RETIRED_TAKEN_BRANCH },
{ "branch-taked-miss-retired",
{ "branch-taken-miss-retired",
K7_RETIRED_TAKEN_BRANCH_MISPREDICTED },
{ "branch-far-retired",
K7_RETIRED_FAR_CONTROL_TRANSFER },