fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
Guest97310 has quit [Ping timeout: 240 seconds]
Derek has joined #systemtap
Derek is now known as Guest60936
<irker474> systemtap: yichun systemtap.git:master * release-4.2-65-g6de9136a2 / tapset/uconversions.stp: uconversions.stp: worked around kernel's pointer value hashing.
hpt has joined #systemtap
sscox has quit [Ping timeout: 240 seconds]
sscox has joined #systemtap
sscox has quit [Ping timeout: 260 seconds]
sscox has joined #systemtap
hpt has quit [Ping timeout: 258 seconds]
khaled has quit [Quit: Konversation terminated!]
Guest60936 has quit [Ping timeout: 240 seconds]
irker474 has quit [Quit: transmission timeout]
orivej has joined #systemtap
derek has joined #systemtap
derek is now known as Guest96075
Guest96075 has quit [Ping timeout: 240 seconds]
_whitelogger has joined #systemtap
khaled has joined #systemtap
khaled has quit [Remote host closed the connection]
khaled has joined #systemtap
khaled has quit [Remote host closed the connection]
khaled has joined #systemtap
khaled has quit [Quit: Konversation terminated!]
khaled has joined #systemtap
khaled has quit [Remote host closed the connection]
khaled has joined #systemtap
<agentzh> fche: it'll be great if you can have a look at this: https://sourceware.org/bugzilla/show_bug.cgi?id=25851
<agentzh> not sure how to debug this.
<agentzh> thanks!
<fche> did you see the [man error::dwarf] man page?
<fche> sometimes these things are out of our hands
<fche> i.e., mere tapset magic sometimes cannot workaround compiler optimization artifacts
<fche> sometimes it can
<agentzh> yeah, i was aware of that. wondering if it'll be better to simply use the register directly for specific arch.
<fche> the point is the register is not identified in dwarf
<agentzh> not sure if vfs_write itself will be inlined at all.
<fche> so we don't know which one (or where else)
<agentzh> sure. i'm talking about the tapset probe vfs.write. not dwarf.
<agentzh> i also ran into something similar while probing some glibc functions. using the x64 abi regs solved the problem.
<fche> when you probe at abi function entry points, the parameters should be available
<fche> but an inlined function cannot be an abi function entry point :)
<agentzh> yes, i was aware of that.
<agentzh> also, what do you think of this issue? https://sourceware.org/bugzilla/show_bug.cgi?id=25852
<fche> hm yeah, that variable should be in the context
<fche> may find other similar things in the context already, conditionalized on some #ifdef kind of thing
<agentzh> okay, i will make the change.
<agentzh> also, i filed this PR to record the print_backtrace() inaccuracy i reported earlier: https://sourceware.org/bugzilla/show_bug.cgi?id=25853
<agentzh> this time, with a oneliner to demonstrate the issue.
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
pviktori has quit [Ping timeout: 256 seconds]
pviktori has joined #systemtap
orivej has quit [Ping timeout: 250 seconds]
sscox has quit [Ping timeout: 246 seconds]
sscox has joined #systemtap