fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
drsmith has joined #systemtap
drsmith has left #systemtap [#systemtap]
hpt has joined #systemtap
p53ud0nym has quit [Ping timeout: 276 seconds]
p53ud0nym has joined #systemtap
ravi_ has joined #systemtap
ego has joined #systemtap
hkshaw has joined #systemtap
srikar_away is now known as srikar
naveen1 has joined #systemtap
ego has quit [Ping timeout: 276 seconds]
hkshaw has quit [Ping timeout: 250 seconds]
hkshaw has joined #systemtap
naveen2 has joined #systemtap
naveen1 has quit [Ping timeout: 246 seconds]
ego has joined #systemtap
hpt has quit [Ping timeout: 252 seconds]
hpt has joined #systemtap
hkshaw has quit [Quit: Leaving.]
hkshaw has joined #systemtap
naveen1 has joined #systemtap
naveen2 has quit [Ping timeout: 240 seconds]
hpt has quit [Ping timeout: 258 seconds]
naveen1 has quit [Quit: Leaving.]
naveen1 has joined #systemtap
naveen1 has quit [Quit: Leaving.]
naveen1 has joined #systemtap
lorddoskias1 has joined #systemtap
wcohen has quit [Ping timeout: 244 seconds]
<lorddoskias1>
is vmlinux + source the only files required when using systemtap? I'm getting the following error when using stap -L emantic error: while resolving probe point: identifier 'kernel' at <input>:1:7. Running with increased verbosity showed that System.map is not found, and also vmlinux.id, however
<lorddoskias1>
/sys/kernel/notes is there
ph7 has joined #systemtap
naveen has joined #systemtap
naveen1 has quit [Ping timeout: 240 seconds]
hkshaw1 has joined #systemtap
hkshaw has quit [Quit: Leaving.]
hkshaw1 has quit [Read error: Connection reset by peer]
hkshaw has joined #systemtap
naveen1 has joined #systemtap
naveen has quit [Ping timeout: 258 seconds]
ego has quit [Ping timeout: 246 seconds]
ego has joined #systemtap
hkshaw has quit [Ping timeout: 246 seconds]
ego has quit [Ping timeout: 244 seconds]
naveen1 has quit [Quit: Leaving.]
naveen has joined #systemtap
naveen has quit [Client Quit]
naveen1 has joined #systemtap
naveen2 has joined #systemtap
naveen1 has quit [Ping timeout: 260 seconds]
srikar is now known as srikar_away
mjw has joined #systemtap
naveen2 has quit [Quit: Leaving.]
ravi_ has quit [Ping timeout: 260 seconds]
<lorddoskias1>
fche: hey, if i use 'return' in a probe, would that cause the probed functino to be short circuited and exit early?
<fche>
in a probe { } you use 'next' to leave early
<fche>
in a function { } you use 'return' (or 'next' to retry another alternative function - that's a very recent addition)
<lorddoskias1>
i'm using stap 3.0
<lorddoskias1>
also, when i run stap -g -m - r why does systemtap run the script and not just compile the instrumentation module?
<lorddoskias1>
i have to also use -k to actually get the .ko file
<lorddoskias1>
AND kill stap :)
<lorddoskias1>
and then get thef ile
<lorddoskias1>
also, if i want to access a define, which is located in a file.h for example i first do the %{ #include <linux/file.h %} and then refer to the define inside the problem or should i also
<lorddoskias1>
put the code which is referring to the define in %{ %}
<lorddoskias1>
e.g. make it a bit more explicit :)
drsmith has joined #systemtap
hpt has joined #systemtap
<lorddoskias1>
fche: what do the following mean, when i try to run staprun: ERROR: Cannot attach to module iptables_cve_fix_4_4_10_clouder3 control channel; not running?
<lorddoskias1>
ERROR: Cannot attach to module iptables_cve_fix_4_4_10_clouder3 control channel; not running?
<lorddoskias1>
ERROR: 'iptables_cve_fix_4_4_10_clouder3' is not a zombie systemtap module.
<fche>
how are you running staprun ?
<lorddoskias1>
just staprun
<lorddoskias1>
presumably i need to use just -l?
<fche>
hm, and how did you make that iptables* .ko file exactly?