fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
nkambo has quit [Read error: Connection reset by peer]
nkambo has joined #systemtap
naveen has joined #systemtap
naveen has quit [Client Quit]
hkshaw has joined #systemtap
przemoc has quit [Ping timeout: 250 seconds]
hkshaw has quit [Quit: Leaving.]
przemoc has joined #systemtap
przemoc has quit [Changing host]
przemoc has joined #systemtap
przemoc has quit [Ping timeout: 258 seconds]
przemoc has joined #systemtap
ph7 has joined #systemtap
ph7 has quit [Client Quit]
ph7 has joined #systemtap
ph7 has quit [Quit: Leaving.]
ph7 has joined #systemtap
ph7 has quit [Quit: Leaving.]
ton31337_ has joined #systemtap
rawplaye1 has joined #systemtap
ton31337 has quit [Ping timeout: 258 seconds]
CustosLimen has quit [Ping timeout: 258 seconds]
jemarch has quit [Ping timeout: 258 seconds]
rawplayer has quit [Ping timeout: 258 seconds]
CustosLimen has joined #systemtap
nkambo has quit [Ping timeout: 246 seconds]
nkambo has joined #systemtap
<p53ud0nym>
gila: I have managed to get it working.
<p53ud0nym>
I ran was debuging stap and figured out that it wan't finding the symbols in a global symbol file but just reading *.ko file
<p53ud0nym>
So I can compile the LKM seperately then copy it to /lib/modules/VERSION/kernel/* instead of /lib/modules/VERSION/build and specify the -d flag when running stap
<p53ud0nym>
This works for updating a LKM, not sure about entirely new modules.
ph7 has joined #systemtap
ph7 has quit [Client Quit]
ph7 has joined #systemtap
ph7 has quit [Quit: Leaving.]
ph7 has joined #systemtap
ph7 has quit [Client Quit]
ph7 has joined #systemtap
ph7 has quit [Quit: Leaving.]
<p53ud0nym>
I'm having an issue trying to reference variables in systemtap function probe. In a probe, I'm prints the local vars with println( $$vars ) and getting 'my_func :: msg=? x=?'. However when I try to refer to '$x' in the same block stap returns an error 'semantic error: failed to retrieve location attribute for "x" '