This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH tracing/kprobes v2 1/5] tracing/kprobes: Rename special variables syntax


On Tue, 2009-10-06 at 10:23 -0400, Masami Hiramatsu wrote:
> Steven Rostedt wrote:
> > 
> 
> OK, so here are syntax ideas
> 
> * current syntax
> <Ftrace>
> - $sp_var
> - %regs
> - @symbol
> <Perf>
> - local_var
> 
> * $local syntax
> <Ftrace>
> - sp_var
> - %regs
> - @symbol
> <Perf>
> - $local_var
> 

I'm fine with either of the above. I don't like either of the below.

-- Steve

> * non $ syntax 1
> <Ftrace>
> - %sp_var
> - %regs
> - @symbol
> <Perf>
> - local_var
> 
> * non $ syntax 2
> <Ftrace>
> - %%sp_var or %@sp_var
> - %regs
> - @symbol
> <Perf>
> - local_var
> 
> So, which one do you like to use? :-)
> 
> Thank you,
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]