fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
amerey_ has quit [Quit: Leaving]
mjw has joined #systemtap
khaled has quit [Quit: Konversation terminated!]
derek0883 has quit [Ping timeout: 240 seconds]
derek0883 has joined #systemtap
mjw has quit [Quit: Leaving]
orivej has joined #systemtap
orivej has quit [Ping timeout: 256 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]
fdalleau_away is now known as fdalleau
khaled has joined #systemtap
derek0883 has joined #systemtap
orivej has joined #systemtap
fdalleau is now known as fdalleau_away
tonyj has quit [Remote host closed the connection]
derek0883 has quit [Ping timeout: 264 seconds]
chasum has joined #systemtap
chasum has quit [Changing host]
chasum has joined #systemtap
ema_ has joined #systemtap
modem_ has joined #systemtap
przemoc86 has joined #systemtap
przemoc has quit [*.net *.split]
modem has quit [*.net *.split]
ema has quit [*.net *.split]
thibaultcha has quit [*.net *.split]
xlei has quit [*.net *.split]
xlei has joined #systemtap
derek0883 has joined #systemtap
khaled has quit [Quit: Konversation terminated!]
khaled has joined #systemtap
derek0883 has quit [Remote host closed the connection]
tromey has joined #systemtap
amerey has joined #systemtap
irker183 has joined #systemtap
<irker183> systemtap: smakarov systemtap.git:stapbpf/pr25177 * release-4.4-106-g5ff2461a7 / staprun/Makefile.am staprun/Makefile.in staprun/common.c staprun/mainloop.c staprun/staprun.h staprun/start_cmd.c: PR25177/27032 staprun: factor out start_cmd() for stapbpf usage
<irker183> systemtap: smakarov systemtap.git:stapbpf/pr25177 * release-4.4-107-gaf747b1f1 / buildrun.cxx stapbpf/Makefile.am stapbpf/Makefile.in stapbpf/bpfinterp.h stapbpf/stapbpf.cxx: stapbpf PR25177/27032: link start_cmd() into stapbpf, launch the process
tonyj has joined #systemtap
<irker183> systemtap: smakarov systemtap.git:stapbpf/pr25177 * release-4.4-108-g3d07d7608 / stapbpf/stapbpf.cxx: stapbpf PR25177/27032: handle process exit (SIGCHLD)
<serhei> fche, pushed those to a branch for now in case the refactoring makes you shout noooOOOooo
<serhei> but I highly doubt it
<fche> will check it out
<fche> hm for staprun, don't we run error probes in case 'stap -c /dev/null' ?
<fche> hm tested, no
<serhei> yeah, I was thrown for a loop by that as well
derek0883 has joined #systemtap
<fche> it's kind of gross but okay
<serhei> which part is gross?
<fche> too bad about similar function variables ("verbose", "log_level"). could commonize somehow or other
<serhei> log_level could be renamed to verbose
<fche> heh the rhel6 WORKAROUND code holy moly
<fche> but we can't throw it out just yet (bloomberg?)
<fche> PLUS there is the outrage of the two-spaces-after-a-period -> one-space-after-a-period thing
<fche> I'm not sure who you even are any more. :-)
<serhei> the downsides of all remote all the time no baseball
<fche> yea
<serhei> perhaps it was inserted by gremlins in the wires
<serhei> but seriously, what's the proper rule for two-spaces-after-a-period?
<fche> "the proper rule" <<< I challenge your loaded question
<serhei> proper according to fche
* fche likes two, but that's just me
<fche> and I will fight anyone to the electronic death
<fche> those decls in stapbpf.cxx for start_cmd() vars ... can these not go into a header or something?
<serhei> hmm, sure, except for eprintf() which is a non header existence
<serhei> since we're bikeshedding I suppose I should think about how to get stapbpf to use the proper and superior dbug() warn() err() macros
<fche> 'suppose
<fche> btw
<fche> it's funny for stapbpf to even consider that rhel6 workaround
<fche> considering bpf doesn't exist in rhel6
<serhei> <insert scary joke about large financial companies that like rhel6 and also like bpf>
<fche> not at the same time/place
<serhei> thankfully
<serhei> anyways, will take out the 2 spaces thing... or else I'll end up like the 'both' guy as depicted in https://www.emacswiki.org/emacs/SmartTabs
<fche> whatever :)
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
<kerneltoast> two spaces after a period == you're old
<fche> ok and?
<kerneltoast> and you may be entitled to compensation
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
<irker183> systemtap: smakarov systemtap.git:stapbpf/pr25177 * release-4.4-109-g76d56671c / stapbpf/libbpf.c stapbpf/stapbpf.cxx staprun/common.c: stapbpf PR25177/27032 review tweax: redundant variables, whitespace
<irker183> systemtap: smakarov systemtap.git:master * release-4.4-106-g5ff2461a7 / staprun/Makefile.am staprun/Makefile.in staprun/common.c staprun/mainloop.c staprun/staprun.h staprun/start_cmd.c: PR25177/27032 staprun: factor out start_cmd() for stapbpf usage
<irker183> systemtap: smakarov systemtap.git:master * release-4.4-107-gaf747b1f1 / buildrun.cxx stapbpf/Makefile.am stapbpf/Makefile.in stapbpf/bpfinterp.h stapbpf/stapbpf.cxx: stapbpf PR25177/27032: link start_cmd() into stapbpf, launch the process
<irker183> systemtap: smakarov systemtap.git:master * release-4.4-108-g3d07d7608 / stapbpf/stapbpf.cxx: stapbpf PR25177/27032: handle process exit (SIGCHLD)
<irker183> systemtap: smakarov systemtap.git:master * release-4.4-109-g76d56671c / stapbpf/libbpf.c stapbpf/stapbpf.cxx staprun/common.c: stapbpf PR25177/27032 review tweax: redundant variables, whitespace
* serhei thinks of 'two spaces after period' more in connection with typewriters
amerey_ has joined #systemtap
DTEIT_ has joined #systemtap
CME has quit [Remote host closed the connection]
lindi-_ has joined #systemtap
DTEIT has quit [Quit: ZNC 1.8.2 - https://znc.in]
gregwork has quit [Quit: Connection closed for inactivity]
beauty2 has quit [Write error: Connection reset by peer]
tonyj has quit [Remote host closed the connection]
fLiPr3Ve1sE has joined #systemtap
tonyj has joined #systemtap
beauty2 has joined #systemtap
<fche> thanks, looks okay
<fche> heh
CME_ has joined #systemtap
mcermak_ has joined #systemtap
orivej has quit [Ping timeout: 276 seconds]
DTEIT_ has joined #systemtap
DTEIT_ has quit [Changing host]
tonyj has quit [Changing host]
tonyj has joined #systemtap
mcermak_ has quit [Changing host]
mcermak_ has joined #systemtap
lindi- has quit [Write error: Broken pipe]
fLiPr3VeRsE has quit [Remote host closed the connection]
ggherdov has quit [Ping timeout: 246 seconds]
ggherdov_ has joined #systemtap
mcermak has quit [Write error: Broken pipe]
amerey has quit [Remote host closed the connection]
ema has joined #systemtap
sscox has quit [Ping timeout: 249 seconds]
fdalleau_away has quit [Remote host closed the connection]
fdalleau_away has joined #systemtap
ema_ has quit [Ping timeout: 240 seconds]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
CME_ is now known as CME
derek0883 has quit [Remote host closed the connection]
_whitelogger has joined #systemtap
orivej has joined #systemtap
tromey has quit [Quit: ERC (IRC client for Emacs 27.1)]
derek0883 has joined #systemtap
<irker183> systemtap: scox systemtap.git:master * release-4.4-110-g2019744da / man/stap.1.in: Fix misspellings in stap manpage.
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
<fche> checking
<fche> some of those regressions (PASS->FAIL) are symbol-table related apparently
<kerneltoast> ouch
<fche> are you comparing virgin vs. 1-patch-added stap here or some older version?
<kerneltoast> i'm comparing: 663a93e systemtap.spec: for testsuite, tweak 32-bit glibc recommendation
<kerneltoast> to
<kerneltoast> 663a93e + patch
<fche> ok
<fche> so would look at process-begin-user, sdt_global_var, symfile* symline* usymbols* tests in that run
<fche> there are a number of new PASS's which are great (and may or may not be related to your patch)
<fche> but the PASS->FAILs are worth looking into more
amerey_ has quit [Quit: Leaving]