fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
pwithnall____ has quit [Quit: pwithnall____]
hpt has joined #systemtap
scox has joined #systemtap
ravi_ has joined #systemtap
irker524 has quit [Quit: transmission timeout]
hkshaw has joined #systemtap
_whitelogger has joined #systemtap
mjw has joined #systemtap
pwithnall____ has joined #systemtap
mjw has quit [Quit: Leaving]
hpt has quit [Quit: Lost terminal]
sona has joined #systemtap
<sona>
hi, is there any way to suppress MAXSTRINGLEN macro?
scox has quit [Ping timeout: 260 seconds]
ravi_ has quit [Ping timeout: 240 seconds]
ravi_ has joined #systemtap
<sona>
fche, oky
<sona>
drsmith_away, yep , oky
<sona>
i am trying to understand the o/p of some backtraces. It's like this : afr_lookup_cbk+0x30d [afr.so]. So here 0x30d is what?? line number ??
ravi_ has quit [Quit: Leaving]
groleo has joined #systemtap
mjw has joined #systemtap
<fche>
0x30d is an offset against the .so base address
<fche>
to get more detailed backtraces, run stap with -d /path/to/afr.so --ldd
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
<sona>
fche, oky
wcohen has quit [Ping timeout: 240 seconds]
<sona>
fche, one more thing, i was trying to include all modules/libraries to get full traces using -all-modules
<fche>
--all-modules is for kernel modules, not all userspace shared libraries
<fche>
(the latter would be gargantuan)
<sona>
so is there any way to include all userspace modules in one go?
<sona>
inspite of everytime specifying each of them using -d
nkambo has quit [Ping timeout: 240 seconds]
<sona>
like to get full traces i have to specify every time -d path/to/shared-objectfiles/ (which are large in number and have different paths)
<sona>
so any smart way of doing this ?
<sona>
fche,
scox has joined #systemtap
drsmith_away is now known as drsmith
invano__ has joined #systemtap
<invano__>
Hello guys. I'm currently dealing with systemtap on multiple archs. I was wondering if systemtap can handle syscall args passed through the stack instead of registers. I'm having a look at various tapsets and looks like it assumes stp_args taken from registers only. Is that correct?
<fche>
invano__, no
<fche>
if debuginfo is available, stap will find the arguments exactly where the compiler says they are - registers, stack, whereever
groleo has quit [Ping timeout: 240 seconds]
<fche>
if debuginfo is not available, the nd_syscall variant will make abi assumptions, but those are per-arch abis
<invano__>
sorry, I forgot to say that I'm in the case where debuginfo are not available
<invano__>
ah ok got it, thanks fche
<invano__>
I'm working on mips now, no debuginfo, and I have an abi mismatch I think. registers.stp tries to get args from registers only even if in mips o32abi args from 4th on are on the stack.
sona has quit [Ping timeout: 252 seconds]
<invano__>
probably I'll patch it to make it work with mips o32 abi without debuginfo
nkambo has joined #systemtap
wcohen has joined #systemtap
tromey has joined #systemtap
pwithnall_ has joined #systemtap
pwithnall_ has quit [Ping timeout: 240 seconds]
ggherdov`_ has joined #systemtap
mbenitez has quit [Ping timeout: 255 seconds]
p53ud0ny- has joined #systemtap
ggherdov` has quit [*.net *.split]
p53ud0nym has quit [*.net *.split]
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
ggherdov`_ is now known as ggherdov`
pwithnall____ has quit [Quit: pwithnall____]
nkambo has quit [Ping timeout: 240 seconds]
brolley has joined #systemtap
pwithnall_ has joined #systemtap
pwithnall_ has quit [Client Quit]
ggherdov`_ has joined #systemtap
ggherdov` has quit [Read error: Connection reset by peer]
pfallenop has quit [Ping timeout: 252 seconds]
pfallenop has joined #systemtap
ggherdov`_ is now known as ggherdov`
ggherdov` has quit []
ggherdov` has joined #systemtap
hkshaw has quit [Ping timeout: 260 seconds]
sadmac has joined #systemtap
sadmac has left #systemtap [#systemtap]
drsmith is now known as drsmith_away
mbenitez has quit [Quit: Leaving]
mjw has quit [Quit: Leaving]
brolley has left #systemtap [#systemtap]
scox has quit [Ping timeout: 255 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 26.0.50)]