From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752633AbcLEXpH (ORCPT ); Mon, 5 Dec 2016 18:45:07 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:34443 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751488AbcLEXpG (ORCPT ); Mon, 5 Dec 2016 18:45:06 -0500 Date: Tue, 6 Dec 2016 00:42:45 +0100 From: Alexis Berlemont To: linux-kernel@vger.kernel.org Cc: peterz@infradead.org, mingo@redhat.com, acme@kernel.org, alexander.shishkin@linux.intel.com, hemant@linux.vnet.ibm.com Subject: Re: [PATCH v4 0/2] perf probe: add sdt probes arguments into the uprobe cmd string Message-ID: <20161205234245.GB22075@therese> References: <20161125144002.GC16426@kernel.org> <20161126005803.25693-1-alexis.berlemont@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161126005803.25693-1-alexis.berlemont@gmail.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 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 ? 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 >