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
scox has joined #systemtap
hkshaw has joined #systemtap
ananth has joined #systemtap
CME has quit [Ping timeout: 264 seconds]
CME has joined #systemtap
ravi_ has joined #systemtap
ego_ has joined #systemtap
ego_ has quit [Ping timeout: 246 seconds]
ananth has quit [Ping timeout: 250 seconds]
hkshaw has quit [Ping timeout: 260 seconds]
ananth has joined #systemtap
ego_ has joined #systemtap
hkshaw has joined #systemtap
srikar_away is now known as srikar
srikar is now known as srikar_away
srikar_away is now known as srikar
ego_ has quit [Ping timeout: 268 seconds]
ego_ has joined #systemtap
ego_ has quit [Ping timeout: 240 seconds]
nkambo has quit [Ping timeout: 256 seconds]
ego_ has joined #systemtap
hkshaw has quit [Ping timeout: 240 seconds]
ravi_ has quit [Ping timeout: 268 seconds]
ravi_ has joined #systemtap
hkshaw has joined #systemtap
nkambo has joined #systemtap
pwithnall has joined #systemtap
hpt has quit [Quit: Lost terminal]
hkshaw has quit [Ping timeout: 248 seconds]
ego_ has quit [Ping timeout: 256 seconds]
ravi_ has quit [Ping timeout: 268 seconds]
hkshaw has joined #systemtap
mjw has joined #systemtap
ravi_ has joined #systemtap
ego_ has joined #systemtap
<NebuK_work>
yoho
<NebuK_work>
maybe you guys know a bit more about elfutils / libdw as needed by systemtap
<NebuK_work>
for some reason on one of my systems, not everything from libdwfl is built, it seems dwfl_linux_kernel_report_offline is missing
srikar is now known as srikar_away
ananth has quit [Quit: Leaving]
scox has quit [Ping timeout: 252 seconds]
hkshaw has quit [Ping timeout: 248 seconds]
ego_ has quit [Quit: Leaving]
<mjw>
NebuK_work, That is weird, do you have more information how that could have happened?
<mjw>
which version, how did you configure, etc.?
ravi_ has quit [Remote host closed the connection]
wcohen has quit [Ping timeout: 250 seconds]
<mjw>
BTW. For people playing along at home ^. We discussed on #elfutils a bit. The issue is a "patch" in openwrt that just completely rips out dwfl_linux_kernel_report_offline (but leaves the header intact...)
<mjw>
So basically that is an unusable elfutils build...
<mjw>
Note how they just remove linux-kernel-modules.c from the build (but leave the file itself) and rip out random calls to dwfl_linux_kernel_report... So I have no idea how anything works on that setup.
mbenitez has joined #systemtap
<fche>
funkyh
<NebuK_work>
and i really would’ve liked to include systemtap … it’d ease kernel debugging on the target devices so much
<fche>
you can build systemtap with an elfutils source tree of your own.
<mjw>
Well, this crazy one we obviously wouldn't have accepted.
NebuK_work has joined #systemtap
<NebuK_work>
hm i guess what i’ll have to do if the stubbing of the missing functions doesn’t work is provide some scripting to build systemtap on the „real“ host, but staprun for the target (staprun ~only~ compiles fine with musl)
NebuK_work has quit [Client Quit]
NebuK_work has joined #systemtap
NebuK_work has quit [Client Quit]
NebuK_work has joined #systemtap
<NebuK_work>
sorry, re
<fche>
can you build your own copy of stap from unbroken sources?
przemoc has quit [Quit: reboot]
<NebuK_work>
outside of the openwrt buildsystem yes
przemoc has joined #systemtap
wcohen has joined #systemtap
scox has joined #systemtap
<NebuK_work>
fche: or … did i misunderstand your question?
<fche>
nope, that was it -
<fche>
so in theory one can still use the tool, even if the distro copy is broken
<NebuK_work>
yeah, it’s unproblematic on the OS-host-side (not openwrt-host-side)