diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-04-23 05:45:18 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-04-23 05:45:18 +0000 |
| commit | 67edd22983b7675c7740fb5c3e5c9e84abbb2558 (patch) | |
| tree | 341060e92b6c96490db30f1cf9a5a80fb99744c3 /lib | |
| parent | bc247e78c092cb32fbe000e71d0c4d091ce6a59e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libpmc/pmc.3 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index 2fce1684d85b..aed67359fd61 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -1146,6 +1146,14 @@ These PMCs are documented in .%Q "Intel Corporation" .Re .Pp +Some of these events are affected by processor errata described in +.Rs +.%B "Intel(R) Pentium(R) III Processor Specification Update" +.%N "Document Number: 244453-054" +.%D "April 2005" +.%Q "Intel Corporation" +.Re +.Pp Event specifiers for Intel P6 PMCs can have the following common qualifiers: .Bl -tag -width indent @@ -1691,6 +1699,8 @@ The default on .Tn "Pentium M" processors is to count both hardware-prefetched and non-hardware-prefetch operations on all (MESI) state lines. +.Pq Errata +This event is affected by processor errata E53. .It Li p6-l2-lines-in Op Li ,umask= Ns Ar qualifier Count the number of L2 lines allocated. An additional qualifier may be specified and comprises a list of the following @@ -1723,6 +1733,8 @@ The default on .Tn "Pentium M" processors is to count both hardware-prefetched and non-hardware-prefetch operations on all (MESI) state lines. +.Pq Errata +This event is affected by processor errata E45. .It Li p6-l2-lines-out Op Li ,umask= Ns Ar qualifier Count the number of L2 lines evicted. An additional qualifier may be specified and comprises a list of the following @@ -1755,6 +1767,8 @@ The default on .Tn "Pentium M" processors is to count both hardware-prefetched and non-hardware-prefetch operations on all (MESI) state lines. +.Pq Errata +This event is affected by processor errata E45. .It Li p6-l2-m-lines-inm Count the number of modified lines allocated in L2 cache. .It Li p6-l2-m-lines-outm Op Li ,umask= Ns Ar qualifier @@ -1775,6 +1789,8 @@ Exclude hardware-prefetched lines. .El The default is to count both hardware-prefetched and non-hardware-prefetch operations. +.Pq Errata +This event is affected by processor errata E53. .It Li p6-l2-rqsts Op Li ,umask= Ns Ar qualifier Count the total number of L2 requests. An additional qualifier may be specified and comprises a list of the following @@ -1926,6 +1942,13 @@ Further information about using these PMCs may be found in .%N "Order Number 248966-009" .%Q "Intel Corporation" .Re +Some of these events are affected by processor errata described in +.Rs +.%B "Intel(R) Pentium(R) 4 Processor Specification Update" +.%N "Document Number: 249199-059" +.%D "April 2005" +.%Q "Intel Corporation" +.Re .Pp Event specifiers for Intel P4 PMCs can have the following common qualifiers: @@ -2918,6 +2941,8 @@ Count all x87 and SIMD store and move uops. Count all x87 and SIMD load uops. .El The default is to count all uops. +.Pq Errata +This event may be affected by processor errata N43. .El .Ss "Cascading P4 PMCs" To be filled in. |
