From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753176AbbFAORG (ORCPT ); Mon, 1 Jun 2015 10:17:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59135 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751627AbbFAOQt (ORCPT ); Mon, 1 Jun 2015 10:16:49 -0400 Date: Mon, 1 Jun 2015 16:16:44 +0200 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, namhyung@kernel.org, eranian@google.com, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 02/11] perf, tools, report: Add flag for non ANY branch mode Message-ID: <20150601141644.GB14869@krava.redhat.com> References: <1432749114-904-1-git-send-email-andi@firstfloor.org> <1432749114-904-3-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432749114-904-3-git-send-email-andi@firstfloor.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 27, 2015 at 10:51:45AM -0700, Andi Kleen wrote: > From: Andi Kleen > > Later patches need to cheaply check that the branch mode is in ANY. > Add a new function to check all event attrs and add a flag to the > report state, which is then initialized. > > v2: Rename flag > Signed-off-by: Andi Kleen Acked-by: Jiri Olsa thanks, jirka