fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
<toothe>
ahh yes! it was that earlier issue of using -d [module-name]
pwithnall_ has quit [Ping timeout: 248 seconds]
scox has joined #systemtap
<fche>
toothe, or --all-modules
<toothe>
yes yes, but that'll burn up memory, right?
<fche>
not a lot
<fche>
and it will put the fire out after the script finishes
gromero has joined #systemtap
hpt has joined #systemtap
lberk has quit [Ping timeout: 246 seconds]
lberk has joined #systemtap
sanoj has joined #systemtap
gromero has quit [Ping timeout: 240 seconds]
irker574 has quit [Quit: transmission timeout]
hpt has quit [Ping timeout: 248 seconds]
hpt has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
pwithnall_ has joined #systemtap
orivej has joined #systemtap
pwithnall_ has quit [Ping timeout: 252 seconds]
sanoj has quit [Ping timeout: 248 seconds]
fche has quit [Ping timeout: 255 seconds]
sanoj has joined #systemtap
fche has joined #systemtap
_whitelogger has joined #systemtap
hpt has quit [Quit: Lost terminal]
higgins` has quit [Quit: Leaving]
higgins has joined #systemtap
atomlin has joined #systemtap
pfallenop has quit [Remote host closed the connection]
pfallenop has joined #systemtap
pfallenop has quit [Changing host]
pfallenop has joined #systemtap
sensille has joined #systemtap
<sensille>
can I trace a specific line in a function? and if yes, is there something like probefunc() to give me the source line?
<sensille>
the answer to the latter seems to be pp()
<sensille>
but if I specify a line number in the probe, pp() just return the starting line of the function