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
gromero has quit [Ping timeout: 256 seconds]
irker219 has quit [Quit: transmission timeout]
naveen has joined #systemtap
naveen has quit [Quit: WeeChat 2.1]
Guest73_ has joined #systemtap
Guest73_ has quit [Client Quit]
orivej has joined #systemtap
mjw has joined #systemtap
scox has quit [Ping timeout: 260 seconds]
naveen has joined #systemtap
naveen has quit [Quit: WeeChat 2.1]
gromero has joined #systemtap
gromero has quit [Ping timeout: 246 seconds]
gromero has joined #systemtap
gromero has quit [Ping timeout: 245 seconds]
mbenitez has joined #systemtap
scox has joined #systemtap
nkambo has joined #systemtap
irker126 has joined #systemtap
<irker126> systemtap: dsmith systemtap.git:refs/heads/master * release-3.2-163-g2c2b35f / httpd/api.cxx httpd/main.cxx: The http server code now cleans up environment variables. http://tinyurl.com/ybr9mxr3
mbenitez has quit [Quit: To office]
naveen has joined #systemtap
<irker126> systemtap: smakarov systemtap.git:refs/heads/serhei/rt-fixes * release-3.2-126-g726989b / runtime/stp_utrace.c: stp_utrace.c :: disable earlier PROVISIONAL FIX, change utrace->lock to regular non-raw spinlock http://tinyurl.com/ybrymvsb
brolley has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
mbenitez has joined #systemtap
tromey has joined #systemtap
cap_ has joined #systemtap
lightydo has quit [Ping timeout: 268 seconds]
atomlin has joined #systemtap
<atomlin> systemtap, given module(MPATTERN).function(PATTERN) does PATTERN support the name of a module function + relative offset e.g. "foo" + 0x2d ?
<atomlin> I haven't checked the source yet
<atomlin> ^^ e.g. module("video").function("acpi_video_cmp_level+0x2d") ...
<atomlin> fche, mjw ^^ ? :-)
<mjw> eh, yeah, but I would have to check the manual.
<mjw> It might be that you need s/.function/.statement/
<atomlin> ah
<atomlin> Because I can do this if I use kprobes directly
<atomlin> i.e. invoke register_kprobes()
<fche> atomlin, raw kernel addresses are available via probe kernel.statement(0xaddr).absolute
<fche> .statement("function@file.c:##") type probes don't take numeric offsets
<fche> though for them you'd use symbolic offsets (e.g. line numbers)
<atomlin> fche, but if I don't know the absolute address
<atomlin> Perhaps something like: 'kprobe.module("video").statement("acpi_video_cmp_level+0x2d")'
<atomlin> ?
<fche> we could invent more high-level probe-point syntax
* atomlin is thinking ...
<fche> or just that, yeah
<fche> but stap does not currently support this :(
<atomlin> I will attemp this
<atomlin> ack
<fche> egg selent smit
<fche> smithers
<atomlin> With Dwarf I guess without 'kprobe' can work too
<fche> or rather with symbol table info only, kprobe.* can work too
* atomlin needs to check the source
<atomlin> ^^ would have to be built on the target machine though right?
<atomlin> or can we do this locally then pass the built .ko file to then use 'staprun' on the target machine?
cap_ has quit [Quit: .]
lightydo has joined #systemtap
atomlin has quit [Quit: leaving]
irker126 has quit [Quit: transmission timeout]
mjw has quit [Quit: Leaving]
irker038 has joined #systemtap
<irker038> systemtap: smakarov systemtap.git:refs/heads/serhei/rt-fixes * release-3.2-128-g521789a / runtime/stp_utrace.c: WORK IN PROGRESS :: use task_work to defer reporting work out of sensitive tracepoint context http://tinyurl.com/yclxvs43
<irker038> systemtap: smakarov systemtap.git:refs/heads/serhei/rt-fixes * release-3.2-127-gdd8c213 / testsuite/systemtap.examples/process/pfiles.stp: PROVISIONAL -- flag process/pfiles.stp as not working with CONFIG_PREEMPT_RT_FULL http://tinyurl.com/yb6xgzmq
naveen has quit [Quit: WeeChat 2.1]
tromey has quit [Quit: ERC (IRC client for Emacs 26.1)]
mbenitez has quit [Quit: Leaving]
scox has quit [Ping timeout: 255 seconds]
brolley has quit [Ping timeout: 265 seconds]
brolley has joined #systemtap
brolley has left #systemtap [#systemtap]
orivej has quit [Ping timeout: 246 seconds]
scox has joined #systemtap