fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.91.3)]
pwithnall_ has quit [Quit: pwithnall_]
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
adgud has joined #systemtap
adgud has quit [Quit: Leaving]
ravi has joined #systemtap
ravi has quit [Remote host closed the connection]
hkshaw has quit [Ping timeout: 255 seconds]
irker307 has quit [Quit: transmission timeout]
ravi has joined #systemtap
ravi has quit [Ping timeout: 255 seconds]
ravi has joined #systemtap
hkshaw has joined #systemtap
ravi has quit [Read error: Connection reset by peer]
ravi has joined #systemtap
nkambo has joined #systemtap
pwithnall has joined #systemtap
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
gila has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
gila has joined #systemtap
ravi has quit [Quit: Leaving]
hkshaw has quit [Ping timeout: 240 seconds]
<ton31337> hey
<ton31337> semantic error: unable to find member 'a' for struct atomic<unsigned int> (alternatives: _M_i): operator '->' at bin/ok.stp:8:32
<ton31337> source: printf("%d\n", $this->d_queued->a);
<ton31337> ^
<ton31337> how to properly access that d_queued (struct atomic) ?
<ton31337> i hate c++ :)
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
nkambo has quit [Ping timeout: 240 seconds]
nkambo has joined #systemtap
nkambo has quit [Ping timeout: 240 seconds]
nkambo has joined #systemtap
mbenitez has quit [Quit: Leaving]
gila has joined #systemtap
wcohen has quit [Ping timeout: 276 seconds]
drsmith has joined #systemtap
fche has joined #systemtap
brolley has joined #systemtap
wcohen has joined #systemtap
<ton31337> [00:16] < ton31337> hey
<ton31337> [00:16] < ton31337> semantic error: unable to find member 'a' for struct atomic<unsigned int> (alternatives: _M_i): operator '->' at bin/ok.stp:8:32
tromey has joined #systemtap
<ton31337> [00:16] < ton31337> source: printf("%d\n", $this->d_queued->a);
<ton31337> [00:16] < ton31337> ^
<ton31337> [00:16] < ton31337> how to properly access that d_queued (struct atomic) ?
<modem_> isn't a.count ?
<ton31337> m?
<ton31337> alternatives: _M_i..
<modem_> what is struct atomic ? I thought it was a refcount
<ton31337> strange stuff with c++
<modem_> wah
<modem_> this is userland C++ debuging
<ton31337> right
<ton31337> :)
<modem_> does systemtap dwarf loading support C++ object ?
<ton31337> i think no
<modem_> cast then
<ton31337> cast to int?
<modem_> i guess this is an object with eventually a vptr, a this ptr etc so it might be internal
<ton31337> so, as i understand, not possible to grab this value?
drsmith is now known as drsmith_away
drsmith_away is now known as drsmith
pwithnall has quit [Quit: pwithnall]
<ton31337> semantic error: unable to find member 'd_queued' for class SingleThreadDistributor<DNSPacket, DNSPacket, PacketHandler> (alternatives: b, _vptr.Distributor): operator '->' at bin/ok.stp:8:22
<ton31337> source: printf("%d\n", $this->d_queued->_M_i);
<ton31337> ^
<ton31337> i see something with _vptr.*
pwithnall has joined #systemtap
pwithnall_ has joined #systemtap
pwithnall_ has quit [Quit: pwithnall_]
hkshaw has joined #systemtap
pwithnall has quit [Ping timeout: 240 seconds]
nkambo has quit [Ping timeout: 240 seconds]
hkshaw has quit [Ping timeout: 260 seconds]
hkshaw has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
djellemah has quit [Ping timeout: 256 seconds]
<modem_> semantic error: while resolving probe point: identifier 'module' at
<modem_> source: probe module ("customlkm").function
<modem_> I am not sure if the "module" probe no longer exist in 3.0 or it cannot find the LKM or maybe the function
<modem_> anyone ? Thanks
<modem_> semantic error: no match
<modem_> ok with another module/function it does works, i guess it comes from my custom lkm
brolley is now known as brolley|lunch
<fche> yeah. can try module("/path/to/your.ko")
<fche> instead of just module("your.ko")
<modem_> yep, did work
<modem_> thx
Cust0sLim3n has quit [*.net *.split]
Cust0sLimen has joined #systemtap
serhei has quit [*.net *.split]
serhei has joined #systemtap
DuncanT has quit [Ping timeout: 240 seconds]
ggherdov`___ has quit [Ping timeout: 240 seconds]
DuncanT has joined #systemtap
ggherdov`___ has joined #systemtap
ggherdov`___ has quit [Excess Flood]
ggherdov`___ has joined #systemtap
hkshaw has quit [Ping timeout: 258 seconds]
gila has joined #systemtap
brolley|lunch is now known as brolley
irker798 has joined #systemtap
<irker798> systemtap: dsmith systemtap.git:refs/heads/master * release-3.0-903-gfb485e9 / testsuite/systemtap.syscall/getrlimit.c testsuite/systemtap.syscall/lseek.c: Fix PR21105 by updating 2 syscall test cases. http://tinyurl.com/hm4uvmp
drsmith is now known as drsmith_away
wcohen has quit [Ping timeout: 240 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.91.3)]
gila has quit [Ping timeout: 240 seconds]
gila has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
brolley has left #systemtap [#systemtap]
<franks2> Anyone here have a mod_php systemtap that I can have?
<jistone> franks2, you want to run systemtap over the internet?!?
<franks2> jistone: hehe, no :P i want to tap into mod_php :)
<jistone> ahhh, much more sane
<jistone> and I don't know, myself