diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2010-08-16 15:18:30 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2010-08-16 15:18:30 +0000 |
| commit | c2025a76606b44c4d5367b7509fbc0285ae1e7f8 (patch) | |
| tree | f1fb1550ad8fd503eb2a17d71116cdfebf902492 /lib/libpmc | |
| parent | e49471b04b4bf0bfc58e2feeb0dd4208ea8f7c0d (diff) | |
Notes
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/pmc.3 | 2 | ||||
| -rw-r--r-- | lib/libpmc/pmc.corei7.3 | 2 | ||||
| -rw-r--r-- | lib/libpmc/pmc.corei7uc.3 | 2 | ||||
| -rw-r--r-- | lib/libpmc/pmc.westmere.3 | 2 | ||||
| -rw-r--r-- | lib/libpmc/pmc.westmereuc.3 | 2 | ||||
| -rw-r--r-- | lib/libpmc/pmc_event_names_of_class.3 | 2 | ||||
| -rw-r--r-- | lib/libpmc/pmc_read.3 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index 5e3236baf9bc..2403e64686bb 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -48,7 +48,7 @@ Performance monitoring counters (PMCs) are represented by the library using a software abstraction. These .Dq abstract -PMCs can have one two scopes: +PMCs can have two scopes: .Bl -bullet .It System scope. diff --git a/lib/libpmc/pmc.corei7.3 b/lib/libpmc/pmc.corei7.3 index ba973b7821ab..679313f218c6 100644 --- a/lib/libpmc/pmc.corei7.3 +++ b/lib/libpmc/pmc.corei7.3 @@ -993,7 +993,7 @@ Counting: Faulting executions of GETSEC/VM entry/VM Exit/MWait will not count as retired instructions. .It Li INST_RETIRED.X87 .Pq Event C0H , Umask 02H -Counts the number of MMX instructions retired:. +Counts the number of MMX instructions retired. .It Li INST_RETIRED.MMX .Pq Event C0H , Umask 04H Counts the number of floating point computational operations retired: diff --git a/lib/libpmc/pmc.corei7uc.3 b/lib/libpmc/pmc.corei7uc.3 index 2777c8e92cf5..a69eab775880 100644 --- a/lib/libpmc/pmc.corei7uc.3 +++ b/lib/libpmc/pmc.corei7uc.3 @@ -434,7 +434,7 @@ Counts cycles all the entries in the DRAM channel 0 high priority queue are occupied with isochronous read requests. .It Li QMC_ISOC_FULL.READ.CH1 .Pq Event 28H , Umask 02H -Counts cycles all the entries in the DRAM channel 1high priority queue are +Counts cycles all the entries in the DRAM channel 1 high priority queue are occupied with isochronous read requests. .It Li QMC_ISOC_FULL.READ.CH2 .Pq Event 28H , Umask 04H diff --git a/lib/libpmc/pmc.westmere.3 b/lib/libpmc/pmc.westmere.3 index af7838fbd68f..bd0244ead246 100644 --- a/lib/libpmc/pmc.westmere.3 +++ b/lib/libpmc/pmc.westmere.3 @@ -975,7 +975,7 @@ Counting: Faulting executions of GETSEC/VM entry/VM Exit/MWait will not count as retired instructions. .It Li INST_RETIRED.X87 .Pq Event C0H , Umask 02H -Counts the number of floating point computational operations retired: +Counts the number of floating point computational operations retired floating point computational operations executed by the assist handler and sub-operations of complex floating point instructions like transcendental instructions. diff --git a/lib/libpmc/pmc.westmereuc.3 b/lib/libpmc/pmc.westmereuc.3 index d8a4cefabd16..c768daa039e5 100644 --- a/lib/libpmc/pmc.westmereuc.3 +++ b/lib/libpmc/pmc.westmereuc.3 @@ -464,7 +464,7 @@ Counts cycles all the entries in the DRAM channel 0 high priority queue are occupied with isochronous read requests. .It Li QMC_ISOC_FULL.READ.CH1 .Pq Event 28H , Umask 02H -Counts cycles all the entries in the DRAM channel 1high priority queue are +Counts cycles all the entries in the DRAM channel 1 high priority queue are occupied with isochronous read requests. .It Li QMC_ISOC_FULL.READ.CH2 .Pq Event 28H , Umask 04H diff --git a/lib/libpmc/pmc_event_names_of_class.3 b/lib/libpmc/pmc_event_names_of_class.3 index 5b2c89d1b800..183f03f8967b 100644 --- a/lib/libpmc/pmc_event_names_of_class.3 +++ b/lib/libpmc/pmc_event_names_of_class.3 @@ -68,7 +68,7 @@ Argument .Fa cl was invalid. .It Bq Er ENOMEM -Allocation of a memory arena to hold the result failed. +Allocation of a memory area to hold the result failed. .El .Sh SEE ALSO .Xr pmc 3 , diff --git a/lib/libpmc/pmc_read.3 b/lib/libpmc/pmc_read.3 index 8d718ca3fd15..d091716936aa 100644 --- a/lib/libpmc/pmc_read.3 +++ b/lib/libpmc/pmc_read.3 @@ -46,7 +46,7 @@ These functions read and write the current value of a PMC. .Pp Function .Fn pmc_read -with read the current value of the PMC specified by argument +will read the current value of the PMC specified by argument .Fa pmc and write it to the location specified by argument .Fa value . |
