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
hpt has quit [Ping timeout: 244 seconds]
hpt has joined #systemtap
<tonyj> fche: around?
<fche> hey tony
lyc has joined #systemtap
<tonyj> why on power64le (stap v3.0) am I getting a bunch of i915 stuff from systemtap.base/tracepoints.stp ?
<tonyj> hey!
<tonyj> I end up with /tmp/stapFymGED/stap_21182_aux_82.c which contains #include </lib/modules/4.4.16-56-default/source/drivers/gpu/drm/i915/i915_trace.h>
<tonyj> this ends up including include/linux/intel-iommu.h but only x86 provides a defn of clflush_cache_range for __iommu_flush_cache()
<fche> probably some kernel tracepoints that are not declared completely in include/trace/FOO.h files, so stap has to add some heuristic #include's
lyc has quit [Ping timeout: 265 seconds]
<fche> dsmith tweaked possibly-related code back in commit 18b1399443
<tonyj> this isn't a self built kernel
<fche> understood; that patch touched i915 header selection though
<fche> so what exactly is the problem with __iommu_flush_cache?
<tonyj> nothing defines it on power
<tonyj> or rather nothing defines clflush_cache_range()
<tonyj> oic the change, i915 isn't even config enabled on ppc
scox has quit [Read error: Connection reset by peer]
<fche> still curious about the actual user-visible problem related to this
<tonyj> the test fails
<tonyj> 1 sec
<fche> ok but that test case is not really user-visible; are all tracepoints affected badly ?
<fche> or any?
<tonyj> we have a bug that the kernel panics on power, so I was trying to run that testsuite
<tonyj> how the customer isn't seeing it I'm not grokking, they're getting:
<tonyj> Running ./systemtap.base/tracepoints.exp ...
<tonyj> Oops: Exception in kernel mode, sig: 5 [#1]
<tonyj> SMP NR_CPUS=2048 NUMA pSeries
<fche> a crash caused -by- the testsuite run? interesting
<tonyj> fche: yes but I can't even get it to compile
<fche> ISTR something vaguely like that in the s390 system (an s390 kernel bug really) that we papered over in stap by putting some tracepoints into a blacklist
<fche> ok ... pretty sure I won't have any good advice tonight :)
<fche> but
<fche> pls send your stap invocation, stap -vvv output, ... to the mailing list
<tonyj> right now I just want to see if I can run the testsuite :)
<tonyj> I will sent it tomorrow, late now.
<tonyj> thanks!
<fche> righto
ananth has joined #systemtap
lyc has joined #systemtap
ego_ has joined #systemtap
ravi has joined #systemtap
lyc_ has joined #systemtap
lyc__ has joined #systemtap
lyc has quit [Read error: Connection reset by peer]
lyc_ has quit [Ping timeout: 252 seconds]
scox has joined #systemtap
lyc__ has quit [Remote host closed the connection]
ravi has quit [Ping timeout: 260 seconds]
ravi has joined #systemtap
lyc has joined #systemtap
irker927 has joined #systemtap
<irker927> systemtap: mcermak systemtap.git:refs/heads/master * release-3.0-201-g73e7d9e / testsuite/Makefile.am testsuite/Makefile.in: Fix testsuite's list-unfinished makefile target http://tinyurl.com/za3bm74
lyc_ has joined #systemtap
lyc has quit [Read error: Connection reset by peer]
lyc has joined #systemtap
srikar_away is now known as srikar
lyc_ has quit [Ping timeout: 252 seconds]
ravi has quit [Ping timeout: 244 seconds]
ravi__ has joined #systemtap
ravi__ has quit [Read error: Connection reset by peer]
lyc_ has joined #systemtap
lyc has quit [Ping timeout: 252 seconds]
ravi__ has joined #systemtap
ravi__ has quit [Ping timeout: 276 seconds]
ravi__ has joined #systemtap
lyc_ has quit [Remote host closed the connection]
lyc has joined #systemtap
blU0 has joined #systemtap
hpt has quit [Quit: Lost terminal]
nkambo has quit [Read error: Connection reset by peer]
lyc has quit [Remote host closed the connection]
lyc has joined #systemtap
nkambo has joined #systemtap
ananth has quit [Quit: Leaving]
lyc has quit [Remote host closed the connection]
lyc has joined #systemtap
ananth has joined #systemtap
lyc has quit [Remote host closed the connection]
ravi__ has quit [Ping timeout: 276 seconds]
ego_ has quit [Ping timeout: 260 seconds]
ravi__ has joined #systemtap
wcohen has quit [Remote host closed the connection]
Meths_ is now known as Meths
nkambo has quit [Ping timeout: 258 seconds]
nkambo has joined #systemtap
lyc has joined #systemtap
srikar is now known as srikar_away
lyc has quit [Ping timeout: 276 seconds]
nkambo has quit [Ping timeout: 240 seconds]
lyc has joined #systemtap
nkambo has joined #systemtap
davidlt has joined #systemtap
<davidlt> hi
<davidlt> I am trying to run systemtap on centos 7.2, but keep getting: semantic error: missing x86_64 kernel/module debuginfo [man warning::debuginfo] under '/lib/modules/3.10.0-327.28.2.el7.x86_64/build'
<davidlt> urname -r: 3.10.0-327.28.2.el7.x86_64
<davidlt> Ah, somehow centos installed wrong version of kernel debug-info
nkambo has quit [Read error: Connection reset by peer]
nkambo has joined #systemtap
<fche> run `stap-prep` if needed
wcohen has joined #systemtap
mbenitez has joined #systemtap
srikar_away is now known as srikar
lyc has quit [Remote host closed the connection]
scox has quit [Ping timeout: 258 seconds]
ravi__ has quit [Quit: Leaving]
lyc has joined #systemtap
scox has joined #systemtap
scox has quit [Ping timeout: 252 seconds]
lyc has quit [Remote host closed the connection]
scox has joined #systemtap
tromey has joined #systemtap
brolley has joined #systemtap
ego_ has joined #systemtap
scox has quit [Ping timeout: 252 seconds]
ananth has quit [Quit: Leaving]
davidlt has quit [Quit: davidlt]
ravi has joined #systemtap
ravi has quit [Quit: Leaving]
ego_ has quit [Quit: Leaving]
davidlt has joined #systemtap
<irker927> systemtap: flu systemtap.git:refs/heads/master * release-3.0-202-g05f925e / parse.cxx staptree.cxx staptree.h tapsets.cxx: move auto_path expansion to tapset resolution phase http://tinyurl.com/zwvxbfx
<irker927> systemtap: flu systemtap.git:refs/heads/master * release-3.0-203-gb9cc292 / main.cxx testsuite/systemtap.base/auto_path.c testsuite/systemtap.base/auto_path.exp testsuite/systemtap.base/tapset/PATH/tmp/stap_auto_path/a/ap1.stp testsuite/systemtap.base/tapset/PATH/tmp/stap_auto_path/a/b/ap2.stp testsuite/systemtap.base/tapset/PATH/tmp/stap_auto_path/b/ap3.stp: some auto_path test case http://tinyurl.com/ztgrhs4
<fche> hey felix, thanks, looking it over now
<irker927> systemtap: fche systemtap.git:refs/heads/master * release-3.0-204-g641e6d9 / runtime/stp_string.c runtime/stp_string.h runtime/vma.c: PR20433: simplify strcpy NULL-tolerance with inlined ?: "" http://tinyurl.com/jzylvvz
<irker927> systemtap: fche systemtap.git:refs/heads/master * release-3.0-205-g7017ba2 / session.cxx: stap startup message: tweak invitation to use '-i' interactive mode http://tinyurl.com/jb6aboq
lyc has joined #systemtap
lyc has quit [Ping timeout: 244 seconds]
<irker927> systemtap: flu systemtap.git:refs/heads/master * release-3.0-206-gc68fbc6 / parse.cxx staptree.cxx staptree.h tapsets.cxx: store auto_path string in probe point http://tinyurl.com/zxg69tt
lyc has joined #systemtap
fche has quit [Ping timeout: 240 seconds]
fche has joined #systemtap
lyc has quit [Ping timeout: 250 seconds]
scox has joined #systemtap
hkshaw has quit [Quit: Leaving.]
hkshaw has joined #systemtap
hkshaw has quit [Client Quit]
hkshaw has joined #systemtap
serhei has joined #systemtap
<irker927> systemtap: csanting systemtap.git:refs/heads/master * release-3.0-207-g9a1b87b / man/stap.1.in runtime/vsprintf.c testsuite/systemtap.printf/print_user_buffer.c testsuite/systemtap.printf/print_user_buffer.exp testsuite/systemtap.printf/print_user_buffer.stp: PR15932: printf %m/%M user variant http://tinyurl.com/zl553g7
srikar is now known as srikar_away
hchiramm has quit [Ping timeout: 250 seconds]
hkshaw has quit [Ping timeout: 264 seconds]
csanting has quit [Quit: Leaving]
csanting has joined #systemtap
hkshaw has joined #systemtap
wcohen has quit [Ping timeout: 244 seconds]
ericlee_ has joined #systemtap
<ericlee_> Hi, I'm running a demo code here and always got following error:
<ericlee_> semantic error: unresolved target-symbol expression: identifier '$optname' at /usr/share/systemtap/tapset/linux/tcp.stp:614:32 source: optstr = tcp_ipv6_sockopt_str($optname) ^
<ericlee_> any tgought?
hkshaw has quit [Ping timeout: 276 seconds]
<jistone> ericlee_, what kernel and systemtap versions do you have?
<ericlee_> jistone: kernel: 2.6.32-504.30.3.el6 stap: 2.7-2
<jistone> ok, let me try my VM
<ericlee_> jistone: thanks
<jistone> hmm, it's working fine here, but my kernel and stap are newer
<jistone> kernel-2.6.32-642.el6.x86_64 systemtap-2.9-4.el6.x86_64
<ericlee_> jistone: right, I run stap-prep and downloaded debuginfo and works! thanls
<jistone> oh, yeah, that would help!
<jistone> :)
<jistone> glad you figured it out, no help from me :)
mbenitez has quit [Quit: Leaving]
brolley has left #systemtap [#systemtap]
lyc has joined #systemtap
wcohen has joined #systemtap
lyc has quit [Ping timeout: 244 seconds]
ericlee_ has quit [Ping timeout: 264 seconds]
irker927 has quit [Quit: transmission timeout]
blU0 has quit [Quit: blU0]
nkambo has quit [Ping timeout: 240 seconds]
nkambo has joined #systemtap
lyc has joined #systemtap
lyc has quit [Ping timeout: 252 seconds]
davidlt has quit [Quit: davidlt]