fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
Empyrium has joined #systemtap
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 256 seconds]
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 240 seconds]
scox has joined #systemtap
hkshaw has quit [Quit: Leaving.]
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 250 seconds]
sfink has quit [Ping timeout: 252 seconds]
hkshaw has joined #systemtap
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 250 seconds]
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 256 seconds]
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 252 seconds]
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 264 seconds]
sfink has joined #systemtap
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 248 seconds]
ego has joined #systemtap
hkshaw has quit [Quit: Leaving.]
hkshaw has joined #systemtap
naveen has joined #systemtap
ananth has joined #systemtap
srikar_away is now known as srikar
ego has quit [Ping timeout: 240 seconds]
ego has joined #systemtap
zodbot has quit [Quit: puiterwijk]
zodbot has joined #systemtap
Humble has joined #systemtap
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 248 seconds]
nkambo1 has quit [Quit: Good day !]
nkambo has joined #systemtap
nkambo has quit [Ping timeout: 250 seconds]
nkambo has joined #systemtap
hkshaw has quit [Ping timeout: 256 seconds]
modem has quit [Ping timeout: 240 seconds]
modem has joined #systemtap
modem has quit [Read error: Connection reset by peer]
modem has joined #systemtap
Humble has quit [Ping timeout: 276 seconds]
modem has quit [Ping timeout: 256 seconds]
modem has joined #systemtap
ego has quit [Ping timeout: 240 seconds]
modem has quit [Read error: Connection reset by peer]
ego has joined #systemtap
modem has joined #systemtap
modem_ has joined #systemtap
sin8h has joined #systemtap
<sin8h> hi folks, I'm trying to leverage systemtap hooks within Erlang VM
<sin8h> but facing some issue(followed procedure as outlined http://erlang.org/doc/apps/runtime_tools/SYSTEMTAP.html)
<sin8h> this is the error I see:
<sin8h> any suggestion on what I should be looking for?
modem has quit [Read error: Connection reset by peer]
modem has joined #systemtap
modem has quit [Ping timeout: 252 seconds]
hkshaw has joined #systemtap
modem has joined #systemtap
wakatana2 has joined #systemtap
scox has quit [Ping timeout: 250 seconds]
modem has quit [Ping timeout: 256 seconds]
modem has joined #systemtap
nkambo1 has joined #systemtap
nkambo has quit [Ping timeout: 272 seconds]
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 240 seconds]
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 260 seconds]
ego has quit [Ping timeout: 250 seconds]
ananth has quit [Quit: Leaving]
nkambo1 has quit [Ping timeout: 252 seconds]
ego has joined #systemtap
sin8h has quit [Quit: Leaving.]
wcohen has quit [Remote host closed the connection]
mjw has joined #systemtap
ego has quit [Ping timeout: 240 seconds]
naveen has quit [Quit: Leaving.]
flu_ has joined #systemtap
sin8h has joined #systemtap
scox has joined #systemtap
wakatana2 has left #systemtap [#systemtap]
wcohen has joined #systemtap
mbenitez has joined #systemtap
mbenitez has joined #systemtap
sin8h has quit [Quit: Leaving.]
mbenitez has quit [Ping timeout: 248 seconds]
mbenitez has joined #systemtap
drsmith has joined #systemtap
sin8h has joined #systemtap
lorddoskias has joined #systemtap
<lorddoskias> hello, when i try to run stap on 4.4.0 kernel i get th efollowing errors: http://pastebin.com/8UGbBEH0
<lorddoskias> before that it was working flawlessly on 3.12 kernel
srikar is now known as srikar_away
tromey has joined #systemtap
<fche> lorddoskias, hi
<lorddoskias> hey there
brolley has joined #systemtap
<fche> as man error::pass4 advises, that looks like a stap portability problem
<fche> it was fixed in stap upstream with git commit #3d010295ef
<fche> but I don't think we've spun up a new stap release with that fix in yet
<fche> (as error::pass4 says, use git-built systemtap for fresh kernels)
<lorddoskias> i did use that, however i haven't refreshed recently, i guess i will have to do it, thanks :)
drsmith has left #systemtap [#systemtap]
<fche> righto
<fche> let us know if there is still a problem
drsmith has joined #systemtap
srikar_away is now known as srikar
<lorddoskias> fche: yep, with trunk it works :)
<fche> good stuff.
<fche> thanks for testing
<lorddoskias> is there a way to conditionalize the probes based on kernel version
<fche> why sure, several ways
<lorddoskias> since on 3.12 and 4.4 the thing i'm interested is on different lines
<fche> see man stap for %( kernel_v <= "2.6.23" ...") preprocessors
<fche> -or- use start-relative statement probe line numbers .statement("foo@zoo.c+5") (note +)
<fche> -or- use line ranges, ? ! optional probe point conditionals, etc.
<fche> several ways to skin the cat
<fche> (pro tip: make sure cat is dead first)
<lorddoskias> holy, shit ;)
irker381 has joined #systemtap
<irker381> systemtap: fche systemtap.git:refs/heads/master * release-2.9-273-gc5d75ad / man/error::pass4.7stap: error::pass4 - emphasize building stap from git for fresh kernels http://tinyurl.com/zuzey8s
sin8h has quit [Quit: Leaving.]
sin8h has joined #systemtap
sin8h has quit [Quit: Leaving.]
naveen has joined #systemtap
naveen has quit [Quit: Leaving.]
mbenitez has quit [Quit: To office]
modem_ has quit [Ping timeout: 240 seconds]
srikar is now known as srikar_away
srikar_away is now known as srikar
brolley has left #systemtap [#systemtap]
mbenitez has joined #systemtap
brolley has joined #systemtap
srikar is now known as srikar_away
wakatana2 has joined #systemtap
irker381 has quit [Quit: transmission timeout]
fche has joined #systemtap
chris2 has joined #systemtap
chris2 has quit [Ping timeout: 250 seconds]
modem_ has joined #systemtap
flu_ has quit [Quit: flu_]
chris2 has joined #systemtap
mjw has quit [Quit: Leaving]
chris2 has quit [Ping timeout: 245 seconds]
chris2 has joined #systemtap
modem_ has quit [Ping timeout: 240 seconds]
modem_ has joined #systemtap
wcohen has quit [Ping timeout: 240 seconds]
sfink has quit [Remote host closed the connection]
sfink has joined #systemtap
tromey has quit [Quit: ERC (IRC client for Emacs 25.0.90.1)]
mbenitez has quit [Quit: Leaving]
wcohen has joined #systemtap
modem_ has quit [Quit: Quitte]
brolley has left #systemtap [#systemtap]
wakatana2 has quit [Remote host closed the connection]
drsmith has left #systemtap [#systemtap]
sin8h has joined #systemtap
hkshaw has quit [Quit: Leaving.]
sin8h has quit [Quit: Leaving.]