Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752731AbcJOHOb (ORCPT ); Sat, 15 Oct 2016 03:14:31 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33030 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751449AbcJOHOa (ORCPT ); Sat, 15 Oct 2016 03:14:30 -0400 Subject: Re: [patch] perf_event_open.2: PERF_SAMPLE_BRANCH_IND_JUMP branch_sample_type To: Vince Weaver References: Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org, linux-kernel@vger.kernel.org, Stephane Eranian , Peter Zijlstra , Ingo Molnar From: "Michael Kerrisk (man-pages)" Message-ID: <0b12315e-d292-169b-6a9f-566d667d2386@gmail.com> Date: Sat, 15 Oct 2016 09:13:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 34 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 > > 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/