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