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
khaled has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
<hassan64> dwarf_cfi_addrframe failed: unknown error
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:
<fche> look at the -fno-var-tracking-assignments comment
<fche> hm time to add that to the man page
<irker135> systemtap: fche systemtap.git:master * release-4.2-112-ga5e6f4118 / man/error::dwarf.7stap: man error::dwar7: mention kbuild -fno-var-tracking-assignments
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #systemtap
<irker135> systemtap: yichun systemtap.git:fche/uprobes-rework * release-4.2-110-g85bbcefbe / runtime/linux/task_finder2.c: Bug: __stp_tf_quiesce_worker(): vma mmap callback incorrecty ran after process.begin callback
<irker135> systemtap: wcohen systemtap.git:fche/uprobes-rework * release-4.2-111-gefcfce4d7 / testsuite/systemtap.examples/profiling/container_check.stp: Add probes to container_check.stp for additional capabilities checks
<irker135> systemtap: fche systemtap.git:fche/uprobes-rework * release-4.2-112-ga5e6f4118 / man/error::dwarf.7stap: man error::dwar7: mention kbuild -fno-var-tracking-assignments
<irker135> systemtap: smakarov systemtap.git:fche/uprobes-rework * release-4.2-117-g4ede1f96e / : Merge remote-tracking branch 'origin/master' into fche/uprobes-rework
<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]
orivej has quit [Ping timeout: 264 seconds]
zzhm has quit [Quit: Leaving]
<irker135> systemtap: smakarov systemtap.git:master * release-4.2-113-g47bcb6be8 / buildrun.cxx runtime/linux/autoconf-proc_ops.c runtime/procfs-probes.c runtime/procfs.c runtime/transport/control.c runtime/transport/control.h runtime/transport/procfs.c: PR26099: adapt to struct proc_ops split from struct file_operations
sscox has joined #systemtap
hassan64 has joined #systemtap
<hassan64> fche: I got your message regarding "tapset file doesn't try to access those variables".
<hassan64> you said: "try editing the .stp files in the the error message to change the $ variable names"
<hassan64> fche: What did you mean ?
<irker135> systemtap: fche systemtap.git:master * release-4.2-114-g7d13f15ea / session.cxx: session.cxx prerelease: declare support for kernel 5.7
<hassan64> i suspect that *struct old_timex32* was deleted from linux kernel a long time ago. As aresult tapset file does not access those variables.
<hassan64> systemtap is some how using this structure to process the variables
hassan64 has quit [Remote host closed the connection]
<irker135> systemtap: fche systemtap.git:fche/uprobes-rework * release-4.2-118-gb66f36d0f / runtime/linux/uprobes-inode.c tapsets.cxx: TENTATIVE uprobes-inode: rework
<irker135> systemtap: fche systemtap.git:fche/uprobes-rework * release-4.2-119-g3f5de03c2 / runtime/linux/uprobes-inode.c: TENTATIVE uprobes-inode: rework
mjw has quit [Quit: Leaving]
khaled has quit [Quit: Konversation terminated!]
sapatel has quit [Remote host closed the connection]