Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753702AbcKSASN (ORCPT ); Fri, 18 Nov 2016 19:18:13 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34735 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752352AbcKSASL (ORCPT ); Fri, 18 Nov 2016 19:18:11 -0500 From: Alexis Berlemont To: linux-kernel@vger.kernel.org Cc: Alexis Berlemont , peterz@infradead.org, mingo@redhat.com, acme@kernel.org, alexander.shishkin@linux.intel.com, hemant@linux.vnet.ibm.com Subject: [PATCH v2 0/2] perf probe: add sdt probes arguments into the uprobe cmd string Date: Sat, 19 Nov 2016 00:56:35 +0100 Message-Id: <20161118235637.21651-1-alexis.berlemont@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <52251cbe-6825-1d03-7b5b-e7517549caa0@linux.vnet.ibm.com> References: <52251cbe-6825-1d03-7b5b-e7517549caa0@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 693 Lines: 25 Hi Hemant, Many thanks for your answer. Here is another proposal in which the x86 register renaming table has been moved into the x86-specific part. Thanks, 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 | 141 ++++++++++++++++++++++++++++++++++- tools/perf/util/symbol-elf.c | 16 +++- tools/perf/util/symbol.h | 1 + 6 files changed, 188 insertions(+), 5 deletions(-) -- 2.10.2