From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752179AbbCVKIl (ORCPT ); Sun, 22 Mar 2015 06:08:41 -0400 Received: from terminus.zytor.com ([198.137.202.10]:56964 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751699AbbCVKIh (ORCPT ); Sun, 22 Mar 2015 06:08:37 -0400 Date: Sun, 22 Mar 2015 03:08:06 -0700 From: tip-bot for Jiri Olsa Message-ID: Cc: david.ahern@oracle.com, tglx@linutronix.de, acme@redhat.com, paulus@samba.org, jolsa@kernel.org, peterz@infradead.org, linux-kernel@vger.kernel.org, cjashfor@linux.vnet.ibm.com, hpa@zytor.com, mingo@kernel.org, namhyung@kernel.org Reply-To: tglx@linutronix.de, david.ahern@oracle.com, acme@redhat.com, paulus@samba.org, hpa@zytor.com, mingo@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org, peterz@infradead.org, cjashfor@linux.vnet.ibm.com, namhyung@kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf build: Rename display_vf to feature_verbose Git-Commit-ID: a15599ac6bd2e6196f3aeb2fb08af73129621fe1 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: a15599ac6bd2e6196f3aeb2fb08af73129621fe1 Gitweb: http://git.kernel.org/tip/a15599ac6bd2e6196f3aeb2fb08af73129621fe1 Author: Jiri Olsa AuthorDate: Sun, 1 Mar 2015 20:58:24 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 18 Mar 2015 15:10:03 -0300 perf build: Rename display_vf to feature_verbose Preparing for feature checks separation, moving related stuff under 'feature*' namespace. Signed-off-by: Jiri Olsa Cc: Corey Ashford Cc: David Ahern Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-ciaflab01mf0ljmfb9xr4p41@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/config/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index f80fc7e..370ad50 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile @@ -816,7 +816,7 @@ $(foreach feat,$(FEATURE_DISPLAY),$(call feature_check,$(feat))) ifeq ($(VF),1) feature_display := 1 - display_vf := 1 + feature_verbose := 1 endif ifeq ($(feature_display),1) @@ -829,7 +829,7 @@ ifeq ($(feature_display),1) endif endif -ifeq ($(display_vf),1) +ifeq ($(feature_verbose),1) TMP := $(filter-out $(FEATURE_DISPLAY),$(FEATURE_TESTS)) $(foreach feat,$(TMP),$(call feature_print_status,$(feat),)) $(info )