From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH] perf test shell: Fix check open filename arg using 'perf trace' Date: Wed, 6 Dec 2017 13:34:43 -0300 Message-ID: <20171206163443.GA16781@kernel.org> References: <84d4a40a-dfbf-6d9b-9eb2-6912dc6f57e4@linux.vnet.ibm.com> <20171130155642.GA2893@redhat.com> <20171130155922.GB2893@redhat.com> <20171205153949.GA4370@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.kernel.org ([198.145.29.99]:52038 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbdLFQet (ORCPT ); Wed, 6 Dec 2017 11:34:49 -0500 Content-Disposition: inline In-Reply-To: <20171205153949.GA4370@linux.vnet.ibm.com> Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: Hendrik Brueckner Cc: Arnaldo de Melo , Thomas-Mich Richter , Michael Petlan , linux-perf-users@vger.kernel.org, Jiri Olsa Em Tue, Dec 05, 2017 at 04:39:49PM +0100, Hendrik Brueckner escreveu: > On Thu, Nov 30, 2017 at 01:59:22PM -0200, Arnaldo de Melo wrote: > > So someone needs to implement syscalltbl__strglobmatch_next() for arches > > that don't HAVE_SYSCALL_TABLE, which is basically at this stage !x86. > > Shouldn't be that difficult, but remains to be done. > Thanks for pointing in that direction. I looked at it and will post a > patch to add syscall tables for s390 too. Will you do it the way I did for x86? That would be the best, as we would then reduce the need for audit-libs to be linked with perf. We really need to reduce the number of libraries that perf links to :-\ - Arnaldo