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 joined #systemtap
wakatana2 has left #systemtap [#systemtap]
<jistone> fche, reworked patch: http://paste.fedoraproject.org/294194/41331014/
<jistone> and a few bonus conversions, lightly tested: http://paste.fedoraproject.org/294195/84133571/
<fche> looks good, what do you think?
<jistone> I mean, I'm happy enough to have showed it to you...
* jistone will put it through an installcheck and push out
<jistone> (takes sooo loooong)
<fche> (maybe time to take some time and cut that suite down a bit.)
<fche> (or parallelize)
hpt has joined #systemtap
wcohen has quit [Remote host closed the connection]
przemoc has quit [Ping timeout: 272 seconds]
przemoc has joined #systemtap
przemoc has quit [Changing host]
przemoc has joined #systemtap
wcohen has joined #systemtap
Humble has quit [Ping timeout: 260 seconds]
Humble has joined #systemtap
bchrisman has joined #systemtap
<jistone> searched for parallel dejagnu, found this rant: http://www.airs.com/blog/archives/499
<fche> yeah ...
<fche> OTOH gcc and/or gdb do use dejagnu parallelized
<fche> they are wily
<fche> highly wily
<jistone> and not shyly
<jistone> most of stap doesn't need interactive testing that expect is good at, just run and match output
<jistone> (but here comes --interactive and --monitor)
<fche> yeah baby
<fche> </powers>
<jistone> I think you could pull that look off
<fche> oh behave
<jistone> my installcheck is still on systemtap.base...
<fche> it's a broad, firm, reliable base
<jistone> maybe there's something wrong with my VM config
<fche> that could probably be smaller
<fche> (need >2G RAM at times IIRC)
<jistone> I have exactly 2GB allocated.
<jistone> only slight swap is used at the moment
<jistone> if there'd been a problem, I'd expect more of the idle system to swap out
* fche has seen phenomena where a kvm vm that started swapping was able to saturate the host machine's i/o subsystem, bringing the machine as a whole to a crawl
<jistone> host is fine. it's all ssd though, with even a distinct drive for vm space
<jistone> if only there were a tool to help diagnose such issues...
<fche> indeed so
<fche> (though one needs to be running already before the problem becomes acute)
<jistone> a problem for another day. I'll just leave this running - my dinner calls
<jistone> have a good one
<fche> see ya
ananth has joined #systemtap
srikar_away is now known as srikar
naveen has joined #systemtap
Humble has quit [Ping timeout: 244 seconds]
irker242 has joined #systemtap
<irker242> systemtap: jistone systemtap.git:refs/heads/master * release-2.9-146-gcfea986 / testsuite/systemtap.string/dot.exp testsuite/systemtap.string/sprint.exp: testsuite: swap dot.exp and sprint.exp http://tinyurl.com/on5w7ff
<irker242> systemtap: jistone systemtap.git:refs/heads/master * release-2.9-147-gd6fa497 / testsuite/systemtap.string/sprint.exp testsuite/systemtap.string/sprint.stp testsuite/systemtap.string/sprintln.exp testsuite/systemtap.string/sprintln.stp translate.cxx: Restrict optimization of literals in "%s\n" to streams only http://tinyurl.com/olbs3ld
<irker242> systemtap: jistone systemtap.git:refs/heads/master * release-2.9-148-gb2d74f0 / testsuite/transok/literal_tmp.stp translate.cxx: PR18884: skip tmps for any literal, not by tok->type http://tinyurl.com/nw26so6
<irker242> systemtap: jistone systemtap.git:refs/heads/master * release-2.9-149-g43ff596 / translate.cxx: PR18884 bonus: optimize tmps in more places http://tinyurl.com/puc8gxu
<irker242> systemtap: jistone systemtap.git:refs/heads/master * release-2.9-151-g3c98682 / : Merge branch 'master' of ssh://sourceware.org/git/systemtap http://tinyurl.com/ppsnz7r
nkambo has joined #systemtap
ego has joined #systemtap
nkambo has quit [Ping timeout: 240 seconds]
Humble has joined #systemtap
nkambo has joined #systemtap
nkambo has quit [Ping timeout: 260 seconds]
ego has quit [Ping timeout: 264 seconds]
nkambo has joined #systemtap
ego has joined #systemtap
naveen1 has joined #systemtap
naveen has quit [Quit: Leaving.]
srikar is now known as srikar_away
srikar_away is now known as srikar
hpt has quit [Ping timeout: 264 seconds]
naveen has joined #systemtap
naveen1 has quit [Read error: Connection reset by peer]
irker242 has quit [Quit: transmission timeout]
ego has quit [Ping timeout: 240 seconds]
srikar is now known as srikar_away
srikar_away is now known as srikar
ananth has quit [Quit: Leaving]
ego has joined #systemtap
nkambo has quit [Ping timeout: 240 seconds]
mjw has joined #systemtap
nkambo has joined #systemtap
ego has quit [Ping timeout: 240 seconds]
naveen has quit [Quit: Leaving.]
scox has quit [Ping timeout: 240 seconds]
wcohen has quit [Ping timeout: 250 seconds]
tromey has joined #systemtap
wuwei has joined #systemtap
wcohen has joined #systemtap
Humble has quit [Ping timeout: 272 seconds]
ego has joined #systemtap
naveen has joined #systemtap
srikar is now known as srikar_away
mbenitez has joined #systemtap
mbenitez has joined #systemtap
Humble has joined #systemtap
Humble has quit [Client Quit]
nkambo has quit [Ping timeout: 250 seconds]
scox has joined #systemtap
Humble has joined #systemtap
brolley has joined #systemtap
ego has quit [Quit: Leaving]
srikar_away is now known as srikar
naveen has quit [Quit: Leaving.]
bchrisman has quit [Quit: Leaving.]
cbzx has joined #systemtap
srikar is now known as srikar_away
cbzx has quit [Quit: Konversation terminated!]
wcohen has quit [Ping timeout: 264 seconds]
zodbot has quit [Ping timeout: 246 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.50.1)]
zodbot has joined #systemtap
ldng has joined #systemtap
ldng has quit [Remote host closed the connection]
mbenitez has quit [Quit: Leaving]
<jistone> fche, a nop_visitor base for expression_is_functioncall, that I mentioned yesterday: http://paste.fedoraproject.org/294564/84901641/
<jistone> I'm also thinking about ways to make is_foo more generic
<jistone> (perhaps I'm thinking about this too much)
<jistone> I think we could have an is_visitor<T> which uses std::is_same (or boost's)
<jistone> and perhaps something similar with std::is_convertible too
scox has quit [Ping timeout: 265 seconds]
<fche> jistone, /me would suggest to hold back on adding abstractions until they are needed
<jistone> fche, ok, well nop_visitor at least should be an improvement for that case
<fche> yup
wcohen has joined #systemtap
brolley has left #systemtap [#systemtap]
mjw has quit [Quit: Leaving]
bchrisman has joined #systemtap
scox has joined #systemtap