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
hpt has joined #systemtap
ananth has joined #systemtap
jistone has quit [Ping timeout: 265 seconds]
jistone has joined #systemtap
<jhg_>
fche jistone: for the halibut, I overengineered a parallel arbitrary unresolved kernel module symbol lookup script. it generates the list with nm, then checks each entry (in parallel) for probability in kernel, then reports only those which are. https://gist.github.com/jhgorse/e4b957e970efacd6051be2caeaaf4542
ravi_ has joined #systemtap
<jhg_>
and I messed something up.
ego_ has joined #systemtap
hkshaw has quit [Ping timeout: 252 seconds]
<jhg_>
fixed. needed the wait to sequentially do the pids. =)
<jhg_>
night!
nkambo1 has quit [Ping timeout: 264 seconds]
nkambo has joined #systemtap
dmalcolm has quit [Ping timeout: 276 seconds]
srikar_away is now known as srikar
hchiramm has joined #systemtap
ego_ has quit [Ping timeout: 265 seconds]
naveen_ has joined #systemtap
dmalcolm has joined #systemtap
hkshaw has joined #systemtap
naveen_ has quit [Ping timeout: 240 seconds]
naveen_ has joined #systemtap
naveen_ has quit [Client Quit]
naveen_ has joined #systemtap
ego_ has joined #systemtap
srikar` has joined #systemtap
ravi__ has joined #systemtap
ego__ has joined #systemtap
naveen__ has joined #systemtap
hkshaw1 has joined #systemtap
hkshaw has quit [Ping timeout: 244 seconds]
ego_ has quit [Ping timeout: 240 seconds]
naveen_ has quit [Ping timeout: 252 seconds]
srikar has quit [Ping timeout: 265 seconds]
ravi_ has quit [Ping timeout: 276 seconds]
naveen_ has joined #systemtap
srikar has joined #systemtap
ego_ has joined #systemtap
hkshaw has joined #systemtap
hkshaw1 has quit [Ping timeout: 244 seconds]
srikar` has quit [Ping timeout: 244 seconds]
naveen__ has quit [Ping timeout: 265 seconds]
ravi__ has quit [Ping timeout: 250 seconds]
ego__ has quit [Ping timeout: 260 seconds]
ravi__ has joined #systemtap
ego__ has joined #systemtap
naveen__ has joined #systemtap
ravi_ has joined #systemtap
srikar` has joined #systemtap
hkshaw1 has joined #systemtap
naveen___ has joined #systemtap
srikar has quit [Ping timeout: 250 seconds]
hkshaw2 has joined #systemtap
naveen_ has quit [Ping timeout: 244 seconds]
hkshaw has quit [Ping timeout: 240 seconds]
ego_ has quit [Ping timeout: 255 seconds]
ravi__ has quit [Ping timeout: 244 seconds]
hkshaw1 has quit [Ping timeout: 264 seconds]
naveen__ has quit [Ping timeout: 264 seconds]
ravi_ has quit [Ping timeout: 252 seconds]
ego__ has quit [Ping timeout: 276 seconds]
<Minnozz>
is it possible to do conditional compilation on the value of $1?
<Minnozz>
I want to include or exclude an entire probe based on the value of $1
ego_ has joined #systemtap
ravi_ has joined #systemtap
naveen_ has joined #systemtap
ego__ has joined #systemtap
srikar has joined #systemtap
hkshaw has joined #systemtap
ravi__ has joined #systemtap
naveen___ has quit [Ping timeout: 252 seconds]
ego_ has quit [Ping timeout: 244 seconds]
srikar` has quit [Ping timeout: 250 seconds]
ravi_ has quit [Ping timeout: 240 seconds]
hchiramm has quit [Ping timeout: 276 seconds]
hkshaw2 has quit [Ping timeout: 276 seconds]
<Minnozz>
err, I meant @1
<Minnozz>
ah, %( @1 == ... %? %) works
hchiramm has joined #systemtap
irker873 has joined #systemtap
<irker873>
systemtap: mcermak systemtap.git:refs/heads/mcermak/variance * release-3.0-205-g87ae834 / elaborate.cxx: Use ctype instead of tok->content during elaboration. http://tinyurl.com/ztnwnex
<irker814>
systemtap: mcermak systemtap.git:refs/heads/mcermak/variance * release-3.0-206-ge2b2820 / runtime/dyninst/common_session_state.h runtime/linux/common_session_state.h runtime/map-gen.c runtime/pmap-gen.c runtime/stat.c runtime/stat.h translate.cxx: Use varargness when passing translator data to the runtime. http://tinyurl.com/grbo5h7
jlebon_ is now known as jlebon
naveen_ has quit [Quit: naveen_]
naveen has joined #systemtap
ph7 has left #systemtap [#systemtap]
wcohen_ has joined #systemtap
mbenitez_ has quit [Quit: To office]
ravi_ has joined #systemtap
ravi_ has quit [Client Quit]
tromey has joined #systemtap
<irker814>
systemtap: mcermak systemtap.git:refs/heads/mcermak/variance * release-3.0-207-g5a3496c / elaborate.cxx parse.cxx runtime/pmap-gen.c runtime/stat.c translate.cxx: Make only @variance() parametrizeable by bit_shift. http://tinyurl.com/z3eyf3l
srikar_away is now known as srikar
brolley has joined #systemtap
mbenitez has joined #systemtap
drsmith has quit [*.net *.split]
drsmith has joined #systemtap
hchiramm has quit [Ping timeout: 255 seconds]
pwithnall has quit [Remote host closed the connection]
pwithnall has joined #systemtap
ananth has quit [Quit: Leaving]
nkambo has quit [Ping timeout: 276 seconds]
brolley has left #systemtap [#systemtap]
<jistone>
jhg_, note you don't necessarily need to figure out probe-ability ahead of time
<jistone>
("probability" confused me at first, like you were talking about statistics)
<jistone>
jhg_, you can write each possible function with a '?' after in a script, to mark it optional in case it can't be probed
<irker814>
systemtap: mcermak systemtap.git:refs/heads/mcermak/variance * release-3.0-208-g537605b / : Add tests for @variance() to existing testcases http://tinyurl.com/jhblpht
<irker814>
systemtap: mcermak systemtap.git:refs/heads/mcermak/variance * release-3.0-209-g92d8072 / testsuite/systemtap.maps/linear_large.exp testsuite/systemtap.maps/linear_large.stp: Add test for @variance() to linear_large.exp, but let it FAIL for now http://tinyurl.com/z2wdp7a
nkambo has joined #systemtap
hchiramm has joined #systemtap
<jhg_>
jistone: it was late, I wasn't thinking clearly. probability vs probe-ability. heh...
<jhg_>
though now I have a semi-parallel batch script
<jhg_>
I updated the comment in the script with your note.
<jistone>
jhg_, you could also chain those in your listing tests, which should perform better than many separate stap -l invocations