fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
scox has joined #systemtap
modem_ has joined #systemtap
hpt has joined #systemtap
ananth_ has quit [Quit: Leaving]
ananth has joined #systemtap
srikar_away is now known as srikar
hkshaw has quit [Quit: Leaving.]
srikar is now known as srikar_away
hkshaw has joined #systemtap
naveen has joined #systemtap
scox has quit [Ping timeout: 240 seconds]
srikar_away is now known as srikar
hchiramm has joined #systemtap
sorenson has joined #systemtap
naveen has quit [Ping timeout: 250 seconds]
sorenson has quit [Ping timeout: 260 seconds]
sorenson has joined #systemtap
naveen has joined #systemtap
nkambo has quit [Ping timeout: 260 seconds]
nkambo has joined #systemtap
nkambo has quit [Ping timeout: 260 seconds]
nkambo has joined #systemtap
hpt has quit [Ping timeout: 252 seconds]
naveen has quit [Quit: Leaving.]
naveen has joined #systemtap
<tester_perf> Hi. I'm on systemtap 1.6 and i have quite a few scripts that seem a bit hard to build for newer versions for 3.0. So im trying to add support for syscall.perf_event_open in 1.6. I've added corresponding entries to nd_syscalls2.stp and syscalls2.stp, however that alone does not seem to be sufficient. any thoughts on what I could try next?
hchiramm has quit [Ping timeout: 252 seconds]
hchiramm has joined #systemtap
hkshaw has quit [Ping timeout: 244 seconds]
hkshaw has joined #systemtap
pmuldoon__ has quit [Remote host closed the connection]
scox has joined #systemtap
pmuldoon has joined #systemtap
wcohen has quit [Ping timeout: 240 seconds]
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
srikar is now known as srikar_away
<fche> does not seem sufficient how?
<tester_perf> fche: hmm I tried making the following changes -- http://pastebin.com/vNLgd7vW ; then tried rebuilding systemtap. However, the following command does not show up the arguments still.
<tester_perf> ./stap -a arm -r <path_to_kernel> -L syscall.perf_event_open
<tester_perf> are there any other changes I need to make in order for stap to be able to find syscall.perf_event_open from the tapset?
drsmith has joined #systemtap
<fche> tapsets aren't compiled into systemtap; you can just add new files under $prefix/share/systemtap/tapset with that stuff
<fche> stap --vp 3 .... will tel you which tapset files stap is parsing
<fche> put a perf-event.stp one nearby those
<fche> stap --vp 3 -p 1 .... will show you the parsed content back
tromey has joined #systemtap
nkambo has quit [Ping timeout: 244 seconds]
<tester_perf> fche: I see thanks for the tips! http://pastebin.com/HBkt1KA2 -- there is a tapset dir i put in a perf_event.stp with the content from earlier
<tester_perf> Let me try it with the -p flag
<tester_perf> hmm seems to be the same output as above actually
nkambo has joined #systemtap
nkambo has quit [Read error: Connection reset by peer]
<fche> (-p1 dumps the parse trees)
<fche> hm, stap 1.6 -- doesn't respond as informatively to --vp3 as newer ones
<fche> say, what problems did you have running older scripts with newer stap?
<fche> tried the --compatible=1.6 flag?
wcohen has joined #systemtap
srikar_away is now known as srikar
nkambo has joined #systemtap
brolley has joined #systemtap
<tester_perf> fche: oh I see, i did not know that there was such a flag interesting!
jlebon has quit [Ping timeout: 244 seconds]
jlebon has joined #systemtap
nkambo has quit [Ping timeout: 276 seconds]
nkambo has joined #systemtap
ananth has quit [Quit: Leaving]
hchiramm has quit [Ping timeout: 246 seconds]
naveen has quit [Quit: Leaving.]
srikar is now known as srikar_away
nkambo has quit [Remote host closed the connection]
irker088 has joined #systemtap
<irker088> systemtap: jistone systemtap.git:refs/heads/master * release-3.0-68-g6d25ab3 / runtime/linux/perf.c: _stp_perf_read: check the union type before accessing fields http://tinyurl.com/z6t4xbp
tromey has quit [Quit: ERC (IRC client for Emacs 25.0.92.5)]
przemoc has quit [Read error: No route to host]
wcohen has quit [Ping timeout: 260 seconds]
modem_ has quit [Ping timeout: 276 seconds]
mbenitez has quit [Quit: Leaving]
modem has joined #systemtap
wcohen has joined #systemtap
scox has quit [Ping timeout: 260 seconds]
przemoc has joined #systemtap
przemoc has quit [Changing host]
przemoc has joined #systemtap
brolley has quit [Ping timeout: 250 seconds]
drsmith has left #systemtap [#systemtap]
brolley has joined #systemtap
irker088 has quit [Quit: transmission timeout]
scox has joined #systemtap
awreece has joined #systemtap