Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933747AbZJFWsi (ORCPT ); Tue, 6 Oct 2009 18:48:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933302AbZJFWsh (ORCPT ); Tue, 6 Oct 2009 18:48:37 -0400 Received: from mail-ew0-f217.google.com ([209.85.219.217]:55876 "EHLO mail-ew0-f217.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933172AbZJFWsg (ORCPT ); Tue, 6 Oct 2009 18:48:36 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=AVH46c9aooPkp7ky6NX9CiWU7732dVXwGXSl7w9Uj9RVUsCzbz9YzAHjH/dcCr5+mn xrxrEq1UAnKdE1R6RfEaa0Hpryb4v3705WRSko23JaN8AI3+ikbdOfdwdxSicGIr+qT4 WOu7GzA1v04Eb5AMrPwIQ2C+4puEoZ96sLEVI= Date: Wed, 7 Oct 2009 00:47:57 +0200 From: Frederic Weisbecker To: Masami Hiramatsu Cc: rostedt@goodmis.org, Ingo Molnar , lkml , systemtap , DLE , Thomas Gleixner , Arnaldo Carvalho de Melo , Mike Galbraith , Paul Mackerras , Peter Zijlstra , Christoph Hellwig , Ananth N Mavinakayanahalli , Jim Keniston , "Frank Ch. Eigler" Subject: Re: [PATCH tracing/kprobes v2 1/5] tracing/kprobes: Rename special variables syntax Message-ID: <20091006224755.GC11007@nowhere> References: <20091002214834.30906.86502.stgit@dhcp-100-2-132.bos.redhat.com> <20091002214842.30906.49220.stgit@dhcp-100-2-132.bos.redhat.com> <20091003015444.GE4828@nowhere> <4AC830F0.2010003@redhat.com> <4ACA25D5.10703@redhat.com> <20091005192609.GB6071@nowhere> <1254787973.13160.195.camel@gandalf.stny.rr.com> <4ACB52F6.7020106@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ACB52F6.7020106@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 588 Lines: 24 On Tue, Oct 06, 2009 at 10:23:50AM -0400, Masami Hiramatsu wrote: > OK, so here are syntax ideas > > * current syntax > > - $sp_var > - %regs > - @symbol > > - local_var This one looks good. And why not turning @symbol into symbol? Then it's up to perf probe to find the right target. And @ can be used for raw addresses? -- 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/