From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756922AbbCCRfH (ORCPT ); Tue, 3 Mar 2015 12:35:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48646 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755221AbbCCRfE (ORCPT ); Tue, 3 Mar 2015 12:35:04 -0500 Date: Tue, 3 Mar 2015 18:34:16 +0100 From: Jiri Olsa To: David Ahern Cc: Jiri Olsa , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Corey Ashford , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH 11/14] tools build: Move feature checks code under tools/build Message-ID: <20150303173416.GC27424@krava.brq.redhat.com> References: <1425392797-22572-1-git-send-email-jolsa@kernel.org> <1425392797-22572-12-git-send-email-jolsa@kernel.org> <54F5ECF1.2070508@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54F5ECF1.2070508@oracle.com> 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 Tue, Mar 03, 2015 at 10:18:41AM -0700, David Ahern wrote: > On 3/3/15 7:26 AM, Jiri Olsa wrote: > >Moving feature checks code under tools/build directory. > > How does a specific tool specify which features are of interest? I can't > imagine all features for perf are wanted by other tools. it's described in patch 12/14 tools build: Allow to override feature checks setup jirka