perf_event_open.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-10 08:37:18 +01:00
parent d067764a99
commit 0fe9e4b13a
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ to measure multiple events simultaneously.
Events can be enabled and disabled in two ways: via
.BR ioctl (2)
and via
.BR prctl (2) .
.BR prctl (2).
When an event is disabled it does not count or generate overflows but does
continue to exist and maintain its count value.
.PP
@ -72,7 +72,7 @@ A
.I sampling
event periodically writes measurements to a buffer that can then
be accessed via
.BR mmap (2) .
.BR mmap (2).
.SS Arguments
.P
The