fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
yog_ has joined #systemtap
hpt has joined #systemtap
orivej has quit [Ping timeout: 272 seconds]
mjw has joined #systemtap
orivej has joined #systemtap
sscox has quit [Ping timeout: 252 seconds]
hpt has quit [Ping timeout: 246 seconds]
hpt has joined #systemtap
hpt has quit [Quit: Lost terminal]
gromero has quit [Ping timeout: 264 seconds]
_whitelogger has joined #systemtap
gromero has joined #systemtap
orivej has quit [Ping timeout: 246 seconds]
gromero has quit [Ping timeout: 252 seconds]
gromero has joined #systemtap
orivej has joined #systemtap
orivej has quit [Ping timeout: 248 seconds]
orivej has joined #systemtap
sscox has joined #systemtap
tromey has joined #systemtap
wcohen has quit [Ping timeout: 246 seconds]
khaled has joined #systemtap
wcohen has joined #systemtap
lindi- has quit [Ping timeout: 252 seconds]
lindi- has joined #systemtap
mjw has quit [Quit: Leaving]
mjw has joined #systemtap
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #systemtap
lindi- has quit [Ping timeout: 252 seconds]
mjw has quit [Quit: Leaving]
lindi- has joined #systemtap
khaled has quit [Quit: Konversation terminated!]
tromey has quit [Quit: ERC (IRC client for Emacs 26.1)]
<gromero> hi. is it possible to attach a uprove on a process by specifying and address in order to dump a register value when the instruction in that address is executed ? or it's only possible to do that in the entry/return point?
mjw has joined #systemtap
<wcohen> gromero, you should be able to probe individual instruction with something like process("/bin/vi").statement(0x2222) from "man stapprobes" or particular line number with process("/bin/vi"/).function("main@main.c:25") and something like register("eax") to get the value of eax.
<wcohen> or just dump out all the registers with "print_regs()"
<gromero> wcohen: thanks a lot. it works perfectly and I'm able to observe the behavior of a single load immediate instruction in userspace.
<gromero> ... this is nice ...
<wcohen> gromero, you're welcomed.
wcohen has quit [Ping timeout: 246 seconds]
sscox has quit [Ping timeout: 245 seconds]
yog_ has quit [Ping timeout: 245 seconds]
wcohen has joined #systemtap
sscox has joined #systemtap