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: Listing probe alias resolution failures


Hi -

On Wed, May 16, 2007 at 03:17:55PM -0500, David Smith wrote:
> [...]
> Nope, I'm suggesting that:
>    probe kernel.function("something_that_does_not_exist") ? {
>       local1 = $arg1
>       local2 = $arg2
>       printf("%d %d\n", local1, local2)
>    }
> be accepted.

But it is already.


> In other words, if we know a probe point doesn't exist, it shouldn't
> matter what arguments it references. [...]

It doesn't.


- FChE


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