fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
gromero has quit [Ping timeout: 272 seconds]
gromero has joined #systemtap
Amy1 has joined #systemtap
orivej_ has joined #systemtap
Amy2 has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 260 seconds]
orivej_ has quit [Read error: Connection reset by peer]
orivej has joined #systemtap
orivej_ has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej_ has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
hpt has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
gromero has quit [Ping timeout: 272 seconds]
orivej_ has joined #systemtap
orivej has joined #systemtap
orivej_ has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #systemtap
orivej_ has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #systemtap
zzhm has joined #systemtap
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
gromero has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
irker479 has quit [Quit: transmission timeout]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
orivej has quit [Quit: No Ping reply in 180 seconds.]
zzhm has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #systemtap
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
orivej_ has joined #systemtap
orivej has quit [Read error: Connection reset by peer]
orivej has joined #systemtap
orivej_ has quit [Read error: Connection reset by peer]
orivej_ has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
zzhm has joined #systemtap
orivej has joined #systemtap
orivej_ has quit [Read error: Connection reset by peer]
hassan64 has joined #systemtap
<hassan64>
I am getting error while compiling systemtap 4.2 with elfutils 0.178
<hassan64>
configure: error: C++ compiler or dependencies not found, use --disable-debuginfod to disable.
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #systemtap
<hassan64>
the above error is now gone with --enable-debuginfod
<hassan64>
However, there is a warning while compiling the kernel code from script
orivej has quit [Read error: Connection reset by peer]
orivej_ has joined #systemtap
mjw has joined #systemtap
hassan64 has quit [Remote host closed the connection]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
orivej_ has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
mjw has quit [Quit: Leaving]
orivej_ has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
zzhm has quit [Ping timeout: 264 seconds]
zzhm has joined #systemtap
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #systemtap
zzhm has quit [Ping timeout: 256 seconds]
zzhm has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
zzhm has quit [Ping timeout: 264 seconds]
zzhm has joined #systemtap
zzhm has quit [Ping timeout: 256 seconds]
zzhm has joined #systemtap
mjw has joined #systemtap
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #systemtap
orivej_ has quit [Ping timeout: 258 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #systemtap
hpt has quit [Ping timeout: 240 seconds]
zzhm has quit [Ping timeout: 260 seconds]
orivej_ has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
orivej has quit [Read error: Connection reset by peer]
orivej has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #systemtap
zzhm has joined #systemtap
hassan64 has joined #systemtap
orivej_ has quit [Ping timeout: 258 seconds]
orivej has joined #systemtap
orivej has quit [Read error: Connection reset by peer]
orivej has joined #systemtap
irker135 has joined #systemtap
<irker135>
systemtap: wcohen systemtap.git:master * release-4.2-111-gefcfce4d7 / testsuite/systemtap.examples/profiling/container_check.stp: Add probes to container_check.stp for additional capabilities checks
zzhm has quit [Ping timeout: 264 seconds]
zzhm has joined #systemtap
<hassan64>
Why i am getting " unable to find local 'iov', [man error::dwarf] dieoffset 0xf62866 in kernel" by using "stap" command to cross compile systemtem script to *.ko
<hassan64>
I have enabled CONFIG_DEBUG_INFO_DWARF4 in my kernel as well .
<hassan64>
using systemtap ver: 4.3/0.179
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #systemtap
<hassan64>
Systemtap does't show all the local variables in a kernel function, resulting [man error::dwarf]
<fche>
hassan64, if your kernel is built from upstream sources, make sure you undo the kbuild bug that nukes debuginfo quality:
<hassan64>
fche: I delete the "-fno-var-tracking-assignments" and rebuild my kernel. But sam eissue
<hassan64>
semantic error: unable to find local 'iov', [man error::dwarf]
sapatel has joined #systemtap
<fche>
the tapset code may need to be ported to the 4.19 kernel; some needs to look into what that $uiov variable is there and whether it's a substitute
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #systemtap
<fche>
and similarly $uset
<hassan64>
yes
<hassan64>
is it an issue with latest systemtap, that unable to parse uset, uiov varaiables ?
<fche>
it's that the tapset file doesn't try to access those variables
<fche>
they must be in some kernel version we haven't encountered, so haven't asked stap to look for them
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
<hassan64>
any fix ?
<hassan64>
so it is an issue to with kernel. Need to be ported to the kernel. Any kernel configuration that will allow it to be ported?
orivej_ has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
sscox has quit [Ping timeout: 264 seconds]
<fche>
hassan64,
<fche>
try editing the .stp files in the the error message to change the $ variable names
orivej_ has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
hassan64 has quit [Remote host closed the connection]