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] | |
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.
probe vm.mmap = kernel.function("do_mmap"), kernel.function("do_mmap2")? {
address = $addr
length = $len
}-- David Smith dsmith@redhat.com Red Hat http://www.redhat.com 256.217.0141 (direct) 256.837.0057 (fax)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |