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]

systemhang


Hi,

I have some experience with dtrace and have just begun to explore the
benefits of systemtap.

I have created a small script to see what functions as certain process
calls.

probe kernel.function("*") {
       if (pid() == target()) {
                printf("function name : %s ", pp())
       }
}

Whenever I start stap with the script below  as follows 
 stap -v -x <pid>  function.stp

The system starts to hang.

Any clues what is wrong?
My script ? 
A systemtap bug?

Regards Hans-Peter

Attachment: disclaimer.txt
Description: Text document


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