fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
wyang123 has joined #systemtap
mjw has joined #systemtap
sscox has quit [Ping timeout: 260 seconds]
wyang123 has quit [Quit: wyang123]
pwithnall has joined #systemtap
wyang123 has joined #systemtap
sscox has joined #systemtap
wyang123 has quit [Ping timeout: 268 seconds]
wyang123 has joined #systemtap
brolley has joined #systemtap
wyang123 has quit [Quit: wyang123]
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #systemtap
lollipopman has joined #systemtap
<lollipopman>
I am trying to add a probe on syscall.wait4 an inspect the rusage_uaddr struct
<lollipopman>
but the value of rusage_uaddr is always 0
<lollipopman>
anybody know why?
<fche>
lollipopman, hm good question
<fche>
is your userspace program passing a non-null pointer to wait4() ?
<lollipopman>
well I kicked off an explicit `time sleep 10` which uses rusage, but it was still 0 in the systemtap output