OSDN Git Service

(split) LDP: Update original to LDP v3.51.
[linuxjm/LDP_man-pages.git] / original / man2 / perf_event_open.2
index f80cf63..f3850f0 100644 (file)
@@ -138,8 +138,8 @@ being set to the fd of the group leader.
 (A single event on its own is created with
 .IR group_fd " = \-1"
 and is considered to be a group with only 1 member.)
-An event group is scheduled onto the CPU as a unit: it will only
-be put onto the CPU if all of the events in the group can be put onto
+An event group is scheduled onto the CPU as a unit: it will
+be put onto the CPU ionly if all of the events in the group can be put onto
 the CPU.
 This means that the values of the member events can be
 meaningfully compared, added, divided (to get ratios), etc., with each
@@ -180,7 +180,7 @@ then a file descriptor opened on
 must be passed as the
 .I pid
 parameter.
-cgroup monitoring is only available
+cgroup monitoring is available only
 for system-wide events and may therefore require extra permissions.
 .P
 The
@@ -461,7 +461,7 @@ These required disk I/O to handle.
 This counts the number of alignment faults.
 These happen when unaligned memory accesses happen; the kernel
 can handle these but it reduces performance.
-This only happens on some architectures (never on x86).
+This happens only on some architectures (never on x86).
 .TP
 .BR PERF_COUNT_SW_EMULATION_FAULTS " (Since Linux 2.6.33)"
 This counts the number of emulation faults.
@@ -708,7 +708,7 @@ The
 .I inherit
 bit specifies that this counter should count events of child
 tasks as well as the task specified.
-This only applies to new children, not to any existing children at
+This applies only to new children, not to any existing children at
 the time the counter is created (nor to any new children of
 existing children).
 
@@ -722,7 +722,7 @@ The
 .I pinned
 bit specifies that the counter should always be on the CPU if at all
 possible.
-It only applies to hardware counters and only to group leaders.
+It applies only to hardware counters and only to group leaders.
 If a pinned counter cannot be put onto the CPU (e.g., because there are
 not enough hardware counters or because of a conflict with some other
 event), then the counter goes into an 'error' state, where reads
@@ -782,7 +782,7 @@ is used when setting up the sampling interval.
 .IR "inherit_stat"
 This bit enables saving of event counts on context switch for
 inherited tasks.
-This is only meaningful if the
+This is meaningful only if the
 .I inherit
 field is set.
 .TP
@@ -1040,7 +1040,7 @@ Total time the event was enabled and running.
 Normally these are the same.
 If more events are started
 than available counter slots on the PMU, then multiplexing
-happens and events only run part of the time.
+happens and events run only part of the time.
 In that case the
 .I time_enabled
 and
@@ -1663,8 +1663,8 @@ file descriptor argument.
 Enabling or disabling the leader of a group enables or disables the
 entire group; that is, while the group leader is disabled, none of the
 counters in the group will count.
-Enabling or disabling a member of a group other than the leader only
-affects that counter; disabling a non-leader
+Enabling or disabling a member of a group other than the leader
+affects only that counter; disabling a non-leader
 stops that counter from counting but doesn't affect any other counter.
 
 The ioctl argument is ignored.
@@ -1686,7 +1686,7 @@ Using an argument of 0 is considered undefined behavior.
 .B PERF_EVENT_IOC_RESET
 Reset the event count specified by the
 file descriptor argumentto zero.
-This only resets the counts; there is no way to reset the
+This resets only the counts; there is no way to reset the
 multiplexing
 .I time_enabled
 or
@@ -1727,7 +1727,7 @@ operations.
 This applies to all counters on the current process, whether created by
 this process or by another, and does not affect any counters that this
 process has created on other processes.
-It only enables or disables
+It enables or disables only
 the group leaders, not any other members in the groups.
 .SS perf_event related configuration files
 Files in