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 quit [Ping timeout: 256 seconds]
hpt has joined #systemtap
hpt has quit [Ping timeout: 245 seconds]
sfink has quit [Ping timeout: 264 seconds]
hpt has joined #systemtap
hkshaw has quit [Quit: Leaving.]
sfink has joined #systemtap
wmealing has quit [Quit: Leaving.]
sfink has quit [Ping timeout: 250 seconds]
sfink has joined #systemtap
cbzx has quit [Ping timeout: 256 seconds]
irker940 has quit [Quit: transmission timeout]
wmealing has joined #systemtap
cbzx has joined #systemtap
cbzx has quit [Quit: Konversation terminated!]
ananth has joined #systemtap
ego has joined #systemtap
naveen has joined #systemtap
awreece has quit [Remote host closed the connection]
dmalcolm has quit [Ping timeout: 240 seconds]
nkambo has joined #systemtap
<vbernat> hey! is "probe kernel.function("context_switch@/build/linux-wxhyRy/linux-4.3.3/kernel/sched/core.c:2618") (address 0xffffffff81581992) registration error (rc -22)" a known bug when using scheduler.cpu_off/cpu_on?
<vbernat> I did notice #16764 but since this happens when using provided probe function, maybe it's a new thing
<vbernat> systemtap 2.9
<vbernat> and Debian kernel
dmalcolm has joined #systemtap
<jvv> this seems like a nice source of info http://myaut.github.io/dtrace-stap-book/
wmealing has quit [Quit: Leaving.]
tonyj has quit [Remote host closed the connection]
ego has quit [Ping timeout: 260 seconds]
mjw has joined #systemtap
zorachus has quit [Ping timeout: 264 seconds]
ego has joined #systemtap
naveen has quit [Ping timeout: 272 seconds]
wakatana2 has joined #systemtap
wakatana2 has quit [Max SendQ exceeded]
zorachus has joined #systemtap
hpt has quit [Ping timeout: 276 seconds]
zorachus has quit [Ping timeout: 240 seconds]
zorachus has joined #systemtap
modem_ has joined #systemtap
naveen has joined #systemtap
naveen1 has joined #systemtap
naveen has quit [Ping timeout: 245 seconds]
ananth has quit [Quit: Leaving]
naveen1 has quit [Quit: Leaving.]
wmealing has joined #systemtap
wcohen has quit [Ping timeout: 240 seconds]
<sjas> jvv: thank you very much
ananth has joined #systemtap
<fche> vbernat, it's not a bug exactly; it's what the kernel refuses to do for us
<fche> wonder why the kernel.trace("sched_switch") preferred alternative is not resolving; is your kernel built without tracepoint support?
wmealing has quit [Quit: Leaving.]
<vbernat> fche: CONFIG_TRACEPOINTS=y
<fche> stap -L 'kernel.trace("sched_switch")' ?
<vbernat> kernel.trace("sched:sched_switch") $prev:struct task_struct* $next:struct task_struct*
<vbernat>
<fche> hm, so probe scheduler.cpu_off { } should prefer that, and not do the kernel.function() business
<vbernat> humm, the problem seem to be on my side
<vbernat> on my test machine with the same kernel, I don't get anything with stap -L
<fche> maybe missing the package that supplies kernel header files ?
<vbernat> fche: I shouldn't need it for tracepoints?
<vbernat> but in fact, I am using the exact FS between the two machines
<fche> stap computes tracepoints based on headers
<vbernat> one is a QEmu virtual machine using the original FS mounted over 9P
<fche> maybe they're not running the same kernel version?
<vbernat> yes, they are not, a small update difference
<fche> anyway that's where I'd start looking (stap --vp 08 -e 'probe kernel.trace("*") {}' ... see how trace* files are processed)
<vbernat> thanks, I'll investigate. My setup being a bit special, it's likely that I have messed something.
<fche> would be interesting to find out why stap doesn't print diagnostics for your case (assuming it doesn't)
wmealing has joined #systemtap
sfink has quit [Remote host closed the connection]
mbenitez has joined #systemtap
mbenitez has joined #systemtap
hkshaw has joined #systemtap
wcohen has joined #systemtap
wcohen has quit [Remote host closed the connection]
naveen has joined #systemtap
irker414 has joined #systemtap
<irker414> systemtap: jlebon systemtap.git:refs/heads/master * release-2.9-221-g5fa1d0a / tapsets.cxx: tapsets.cxx: fix indentation to appease GCC 6 http://tinyurl.com/j2qossm
<fche> "peace in our time"
<jlebon> mjw: ^ should be gcc 6 ready now :)
<jlebon> fche: haha
<mjw> nice
<mjw> will try it "soon"
<mjw> but I promised valgrind first :)
<jlebon> hehe
<jlebon> error printing is super nice overall now
<fche> in gcc? yeah, some awesome work there recently
<fche> competition from llvm motivating people
<jlebon> heh, yeah in gcc. the underlining and coloring and everything.
<jlebon> yeah i suppose so. yay competition \o/
wcohen has joined #systemtap
tromey has joined #systemtap
brolley has joined #systemtap
drsmith has joined #systemtap
sfink has joined #systemtap
ego has quit [Ping timeout: 250 seconds]
<irker414> systemtap: mcermak systemtap.git:refs/heads/master * release-2.9-222-gd679d19 / configure.ac man/Makefile.am man/cs/Makefile.am systemtap.spec: Preparation for the czech localization of manpages. http://tinyurl.com/hjchgpb
<irker414> systemtap: mcermak systemtap.git:refs/heads/master * release-2.9-223-gf0cf22c / man/cs/stap.1 man/cs/stapprobes.3stap: Add czech version of stap.1 and stapprobes.3stap manpages. http://tinyurl.com/zzvn5g6
<irker414> systemtap: mcermak systemtap.git:refs/heads/master * release-2.9-224-g7ba226f / Makefile.in aclocal.m4 configure doc/Makefile.in doc/SystemTap_Tapset_Reference/Makefile.in doc/beginners/Makefile.in java/Makefile.in man/Makefile.in man/cs/Makefile.in stapdyn/Makefile.in staprun/Makefile.in: Autoreconf after adding czech manpages. http://tinyurl.com/hk7r6ua
<fche> thanks martin!
modem_ has quit [Ping timeout: 250 seconds]
wmealing has quit [Quit: Leaving.]
tonyj has joined #systemtap
ananth has quit [Quit: Leaving]
dancancode has quit [Quit: Be back later ...]
dancancode has joined #systemtap
Empyrium_ has joined #systemtap
Empyrium has quit [Remote host closed the connection]
dancancode has quit [Ping timeout: 250 seconds]
naveen has quit [Quit: Leaving.]
Empyrium_ is now known as Empyrium
dancancode has joined #systemtap
dancancode has quit [Ping timeout: 240 seconds]
dancancode has joined #systemtap
ego has joined #systemtap
mbenitez has quit [Quit: To office]
srikar_away is now known as srikar
ajakop has joined #systemtap
ego has quit [Ping timeout: 265 seconds]
hkshaw has quit [Quit: Leaving.]
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
mbenitez has joined #systemtap
<vbernat> fche: in fact, removing .systemtap solved the problem
<vbernat> it is shared between my VM and the host
<vbernat> so I suppose that because of the kernel mismatch, there were a problem
<fche> interesting; stap tries to protect itself against that by including kernel version numbers etc. in the hashes used in the cache
<fche> how does 'uname -r' and 'uname -a' vary between the two?
<irker414> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-225-g9fef07f / elaborate.cxx parse.cxx staptree.cxx staptree.h testsuite/systemtap.pass1-4/parse-semok.exp: PR19510 partial fix - improve '-p1' output. http://tinyurl.com/jq3htk3
nkambo has quit [Ping timeout: 272 seconds]
scox_ has quit [Ping timeout: 250 seconds]
nkambo has joined #systemtap
srikar is now known as srikar_away
drsmith has left #systemtap [#systemtap]
drsmith has joined #systemtap
mbenitez has quit [Quit: Leaving]
<irker414> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-226-gd014a4e / testsuite/systemtap.base/utrace_syscall_args.stp: Fix systemtap.base/utrace_syscall_args.stp for s390x kernels >= 2.6.33. http://tinyurl.com/jhmzjmx
sfink has quit [Ping timeout: 256 seconds]
wcohen has quit [Ping timeout: 256 seconds]
ajakop has quit [Quit: Leaving]
mjw has quit [Quit: Leaving]
drsmith has left #systemtap [#systemtap]
brolley has left #systemtap [#systemtap]
wcohen has joined #systemtap