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 [Quit: Lost terminal]
<ciupicri> I have $indev:char const* in the list of parameters yet if ($indev$ == "eth-venus") doesn't seem to work
orivej has joined #systemtap
orivej has quit [Ping timeout: 248 seconds]
ericlee_ has joined #systemtap
<ciupicri> it looks like I had to do if (kernel_string($indev) == "eth-venus")
naveen has joined #systemtap
naveen has quit [Quit: WeeChat 2.1]
ciupicri has quit [Quit: Leaving.]
orivej has joined #systemtap
orivej has quit [Ping timeout: 276 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 255 seconds]
hpt has joined #systemtap
<fche> hm, $indev$ ought to be close
<fche> I wonder if there's an extra quotation or something like that
wcohen has quit [Ping timeout: 240 seconds]
hpt has quit [Ping timeout: 240 seconds]
wcohen has joined #systemtap
hpt has joined #systemtap
hpt has quit [Quit: Lost terminal]
orivej has joined #systemtap
ciupicri has joined #systemtap
slowfranklin has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
slowfranklin has quit [Quit: slowfranklin]
ericlee_ has quit [Remote host closed the connection]
<introom> hi.
<introom> why does systemtap needs install the kernel-dbg image, but ftrace doesn't ?
<ciupicri> they probably use different technologies/architectures, I mean they aren't just different front-ends to the same thing
<ciupicri> I'm more puzzled by the fact that stap -L needs "/lib/modules/4.15.14-300.fc27.x86_64+debug/build/.config", but there's no package providing it :-)
<ciupicri> never mind, it looks like I had to install kernel-debug-devel.x86_64
_whitelogger has joined #systemtap