fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
khaled__ has quit [Quit: This computer has gone to sleep]
<jvv>
hi, I am trying to check exact flow of kernel method invocation when doing for example ping. I am trying to do it like in paste, but as also can be seen in paste my output slides into right… I dont understand why, can someone please help me ? http://pastebin.com/r7K4erxL
<jvv>
hmmm… it seems that some functions are entered but never return… thats why no corresponding entry for them is never displayed
jvv has quit [Ping timeout: 244 seconds]
khaled__ has joined #systemtap
khaled has joined #systemtap
khaled__ has quit [Ping timeout: 268 seconds]
<fche>
jvv
<fche>
try .function().call instead of .function()
<fche>
the latter includes inlined functions
<fche>
note also you're using tid() in one test and pid() in the other