summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2008-10-06 10:34:44 +0000
committerjkoshy <jkoshy@FreeBSD.org>2008-10-06 10:34:44 +0000
commitb964421dc93d58113f4e61fcf7c890d4b11efa20 (patch)
treeca70c62be4251c05798ca6caddf317fe66552fcd
parent9d1fbd5bcd6214ba3ec3f05c27c5094796fe3231 (diff)
downloadFreeBSD-src-b964421dc93d58113f4e61fcf7c890d4b11efa20.zip
FreeBSD-src-b964421dc93d58113f4e61fcf7c890d4b11efa20.tar.gz
Correct a typo.
-rw-r--r--lib/libpmc/pmc.p6.32
-rw-r--r--sys/dev/hwpmc/pmc_events.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpmc/pmc.p6.3 b/lib/libpmc/pmc.p6.3
index e5ac78c..b4de735 100644
--- a/lib/libpmc/pmc.p6.3
+++ b/lib/libpmc/pmc.p6.3
@@ -422,7 +422,7 @@ and not in a thermal trip.
Count the number of cycles during which the divider is busy and cannot
accept new divides.
This event is only allocated on counter 0.
-.It Li p6-cycles-in-pending-and-masked
+.It Li p6-cycles-int-pending-and-masked
.Pq Event C7H
Count the number of processor cycles for which interrupts were
disabled and interrupts were pending.
diff --git a/sys/dev/hwpmc/pmc_events.h b/sys/dev/hwpmc/pmc_events.h
index c333877..e1674a6 100644
--- a/sys/dev/hwpmc/pmc_events.h
+++ b/sys/dev/hwpmc/pmc_events.h
@@ -193,7 +193,7 @@ __PMC_EV(P6, EMON_KNI_COMP_INST_RET, p6-emon-kni-comp-inst-ret) \
__PMC_EV(P6, HW_INT_RX, p6-hw-int-rx) \
__PMC_EV(P6, CYCLES_INT_MASKED, p6-cycles-int-masked) \
__PMC_EV(P6, CYCLES_INT_PENDING_AND_MASKED, \
- p6-cycles-in-pending-and-masked) \
+ p6-cycles-int-pending-and-masked) \
__PMC_EV(P6, BR_INST_RETIRED, p6-br-inst-retired) \
__PMC_EV(P6, BR_MISS_PRED_RETIRED, p6-br-miss-pred-retired) \
__PMC_EV(P6, BR_TAKEN_RETIRED, p6-br-taken-retired) \
OpenPOWER on IntegriCloud