From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754634AbbEZNwe (ORCPT ); Tue, 26 May 2015 09:52:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58140 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752249AbbEZNwb (ORCPT ); Tue, 26 May 2015 09:52:31 -0400 Date: Tue, 26 May 2015 12:09:43 +0200 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, linux-kernel@vger.kernel.org, namhyung@kernel.org, eranian@google.com, Andi Kleen Subject: Re: [PATCH 07/10] perf, tools, report: Move branch option parsing to own file Message-ID: <20150526100943.GI6555@krava.brq.redhat.com> References: <1431265926-4766-1-git-send-email-andi@firstfloor.org> <1431265926-4766-8-git-send-email-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431265926-4766-8-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 Sun, May 10, 2015 at 06:52:03AM -0700, Andi Kleen wrote: SNIP > diff --git a/tools/perf/util/branch.h b/tools/perf/util/branch.h > new file mode 100644 > index 0000000..66fd619 > --- /dev/null > +++ b/tools/perf/util/branch.h > @@ -0,0 +1,2 @@ > +struct option; > +int parse_branch_stack(const struct option *opt, const char *str, int unset); please add the standard #ifndef header jirka