perf_event_open.2: Minor fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-09-13 06:39:45 +02:00
parent e3c9782b1a
commit 33d6e2c74a
1 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@
.\" This document is based on the perf_event.h header file, the
.\" tools/perf/design.txt file, and a lot of bitter experience.
.\"
.TH PERF_EVENT_OPEN 2 2013-07-16 "Linux" "Linux Programmer's Manual"
.TH PERF_EVENT_OPEN 2 2013-09-13 "Linux" "Linux Programmer's Manual"
.SH NAME
perf_event_open \- set up performance monitoring
.SH SYNOPSIS
@ -868,10 +868,10 @@ if the corresponding
is selected.
.TP
.IR "exclude_host" " (Since Linux 3.2)"
Do not measure time spent in VM host
Do not measure time spent in VM host.
.TP
.IR "exclude_guest" " (Since Linux 3.2)"
Do not measure time spent in VM guest
Do not measure time spent in VM guest.
.TP
.IR "exclude_callchain_kernel" " (Since Linux 3.7)"
Do not include kernel callchains.
@ -978,13 +978,13 @@ Event and branch privilege levels do not have to match.
.RS
.TP
.B PERF_SAMPLE_BRANCH_USER
Branch target is in user space
Branch target is in user space.
.TP
.B PERF_SAMPLE_BRANCH_KERNEL
Branch target is in kernel space
Branch target is in kernel space.
.TP
.B PERF_SAMPLE_BRANCH_HV
Branch target is in hypervisor
Branch target is in hypervisor.
.TP
.B PERF_SAMPLE_BRANCH_PLM_ALL
A convenience value that is the three preceding values ORed together.
@ -995,25 +995,25 @@ following bits must be set.
.TP
.B PERF_SAMPLE_BRANCH_ANY
Any branch type
Any branch type.
.TP
.B PERF_SAMPLE_BRANCH_ANY_CALL
Any call branch
Any call branch.
.TP
.B PERF_SAMPLE_BRANCH_ANY_RETURN
Any return branch
Any return branch.
.TP
.B PERF_SAMPLE_BRANCH_IND_CALL
Indirect calls
Indirect calls.
.TP
.BR PERF_SAMPLE_BRANCH_ABORT_TX " (Since Linux 3.11)"
Transactional memory aborts
Transactional memory aborts.
.TP
.BR PERF_SAMPLE_BRANCH_IN_TX " (Since Linux 3.11)"
Branch in transactional memory transaction
Branch in transactional memory transaction.
.TP
.BR PERF_SAMPLE_BRANCH_NO_TX " (Since Linux 3.11)"
Branch not in transactional memory transaction
Branch not in transactional memory transaction.
.RE
.TP