Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756283Ab1FJMEI (ORCPT ); Fri, 10 Jun 2011 08:04:08 -0400 Received: from mail9.hitachi.co.jp ([133.145.228.44]:35115 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755995Ab1FJMED (ORCPT ); Fri, 10 Jun 2011 08:04:03 -0400 X-AuditID: b753bd60-a46c9ba000003bac-39-4df2082fc3b6 X-AuditID: b753bd60-a46c9ba000003bac-39-4df2082fc3b6 Message-ID: <4DF2082C.6070009@hitachi.com> Date: Fri, 10 Jun 2011 21:03:56 +0900 From: Masami Hiramatsu Organization: Systems Development Lab., Hitachi, Ltd., Japan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Srikar Dronamraju Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Ananth N Mavinakayanahalli , Hugh Dickins , Christoph Hellwig , Jonathan Corbet , Thomas Gleixner , Oleg Nesterov , Andrew Morton , Jim Keniston , Roland McGrath , Andi Kleen , LKML , yrl.pp-manager.tt@hitachi.com Subject: Re: [PATCH v4 3.0-rc2-tip 22/22] 22: perf: Documentation for perf uprobes References: <20110607125804.28590.92092.sendpatchset@localhost6.localdomain6> <20110607130241.28590.87063.sendpatchset@localhost6.localdomain6> In-Reply-To: <20110607130241.28590.87063.sendpatchset@localhost6.localdomain6> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1013 Lines: 29 (2011/06/07 22:02), Srikar Dronamraju wrote: > Modify perf-probe.txt to include uprobe documentation Sorry, Nak this. I hope to see better uniformed interface for both of uprobe and kprobe, even after we support debuginfo for uprobe. I mean, if uprobe always requires a user-space binary, it should be specified with -u option instead of --exe and @EXE. I think this simplifies perf probe usage, it implies; # perf probe [-k KERN] [...] // Control probes in kernel # perf probe -m MOD [...] // Control probes in MOD module # perf probe -u EXE [...] // Control probes on EXE file Thank you, -- Masami HIRAMATSU Software Platform Research Dept. Linux Technology Center Hitachi, Ltd., Yokohama Research Laboratory E-mail: masami.hiramatsu.pt@hitachi.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/