diff options
| author | Vince Weaver <vincent.weaver@maine.edu> | 2014-08-06 14:00:24 -0400 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-17 10:30:37 -0500 |
| commit | aea60aad0ba28c1e38e287a19fa418d706e7597b (patch) | |
| tree | ffce08543f66c94e9dad9d864800ebf16a4511f5 | |
| parent | aaec25cba2f57c82a2d3cadf72c9b666a28799bb (diff) | |
| download | man-pages-aea60aad0ba28c1e38e287a19fa418d706e7597b.tar.gz | |
perf_event_open.2: Document PERF_SAMPLE_BRANCH_COND
Linux 3.16 (more specifically, commit bac52139f0b7ab31330 )
adds support for gathering PERF_SAMPLE_BRANCH_COND
conditional branch values when doing PERF_SAMPLE_BRANCH_STACK
sampling.
Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/perf_event_open.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 8004b0e240..e8449fd64f 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -1107,6 +1107,9 @@ Any return branch. .B PERF_SAMPLE_BRANCH_IND_CALL Indirect calls. .TP +.BR PERF_SAMPLE_BRANCH_COND " (since Linux 3.16)" +Conditional branches. +.TP .BR PERF_SAMPLE_BRANCH_ABORT_TX " (since Linux 3.11)" Transactional memory aborts. .TP |
