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
derek0883 has joined #systemtap
orivej has quit [Ping timeout: 246 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
hpt has quit [Ping timeout: 256 seconds]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
Deknos has quit [Ping timeout: 260 seconds]
Deknos has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
khaled has joined #systemtap
hpt has joined #systemtap
mjw has joined #systemtap
przemoc has quit [Ping timeout: 240 seconds]
przemoc has joined #systemtap
przemoc has quit [Ping timeout: 272 seconds]
przemoc has joined #systemtap
przemoc has joined #systemtap
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 260 seconds]
derek0883 has joined #systemtap
orivej has joined #systemtap
derek0883 has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 260 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 260 seconds]
hpt has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
tromey has joined #systemtap
<fche> tux3, :)
<fche> thanks mjw for explaining
<mjw> sorry, missed it on irc. Hope the bugzilla entry was useful
<fche> yup
amerey has joined #systemtap
zodbot has quit [Ping timeout: 258 seconds]
zodbot has joined #systemtap
zodbot has quit [Excess Flood]
irker038 has joined #systemtap
<irker038> systemtap: smakarov systemtap.git:master * release-4.3-76-g21109b093 / runtime/linux/uprobes/Makefile runtime/linux/uprobes/uprobes.txt testsuite/systemtap.base/stap_hwbkpt_kmod.Makefile testsuite/systemtap.base/stap_kmodule.Makefile testsuite/systemtap.context/makefile1 testsuite/systemtap.context/makefile2 testsuite/systemtap.printf/memory1_module.Makefile: tentative fix: update hand-written Makefiles to use KBUILD_EXTMOD=
zodbot has joined #systemtap
zodbot has quit [Disconnected by services]
<irker038> systemtap: fche systemtap.git:master * release-4.3-77-gdf1fc1ddb / man/stapprobes.3stap: man stapprobes.3stap: add @var("var","module") docs
zodbot has joined #systemtap
derek0883 has joined #systemtap
Deknos has quit [Ping timeout: 240 seconds]
Deknos has joined #systemtap
Deknos has quit [Remote host closed the connection]
derek088_ has joined #systemtap
derek088_ has quit [Remote host closed the connection]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
zamba has quit [Ping timeout: 265 seconds]
zamba has joined #systemtap
<agentzh> fche: what do you think of this patch? https://gist.github.com/agentzh/2eb773f23ed65122c8fc07baf32cbe27
<fche> moved into the context structure, sounds good.
<agentzh> k, so good to commit?
<fche> yup
<fche> assuming it works :
<agentzh> cool, thanks, will do.
<fche> :)
<agentzh> yep, it works.
<agentzh> i'll attach some tests to it.
orivej has quit [Ping timeout: 256 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 27.1)]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
Guest47194 has left #systemtap [#systemtap]
derek0883 has quit [Remote host closed the connection]
<agentzh> fche: added a test case to cover that kernel bt fix: https://gist.github.com/agentzh/43abe9f60a5754584f5a8c84c8e387c7
<agentzh> this is the v2 patch.
<agentzh> passing on my side.
<fche> nice
<irker038> systemtap: yichun systemtap.git:master * release-4.3-78-g3674b8d35 / runtime/common_probe_context.h runtime/stack.c testsuite/systemtap.context/max-kernel-bt.exp testsuite/systemtap.context/max-kernel-bt_1.stp: PR26673: ko gcc compilation error would happen when -DMAXBACKTRACE=N and N > 60
<agentzh> fche: what do you think of this doc patch? https://gist.github.com/agentzh/099dd1e8c57cde2601e4f83d2c60a598
_whitelogger has joined #systemtap
<agentzh> where did you add? a quick grep didn't reveal anything.
<fche> man stapprobes
derek0883 has joined #systemtap
<agentzh> ah okay. i only grepped doc/.
<agentzh> that's why
<agentzh> will commit the doc/ changes.
<irker038> systemtap: yichun systemtap.git:master * release-4.3-79-g46cd7e5d0 / doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml doc/langref.tex: Doc: documented the @var(NAME, EXE) notation in the beginners guide and langref docs
<agentzh> fche: i wonder if you'll also welcome a non-dwarf kernel backtrace dumper.
<agentzh> similar to the dump_stack() kernel C func but not to dmesg.
<fche> um, don't we already call into the kernel backtracer as a fallback?
<agentzh> it didn't give meaningful backtraces.
<agentzh> far from dump_stack().
<agentzh> am i missing anything here?
derek0883 has quit [Remote host closed the connection]
<agentzh> fche: i filed a PR for it in the past: https://sourceware.org/bugzilla/show_bug.cgi?id=25853
<fche> hm
<fche> the warning message gives the very tip you need, doesn't it?
<fche> stap -d kernel ?
<fche> I believe those "(inexact)" lines are coming from the kernel backtracer
<fche> but aren't mapped to symbol names for some reason
<agentzh> fche: tried -d kernel but still no improvement.
<agentzh> so i thought it was irrelevant.
<agentzh> i can only get better backtrace with kernel dwarf available.
<agentzh> but dump_stack() works beautifully.
<agentzh> in the same system.
<fche> well anyway the code is already there to back down to the kernel, IIRC
<fche> tuning it to make it more complete would be great
<agentzh> okay, will do.
<agentzh> my colleage kerneltoast will look into it. he's not around atm.
<agentzh> *colleague
<irker038> systemtap: alizhang systemtap.git:azhang/pr13838 * release-4.3-85-g0d1e23cb5 / runtime/softfloat.c runtime/softfloat.h runtime/softfloat/internals.h runtime/softfloat/primitives.h: add more helper functions declaratio and definition so that program can compile
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
derek0883 has quit [Ping timeout: 256 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
mjw has quit [Quit: Leaving]
khaled has quit [Quit: Konversation terminated!]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
khaled has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
kerneltoast has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
orivej has joined #systemtap