fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
wcohen has joined #systemtap
ego has joined #systemtap
bchrisman has quit [Quit: Leaving.]
ego has quit [Ping timeout: 272 seconds]
hpt has joined #systemtap
hpt has quit [Ping timeout: 256 seconds]
irker746 has quit [Quit: transmission timeout]
hkshaw has joined #systemtap
hpt has joined #systemtap
hkshaw has quit [Quit: Leaving.]
hpt has quit [Ping timeout: 250 seconds]
bchrisman has joined #systemtap
bchrisman has quit [Read error: Connection reset by peer]
bchrisman has joined #systemtap
bchrisman has quit [Read error: Connection reset by peer]
bchrisman has joined #systemtap
hpt has joined #systemtap
hpt has quit [Client Quit]
lorddoskias has joined #systemtap
<lorddoskias>
hello
<lorddoskias>
I'm having problems running the following systemtap command: stap -v -e 'probe vfs.read {printf("read performed\n"); exit()}'
<lorddoskias>
I'm getting the following errors: semantic error: while resolving probe point: identifier 'kernel' at /usr/local/share/systemtap/tapset/linux/vfs.stp:882:18
<lorddoskias>
so /lib/modules/3.12.51-clouder3-slub-debug/build does point to my kernel build directory but what should be the filename of the vmlinux?
lorddoskias has quit [Changing host]
lorddoskias has joined #systemtap
<lorddoskias>
ok, so apparently systemtap needed kprobes enabled
zodbot has quit [Disconnected by services]
sfink_ has joined #systemtap
sfink has quit [Ping timeout: 240 seconds]
lorddoskias has quit [Ping timeout: 240 seconds]
sfink_ is now known as sfink
lorddoskias has joined #systemtap
zodbot has joined #systemtap
vbernat has quit [Ping timeout: 264 seconds]
vbernat has joined #systemtap
hpt has joined #systemtap
hpt has quit [Ping timeout: 256 seconds]
scox has joined #systemtap
Meths has quit [Ping timeout: 272 seconds]
Meths has joined #systemtap
hpt has joined #systemtap
sfink has quit [Ping timeout: 250 seconds]
Meths_ has joined #systemtap
Meths has quit [Ping timeout: 240 seconds]
<fche>
lorddoskias, that probe will need kprobes support in the kernel, yes