fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
hpt has joined #systemtap
ananth has joined #systemtap
scox has joined #systemtap
naveen has joined #systemtap
Humble has quit [Ping timeout: 245 seconds]
ananth has quit [Quit: Leaving]
ego has joined #systemtap
Humble has joined #systemtap
hpt has quit [Ping timeout: 246 seconds]
wakatana2 has joined #systemtap
ego has quit [Ping timeout: 246 seconds]
ego has joined #systemtap
ego has quit [Ping timeout: 245 seconds]
drsmith has joined #systemtap
ego has joined #systemtap
naveen has quit [Quit: Leaving.]
Humble has quit [Ping timeout: 245 seconds]
irker118 has joined #systemtap
<irker118>
systemtap: zhouwj-fnst systemtap.git:refs/heads/master * release-2.9-164-g77c4949 / testsuite/systemtap.base/func_definition.exp testsuite/systemtap.base/func_definition.stp: Add testcase for function definitions. http://tinyurl.com/ot3k32k
wcohen has quit [Ping timeout: 260 seconds]
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
wcohen has joined #systemtap
<irker118>
systemtap: flu systemtap.git:refs/heads/master * release-2.9-165-gb113d36 / NEWS man/stapprobes.3stap: Add a comment about perf probes .hz field. http://tinyurl.com/hdmhc7d
<fche>
thanks felix
<flu>
np
brolley has joined #systemtap
<irker118>
systemtap: flu systemtap.git:refs/heads/master * release-2.9-166-g7abf645 / vim/syntax/stp.vim: Add vim syntax highlight for new private keyword http://tinyurl.com/q8xelp7
zodbot has joined #systemtap
scox has quit [Ping timeout: 246 seconds]
nkambo has quit [Ping timeout: 245 seconds]
brolley has left #systemtap [#systemtap]
ego has quit [Ping timeout: 246 seconds]
lberk has quit [Ping timeout: 264 seconds]
lberk has joined #systemtap
brolley has joined #systemtap
sfink has quit [Ping timeout: 260 seconds]
wakatana2 has quit [Ping timeout: 245 seconds]
scox has joined #systemtap
<irker118>
systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-167-gc788eb1 / runtime/linux/kprobes.c runtime/transport/symbols.c tapsets.cxx testsuite/systemtap.base/kmodule.exp: Add RHEL7.2 fixes for PR18889 so that we can probe module initializers. http://tinyurl.com/q6od2cz
wakatana2 has joined #systemtap
gctaylor has joined #systemtap
gctaylor is now known as gtaylor|away
wcohen has quit [Ping timeout: 260 seconds]
drsmith has left #systemtap [#systemtap]
wcohen has joined #systemtap
<gtaylor|away>
When I run https://access.redhat.com/solutions/1259023 , it fails with "semantic error: unresolved arity-2 function: identifier 'format_ipaddr' at delip.stp", which in the script is format_ipaddr($ifap->ifa_address, AF_INET). How do I make this work?
gtaylor|away is now known as gctaylor
<fche>
gctaylor, hi
<gctaylor>
Hi fche
<fche>
checking out that page
<fche>
the basic questions to start with - what os (rhel?) are you running, andwhat version of stap (stap -V)
<fche>
(by the way, that script works on fedora22 - except that module("ipv6") doesn't exist any more because ipv6 is compiled into the kernel there)