fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
hpt has joined #systemtap
hpt has quit [Ping timeout: 264 seconds]
khaled has quit [Quit: Konversation terminated!]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
orivej has quit [Ping timeout: 258 seconds]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
_whitelogger has joined #systemtap
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 272 seconds]
scox_ has quit [Ping timeout: 256 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 240 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 258 seconds]
khaled has joined #systemtap
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 244 seconds]
orivej has joined #systemtap
_whitelogger has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 265 seconds]
sscox has joined #systemtap
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 240 seconds]
orivej has joined #systemtap
LW has joined #systemtap
sscox has quit [Ping timeout: 240 seconds]
derek0883 has joined #systemtap
LW has quit [Remote host closed the connection]
LW has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
<linus2>
fche: how to probe the top function not all function?
<fche>
how do you define top function ?
<linus2>
fun1 call fun2, fun2 call fun3
<linus2>
fun1 is the top
<linus2>
from main
<linus2>
main call fun1
<fche>
as opposed to probe process.function("fun1') ?
<linus2>
main() {fun1();fun2();fun3()}
<linus2>
I want to probe all funs of main's direct call
<fche>
so probe fun1, fun2, fun3, but only when called directly from main ?