perf_event_open.2: ffix

Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-14 10:55:53 +01:00
parent 06ba90311d
commit 1f22e2749b
1 changed files with 1 additions and 4 deletions

View File

@ -469,7 +469,6 @@ The kernel sometimes traps on unimplemented instructions
and emulates them for user space. and emulates them for user space.
This can negatively impact performance. This can negatively impact performance.
.RE .RE
.RE
.RS .RS
If If
@ -483,6 +482,7 @@ can be obtained from under debugfs
.I tracing/events/*/*/id .I tracing/events/*/*/id
if ftrace is enabled in the kernel. if ftrace is enabled in the kernel.
.RE .RE
.RS .RS
If If
.I type .I type
@ -974,7 +974,6 @@ See
.TP .TP
.IR "sample_stack_user" " (Since Linux 3.7)" .IR "sample_stack_user" " (Since Linux 3.7)"
This defines the size of the user stack to dump on samples. This defines the size of the user stack to dump on samples.
.RE
.SS Reading results .SS Reading results
Once a Once a
.BR perf_event_open () .BR perf_event_open ()
@ -1057,7 +1056,6 @@ A globally unique value for this particular event, only there if
.B PERF_FORMAT_ID .B PERF_FORMAT_ID
was specified in read_format. was specified in read_format.
.RE .RE
.RE
.SS MMAP layout .SS MMAP layout
When using When using
.BR perf_event_open () .BR perf_event_open ()
@ -1589,7 +1587,6 @@ See also
.TP .TP
.B PERF_RECORD_MISC_EXT_RESERVED .B PERF_RECORD_MISC_EXT_RESERVED
This indicates there is extended data available (currently not used). This indicates there is extended data available (currently not used).
.RE
.TP .TP
.I size .I size
This indicates the size of the record. This indicates the size of the record.