diff options
| -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 |
