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]

about probe-alias.stp


hi everyone:

I have a problem about probe-alias

I write a test.stp define a probe like

probe my.read = syscall.read
{
    printf("my_vfs\n")
}

run this stp have no result..

but define a probe like

probe syscall.read
{
   printf("my_vfs\n")
}

it have right result output...
why? who can help me...

and I also have a question
when a script have a probe and a probe alias. all of them will be run? ar not?


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