Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964787AbdGTI4O (ORCPT ); Thu, 20 Jul 2017 04:56:14 -0400 Received: from terminus.zytor.com ([65.50.211.136]:40553 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933899AbdGTI4L (ORCPT ); Thu, 20 Jul 2017 04:56:11 -0400 Date: Thu, 20 Jul 2017 01:53:57 -0700 From: tip-bot for Jiri Olsa Message-ID: Cc: tglx@linutronix.de, acme@redhat.com, mingo@kernel.org, hpa@zytor.com, namhyung@kernel.org, jolsa@kernel.org, dsahern@gmail.com, tmricht@linux.vnet.ibm.com, a.p.zijlstra@chello.nl, linux-kernel@vger.kernel.org Reply-To: linux-kernel@vger.kernel.org, tmricht@linux.vnet.ibm.com, a.p.zijlstra@chello.nl, dsahern@gmail.com, jolsa@kernel.org, namhyung@kernel.org, hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, acme@redhat.com In-Reply-To: <20170703145030.12903-11-jolsa@kernel.org> References: <20170703145030.12903-11-jolsa@kernel.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tests attr: Fix cpu test disabled term setup Git-Commit-ID: 6f193400eaf1de53145cc13ff69f88336e9a9c9a 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 Content-Length: 1360 Lines: 36 Commit-ID: 6f193400eaf1de53145cc13ff69f88336e9a9c9a Gitweb: http://git.kernel.org/tip/6f193400eaf1de53145cc13ff69f88336e9a9c9a Author: Jiri Olsa AuthorDate: Mon, 3 Jul 2017 16:50:25 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 18 Jul 2017 23:14:19 -0300 perf tests attr: Fix cpu test disabled term setup The stat command creates all events disabled and enables them either manualy or via the enable_on_exec bit. Signed-off-by: Jiri Olsa Cc: David Ahern Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Thomas Richter Link: http://lkml.kernel.org/r/20170703145030.12903-11-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/tests/attr/test-stat-C0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/perf/tests/attr/test-stat-C0 b/tools/perf/tests/attr/test-stat-C0 index aa83595..67717fe 100644 --- a/tools/perf/tests/attr/test-stat-C0 +++ b/tools/perf/tests/attr/test-stat-C0 @@ -4,6 +4,6 @@ args = -e cycles -C 0 kill >/dev/null 2>&1 ret = 1 [event:base-stat] -# events are enabled by default when attached to cpu -disabled=0 +# events are disabled by default when attached to cpu +disabled=1 enable_on_exec=0