From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752758AbcLFOpv (ORCPT ); Tue, 6 Dec 2016 09:45:51 -0500 Received: from mail.kernel.org ([198.145.29.136]:53434 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752602AbcLFOpu (ORCPT ); Tue, 6 Dec 2016 09:45:50 -0500 Date: Tue, 6 Dec 2016 11:45:45 -0300 From: Arnaldo Carvalho de Melo To: Alexis Berlemont Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, hemant@linux.vnet.ibm.com, Masami Hiramatsu Subject: Re: [PATCH v4 0/2] perf probe: add sdt probes arguments into the uprobe cmd string Message-ID: <20161206144545.GB2399@kernel.org> References: <20161125144002.GC16426@kernel.org> <20161126005803.25693-1-alexis.berlemont@gmail.com> <20161205234245.GB22075@therese> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161205234245.GB22075@therese> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Dec 06, 2016 at 12:42:45AM +0100, Alexis Berlemont escreveu: > Alexis Berlemont wrote: > > Hi Arnaldo, > > > > Here is another patch set which fixes the issues you noticed. > > > > Could you indicate me a way to improve these patches so as to move > forward ? Masami, Hemant, are you guys ok with this? Can I have your Acked-by or Tested-by, etc? - Arnaldo > Regards, > > Alexis. > > > Thank you. > > > > Alexis. > > > > Alexis Berlemont (2): > > perf sdt: add scanning of sdt probles arguments > > perf probe: add sdt probes arguments into the uprobe cmd string > > > > tools/perf/arch/x86/util/perf_regs.c | 18 ++++ > > tools/perf/util/perf_regs.c | 4 + > > tools/perf/util/perf_regs.h | 13 +++ > > tools/perf/util/probe-file.c | 169 ++++++++++++++++++++++++++++++++++- > > tools/perf/util/symbol-elf.c | 25 +++++- > > tools/perf/util/symbol.h | 1 + > > 6 files changed, 224 insertions(+), 6 deletions(-) > > > > -- > > 2.10.2 > >