diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2009-08-23 07:29:34 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2009-08-23 07:29:34 +0000 |
commit | a2cd12e7a0c0bde2fd4e2510c29a6d9b68779367 (patch) | |
tree | 09f57b253099eee4b1f90b47d33ea77c8048cfa9 /lib/libpmc/pmc.k7.3 | |
parent | 7dfdb5c88254a863e3a87ce8b0d311c5dc879509 (diff) | |
download | src-a2cd12e7a0c0bde2fd4e2510c29a6d9b68779367.tar.gz src-a2cd12e7a0c0bde2fd4e2510c29a6d9b68779367.zip |
Notes
Diffstat (limited to 'lib/libpmc/pmc.k7.3')
-rw-r--r-- | lib/libpmc/pmc.k7.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpmc/pmc.k7.3 b/lib/libpmc/pmc.k7.3 index b9068a22ef51..8db9020dead8 100644 --- a/lib/libpmc/pmc.k7.3 +++ b/lib/libpmc/pmc.k7.3 @@ -79,7 +79,7 @@ In other words, the counter will increment only once whenever a given condition becomes true, irrespective of the number of clocks during which the condition remains true. .It Li inv -Invert the sense of comparision when the +Invert the sense of comparison when the .Dq Li count qualifier is present, making the counter to increment when the number of events per cycle is less than the value specified by @@ -205,7 +205,7 @@ Count all retired branches (conditional, unconditional, exceptions and interrupts). .It Li k7-retired-branches-mispredicted .Pq Event C3H -Count all misprediced retired branches. +Count all mispredicted retired branches. .It Li k7-retired-far-control-transfers .Pq Event C6H Count retired far control transfers. |