perf_event_open.2: PERF_SAMPLE_BRANCH_IND_JUMP branch_sample_type

Linux 4.2 added a new branch_sample_type: PERF_SAMPLE_BRANCH_IND_JUMP

Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
This commit is contained in:
Vince Weaver 2016-10-14 16:31:47 -04:00 committed by Michael Kerrisk
parent 5d73bc3fe4
commit dde354c979
1 changed files with 4 additions and 0 deletions

View File

@ -1247,6 +1247,10 @@ Any return branch.
.B PERF_SAMPLE_BRANCH_IND_CALL
Indirect calls.
.TP
.BR PERF_SAMPLE_BRANCH_IND_JUMP " (since Linux 4.2)"
.\" commit c9fdfa14c3792c0160849c484e83aa57afd80ccc
Indirect jumps.
.TP
.BR PERF_SAMPLE_BRANCH_COND " (since Linux 3.16)"
.\" commit bac52139f0b7ab31330e98fd87fc5a2664951050
Conditional branches.