Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1501187 > unrolled thread
| Started by | Vince Weaver <vincent.weaver@maine.edu> |
|---|---|
| First post | 2016-10-14 22:40 +0200 |
| Last post | 2016-10-15 09:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[patch] perf_event_open.2: PERF_SAMPLE_BRANCH_IND_JUMP branch_sample_type Vince Weaver <vincent.weaver@maine.edu> - 2016-10-14 22:40 +0200
Re: [patch] perf_event_open.2: PERF_SAMPLE_BRANCH_IND_JUMP branch_sample_type "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com> - 2016-10-15 09:20 +0200
| From | Vince Weaver <vincent.weaver@maine.edu> |
|---|---|
| Date | 2016-10-14 22:40 +0200 |
| Subject | [patch] perf_event_open.2: PERF_SAMPLE_BRANCH_IND_JUMP branch_sample_type |
| Message-ID | <sshqO-6fq-15@gated-at.bofh.it> |
Linux 4.2 added a new branch_sample_type: PERF_SAMPLE_BRANCH_IND_JUMP Signed-off-by: Vince Weaver <vincent.weaver@maine.edu> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index afdee49..cd49cbb 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -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.
[toc] | [next] | [standalone]
| From | "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com> |
|---|---|
| Date | 2016-10-15 09:20 +0200 |
| Message-ID | <ssrq9-4so-1@gated-at.bofh.it> |
| In reply to | #1501187 |
On 10/14/2016 10:31 PM, Vince Weaver wrote: > > Linux 4.2 added a new branch_sample_type: PERF_SAMPLE_BRANCH_IND_JUMP Thanks, Vince. Applied! Cheers, Michael > Signed-off-by: Vince Weaver <vincent.weaver@maine.edu> > > diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 > index afdee49..cd49cbb 100644 > --- a/man2/perf_event_open.2 > +++ b/man2/perf_event_open.2 > @@ -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. > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web