fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
jistone has quit [Ping timeout: 246 seconds]
jistone has joined #systemtap
_whitelogger has joined #systemtap
orivej has joined #systemtap
slowfranklin has joined #systemtap
_whitelogger has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
slowfranklin has joined #systemtap
mjw has joined #systemtap
gila has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 258 seconds]
gila has joined #systemtap
gila has quit [Client Quit]
sscox has quit [Ping timeout: 250 seconds]
gila has joined #systemtap
_whitelogger has joined #systemtap
hpt has joined #systemtap
hpt has quit [Ping timeout: 250 seconds]
wcohen has quit [Ping timeout: 255 seconds]
orivej has joined #systemtap
sscox has joined #systemtap
jistone has quit [Ping timeout: 268 seconds]
jistone has joined #systemtap
wcohen has joined #systemtap
fche has quit [Ping timeout: 250 seconds]
fche has joined #systemtap
tromey has joined #systemtap
khaled has joined #systemtap
<khaled> Hi folks, anyone knows how do I get the value of a bool variable in userspace? I created to vars bool b1=true && bool b2=false but when I try to print them they both give me the value "0"
<khaled> printf("b1 = %d, b2 = %d\n", $b1, $b2)
<fche> that should work
<khaled> Oh, then I smell another bug to open :D
<fche> did the compiler materialize those variables btw?
<fche> ie do they appear in the finished object code?
<khaled> Also I wanted to notify you that the systemtap.spec file is no longer building rpms with the recent commits
<khaled> commit d36f6fee8f5792cc9cfd0f252711877f400d476a builds fine
<fche> on what host?
<khaled> but after that it complains that the tapset.pdf is missing
<fche> peculiar, what arch / os ?
<khaled> I am building on fedora 29 4.18.16-300.fc29.x86_64
<fche> so quite routine
<fche> a 'make rpm' works great for me on almost identical box
<khaled> I used rpmbuild, let me try make rpm and give you the result
<khaled> + export LICENSEDIR
<khaled> + /usr/bin/mkdir -p /home/khaled/rpmbuild/BUILDROOT/systemtap-4.1-1.201902251753.fc29.x86_64/usr/share/licenses/systemtap-devel
<khaled> + cp -pr COPYING /home/khaled/rpmbuild/BUILDROOT/systemtap-4.1-1.201902251753.fc29.x86_64/usr/share/licenses/systemtap-devel
<khaled> + exit 0
<khaled> RPM build errors:
<khaled> File not found: /home/khaled/rpmbuild/BUILDROOT/systemtap-4.1-1.201902251753.fc29.x86_64/usr/libexec/systemtap/libHelperSDT_*.so
<khaled> make: *** [Makefile:2702: rpm] Error 1
<khaled> [khaled@codex ~/Documents/OSS/systemtap ]$ echo $?
<khaled> 2
<khaled> This is a different error now
<fche> hm probably requires some sort of java devel bit
<fche> BuildRequires: jpackage-utils java-devel
<fche> (make rpm runs rpmbuild with a few extra flags)
<khaled> yeah, maybe this is just my problem, Just don't want to waste your time with it :)
<khaled> I will try again with the bool probing and tell you how it goes
<khaled> Thank you Frank for your time :-)
<fche> np
<fche> t
mjw has quit [Quit: Leaving]
mjw has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
fche has quit [Ping timeout: 250 seconds]
fche has joined #systemtap
khaled has quit [Quit: Konversation terminated!]
orivej has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
slowfranklin has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
tromey has quit [Quit: ERC (IRC client for Emacs 26.1)]
sscox has quit [Ping timeout: 245 seconds]
wcohen has quit [Ping timeout: 255 seconds]
gila has quit []
gila has joined #systemtap
orivej has quit [Ping timeout: 255 seconds]
mjw has quit [Remote host closed the connection]
wcohen has joined #systemtap
irker802 has joined #systemtap
<irker802> systemtap: smakarov systemtap.git:refs/heads/stapbpf/pr22330 * release-4.0-125-g4d4c97d / bpf-internal.h bpf-translate.cxx stapbpf/libbpf.c stapbpf/libbpf.h stapbpf/stapbpf.cxx: stapbpf PR22330 incomplete WIP :: rudiments of perf_events transport layer http://tinyurl.com/y4zszxdg
ema has quit [Ping timeout: 258 seconds]
ema has joined #systemtap