From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH v3] perf test: S390 does not support watchpoints in test 22 Date: Fri, 28 Sep 2018 11:45:40 -0300 Message-ID: <20180928144540.GJ25764@kernel.org> References: <20180928105335.67179-1-tmricht@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Ravi Bangoria Cc: Thomas Richter , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, brueckner@linux.vnet.ibm.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com List-Id: linux-perf-users.vger.kernel.org Em Fri, Sep 28, 2018 at 04:43:06PM +0530, Ravi Bangoria escreveu: > > > On 09/28/2018 04:23 PM, Thomas Richter wrote: > > S390 does not support the perf_event_open system call for > > attribute type PERF_TYPE_BREAKPOINT. This results in test > > failure for test 22: > > > > [root@s8360046 perf]# ./perf test 22 > > 22: Watchpoint : > > 22.1: Read Only Watchpoint : FAILED! > > 22.2: Write Only Watchpoint : FAILED! > > 22.3: Read / Write Watchpoint : FAILED! > > 22.4: Modify Watchpoint : FAILED! > > [root@s8360046 perf]# > > > > Add s390 support to avoid these tests being executed on > > s390 platform: > > > > [root@s8360046 perf]# ./perf test 22 > > [root@s8360046 perf]# ./perf test -v 22 > > 22: Watchpoint : Disabled > > [root@s8360046 perf]# > > > > Signed-off-by: Thomas Richter > > Acked-by: Ravi Bangoria Thanks, applied. - Arnaldo