fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
wcohen has joined #systemtap
scox has quit [Ping timeout: 250 seconds]
hpt has joined #systemtap
scox has joined #systemtap
scox has quit [Ping timeout: 252 seconds]
sfink has quit [Ping timeout: 248 seconds]
scox has joined #systemtap
modem_ has joined #systemtap
modem_ has quit [Ping timeout: 248 seconds]
tyll_ has joined #systemtap
sfink has joined #systemtap
sfink has quit [Ping timeout: 248 seconds]
sfink has joined #systemtap
hchiramm has joined #systemtap
naveen has joined #systemtap
ravi_ has joined #systemtap
hkshaw has joined #systemtap
ananth has joined #systemtap
ego has joined #systemtap
naveen has quit [Quit: Leaving.]
hchiramm has quit [Ping timeout: 260 seconds]
hchiramm has joined #systemtap
nkambo has joined #systemtap
nkambo has quit [Ping timeout: 246 seconds]
naveen has joined #systemtap
nkambo has joined #systemtap
ego has quit [Ping timeout: 252 seconds]
nkambo has quit [Ping timeout: 248 seconds]
nkambo has joined #systemtap
scox has quit [Ping timeout: 276 seconds]
hkshaw has quit [Ping timeout: 276 seconds]
ananth has quit [Quit: Leaving]
hpt has quit [Ping timeout: 248 seconds]
nkambo has quit [Ping timeout: 276 seconds]
hkshaw has joined #systemtap
ravi_ has quit [Remote host closed the connection]
nkambo has joined #systemtap
wcohen has quit [Ping timeout: 252 seconds]
mjw has joined #systemtap
nkambo1 has joined #systemtap
nkambo has quit [Ping timeout: 240 seconds]
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 248 seconds]
scox has joined #systemtap
scox has quit [Ping timeout: 260 seconds]
nkambo1 has joined #systemtap
ravi_ has joined #systemtap
scox has joined #systemtap
nkambo2 has quit [Ping timeout: 260 seconds]
ravi_ has quit [Remote host closed the connection]
ravi_ has joined #systemtap
naveen has quit [Ping timeout: 260 seconds]
flu_ has joined #systemtap
naveen has joined #systemtap
ravi_ has quit [Remote host closed the connection]
mbenitez has joined #systemtap
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 268 seconds]
wcohen has joined #systemtap
drsmith has joined #systemtap
ravi has joined #systemtap
irker480 has joined #systemtap
<irker480> systemtap: flu systemtap.git:refs/heads/master * release-2.9-370-g7b5b30a / : PR18431: Function overloading http://tinyurl.com/hwdsaub
<irker480> systemtap: flu systemtap.git:refs/heads/master * release-2.9-371-gc0d0d62 / NEWS doc/langref.tex elaborate.cxx man/stap.1.in parse.cxx testsuite/systemtap.base/func_overload.exp translate.cxx: PR18431: Add some tests and final fixes http://tinyurl.com/hpwlzq2
tromey has joined #systemtap
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 260 seconds]
<irker480> systemtap: flu systemtap.git:refs/heads/master * release-2.9-372-g8382aff / translate.cxx vim/syntax/stp.vim: Function overloading embedded-C macro fix http://tinyurl.com/hnwkth3
hchiramm has quit [Ping timeout: 260 seconds]
ravi has quit [Remote host closed the connection]
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 244 seconds]
_whitelogger has quit [Ping timeout: 264 seconds]
_whitelogger_ has joined #systemtap
lorddoskias has quit [Remote host closed the connection]
sfink has quit [Read error: Connection reset by peer]
sfink has joined #systemtap
drsmith is now known as drsmith_away
hchiramm has joined #systemtap
naveen has quit [Ping timeout: 276 seconds]
_whitelogger_ has quit [Excess Flood]
_whitelogger has joined #systemtap
drsmith_away is now known as drsmith
naveen has joined #systemtap
naveen has quit [Quit: Leaving.]
srikar is now known as srikar_away
_whitelogger has quit [Excess Flood]
_whitelogger has joined #systemtap
nkambo has joined #systemtap
<drsmith> fche: following up on our conversation from yesterday
<drsmith> I hacked up the interactive stuff to run to pass 2 after every "add" command
<drsmith> here's the result
<drsmith> # stap -vi
<drsmith> stap> add function foo() { printf("hello\n") }
<drsmith> WARNING: Eliding unused function 'foo': identifier 'foo' at <input>:1:10
<drsmith> source: function foo() { printf("hello\n") }
<drsmith> ^
<drsmith> semantic error: no probes found
<drsmith> Pass 2: analysis failed. [man error::pass2]
<drsmith> stap> add probe begin { foo(); exit() }
<drsmith> # functions
<drsmith> exit:unknown ()
<drsmith> foo:unknown ()
<drsmith> # probes
<drsmith> begin /* <- begin */
<drsmith> stap>
<drsmith> does that seem useful to you?
<fche> hm
<fche> not bad at all
<fche> so basically -v -p2
<fche> now if one adds extra pieces, does the inferior stap run on the prior pieces merged together?
<fche> ie. it is cumulative/
<drsmith> currently it is cumulative
<drsmith> it needs to be, since for example that 2nd add command would have gotten an error since foo() wouldn't have been defined
<fche> yupper
<fche> that looks pretty good then.
<fche> what do you think?
<drsmith> I think it needs a header of some sort - to tell the user what all this output is.
<drsmith> "script analysis" perhaps?\
<drsmith> (actually this is just "-p2", not "-v -p2" - the addition of " -v" would have printed the function definition of foo() and the probe contents of begin)
<fche> you're right on both counts.
<irker480> systemtap: fche systemtap.git:refs/heads/master * release-2.9-373-g7521710 / testsuite/systemtap.apps/celsius.py: testsuite celsius.py: make python2.6 compatible http://tinyurl.com/z36x7hq
<fche> drsmith, btw have you tried stap -i with run --monitor mode?
<fche> those make natural buddies
<drsmith> no I haven't
<drsmith> I'll try it out this afternoon
<fche> thanks
awreece has joined #systemtap
modem_ has joined #systemtap
<irker480> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-374-gc9c6452 / interactive.cxx: In interactive mode, run the user's script through -p2 after each change. http://tinyurl.com/jqx7j33
awreece has quit [Quit: ZNC - http://znc.in]
awreece has joined #systemtap
<irker480> systemtap: flu systemtap.git:refs/heads/master * release-2.9-375-g2eb3242 / testsuite/systemtap.base/func_overload.exp: Improve test for STAP_NEXT macro http://tinyurl.com/h6oj5as
awreece has quit [Client Quit]
<fche> thanks felix
hkshaw has quit [Quit: Leaving.]
awreece has joined #systemtap
sfink has left #systemtap [#systemtap]
nkambo1 has joined #systemtap
nkambo2 has joined #systemtap
nkambo has quit [Ping timeout: 240 seconds]
nkambo1 has quit [Ping timeout: 276 seconds]
flu_ has quit [Quit: flu_]
wcohen has quit [Ping timeout: 268 seconds]
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 260 seconds]
biyiklioglu has joined #systemtap
mbenitez has quit [Quit: Leaving]
irker480 has quit [Quit: transmission timeout]
wcohen has joined #systemtap
drsmith has left #systemtap [#systemtap]
biyiklioglu has quit [Quit: Leaving]
sjas`` has quit [Quit: WeeChat 1.4]
sjas has joined #systemtap