Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753049AbZJQKhi (ORCPT ); Sat, 17 Oct 2009 06:37:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752599AbZJQKhh (ORCPT ); Sat, 17 Oct 2009 06:37:37 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:47472 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752334AbZJQKhh (ORCPT ); Sat, 17 Oct 2009 06:37:37 -0400 Date: Sat, 17 Oct 2009 12:37:05 +0200 From: Ingo Molnar To: Masami Hiramatsu Cc: Frederic Weisbecker , Steven Rostedt , lkml , Thomas Gleixner , Arnaldo Carvalho de Melo , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Christoph Hellwig , Ananth N Mavinakayanahalli , Jim Keniston , "Frank Ch. Eigler" , "H. Peter Anvin" , systemtap , DLE Subject: Re: [PATCH -tip tracing/kprobes 0/9] tracing/kprobes, perf: perf probe and kprobe-tracer bugfixes Message-ID: <20091017103705.GA32250@elte.hu> References: <20091017000711.16556.69935.stgit@dhcp-100-2-132.bos.redhat.com> <20091017080203.GA4155@elte.hu> <20091017103427.GA31238@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091017103427.GA31238@elte.hu> User-Agent: Mutt/1.5.19 (2009-01-05) X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=none autolearn=no SpamAssassin version=3.2.5 _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 26 * Ingo Molnar wrote: > The simpest probe syntax should be to add a probe to a single function > name: > > perf probe +schedule > > _nothing else_. here i meant the shortcut without the '+': perf probe schedule > To remove it, the user should just do something like: > > perf probe -schedule > > (to be symmetric 'perf probe +schedule' should work as well) Ingo -- 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/