fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
sscox has quit [Ping timeout: 246 seconds]
hpt has joined #systemtap
hpt has quit [Ping timeout: 246 seconds]
hpt has joined #systemtap
hpt has quit [Ping timeout: 272 seconds]
hpt has joined #systemtap
DUKENUKE1 is now known as DUKENUKEM
slowfranklin has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
slowfranklin has joined #systemtap
hpt has quit [Ping timeout: 272 seconds]
slowfranklin has quit [Quit: slowfranklin]
orivej has quit [Ping timeout: 250 seconds]
slowfranklin has joined #systemtap
orivej has joined #systemtap
mjw has joined #systemtap
orivej has quit [Ping timeout: 272 seconds]
wcohen has quit [Ping timeout: 246 seconds]
slowfranklin has quit [Quit: slowfranklin]
sscox has joined #systemtap
slowfranklin has joined #systemtap
wcohen has joined #systemtap
tromey has joined #systemtap
khaled has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
slowfranklin has joined #systemtap
irker148 has joined #systemtap
<irker148> systemtap: smakarov systemtap.git:refs/heads/master * release-4.0-172-g35ae777 / testsuite/systemtap.bpf/bpf_tests/pr23875_loop.stp: PR23875 test fixup :: should exit() http://tinyurl.com/yxrebgyc
<irker148> systemtap: smakarov systemtap.git:refs/heads/master * release-4.0-173-gceed488 / bpf-translate.cxx stapbpf/bpfinterp.cxx: PR23875 :: support string map keys in foreach iteration http://tinyurl.com/yyso3z25
<irker148> systemtap: smakarov systemtap.git:refs/heads/master * release-4.0-174-g1e79377 / testsuite/systemtap.bpf/bpf.exp testsuite/systemtap.bpf/nonbpf.exp: PR23875,PR23816,PR24358 :: tentatively remove testsuite kfails http://tinyurl.com/y4zycqjy
slowfranklin has quit [Quit: slowfranklin]
slowfranklin has joined #systemtap
<agentzh> fche: any suggestions on tackle the memory fragmentation issue?
<agentzh> right now we had to flush all the page cache and then do a full system-wide defrag.
<agentzh> this is very expensive.
<agentzh> otherwise we keep getting the error "ERROR: Couldn't insert module '/tmp/stapXXX/stap_XXX.ko': Operation not permitted"
slowfranklin has quit [Quit: slowfranklin]
slowfranklin has joined #systemtap
wcohen has quit [Ping timeout: 245 seconds]
slowfranklin has quit [Quit: slowfranklin]
slowfranklin has joined #systemtap
mjw has quit [Quit: Leaving]
khaled has quit [Quit: Konversation terminated!]
wcohen has joined #systemtap
<irker148> systemtap: fche systemtap.git:refs/heads/master * release-4.0-175-g2ede4ce / elaborate.cxx testsuite/systemtap.base/global_end.exp testsuite/systemtap.base/optim_arridx.exp testsuite/systemtap.base/warnings.exp: PR24239 redux: testsuite / dump fallout on incremental resolution http://tinyurl.com/yy3d4nu7
slowfranklin has quit [Quit: slowfranklin]
tromey has quit [Ping timeout: 246 seconds]
orivej has joined #systemtap
sscox has quit [Ping timeout: 268 seconds]
<fche> agentzh, just poking a look at the malloc business in the rungime
<fche> we do use vzalloc for some purposes and kmalloc for others
<fche> see linux/map_runtime.h