fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
Humble has quit [Ping timeout: 246 seconds]
_whitelogger has joined #systemtap
RustJason has joined #systemtap
wcohen has quit [Ping timeout: 240 seconds]
hpt has joined #systemtap
baotiao has joined #systemtap
wcohen has joined #systemtap
scox has quit [Ping timeout: 255 seconds]
baotiao has quit [Quit: baotiao]
baotiao has joined #systemtap
RustJason has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Humble has joined #systemtap
RustJason has joined #systemtap
fche has quit [Ping timeout: 276 seconds]
RustJason has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
RustJason has joined #systemtap
fche has joined #systemtap
Humble has quit [Ping timeout: 246 seconds]
baotiao_ has joined #systemtap
baotiao has quit [Ping timeout: 255 seconds]
baotiao_ is now known as baotiao
Humble has joined #systemtap
RustJason has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
RustJason has joined #systemtap
mjw has joined #systemtap
pwithnall____ has joined #systemtap
gila has joined #systemtap
pwithnall____ has quit [Quit: pwithnall____]
mjw has quit [Quit: Leaving]
pwithnall____ has joined #systemtap
introom has quit [Read error: Connection reset by peer]
introom2 has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
gila has joined #systemtap
gila has quit [Ping timeout: 276 seconds]
gila has joined #systemtap
hpt has quit [Quit: Lost terminal]
mjw has joined #systemtap
orivej has quit [Ping timeout: 240 seconds]
wcohen has quit [Ping timeout: 255 seconds]
gila has quit [Ping timeout: 255 seconds]
gila has joined #systemtap
Humble has quit [Read error: Connection reset by peer]
Humble has joined #systemtap
orivej has joined #systemtap
leitao has joined #systemtap
pwithnall_ has joined #systemtap
hpt has joined #systemtap
scox has joined #systemtap
pwithnall_ has quit [Quit: pwithnall_]
gromero has joined #systemtap
hpt has quit [Quit: Lost terminal]
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
drsmith_away is now known as drsmith
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
wcohen has joined #systemtap
introom2 has quit [Quit: life is good]
introom has joined #systemtap
ppetraki has quit [Read error: Connection reset by peer]
brolley has joined #systemtap
baotiao has quit [Quit: baotiao]
pwithnall_____ has joined #systemtap
pwithnall____ has quit [Ping timeout: 255 seconds]
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #systemtap
gila has joined #systemtap
dmalcolm has quit [Remote host closed the connection]
dmalcolm has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
pwithnall_____ has quit [Quit: pwithnall_____]
csanting has quit [Remote host closed the connection]
csanting has joined #systemtap
jistone has joined #systemtap
drsmith is now known as drsmith_away
drsmith_away is now known as drsmith
gila has joined #systemtap
gila has quit [Ping timeout: 240 seconds]
gila has joined #systemtap
mjw has quit [Quit: Leaving]
orivej has quit [Ping timeout: 246 seconds]
baotiao has joined #systemtap
baotiao has quit [Client Quit]
ChanServ has quit [shutting down]
wcohen has quit [Ping timeout: 260 seconds]
irker654 has joined #systemtap
<irker654>
systemtap: rth systemtap.git:refs/heads/rth/bpf * release-3.1-97-gaeb73b7 / tapset/arm/registers.stp tapset/i386/registers.stp tapset/linux/conversions-guru.stp tapset/linux/conversions.stp tapset/s390/registers.stp tapset/uconversions-guru.stp tapset/uconversions.stp tapset/x86_64/registers.stp: Add __label__ for each deref_fault in tapsets http://tinyurl.com/yd2t34vd
ChanServ has joined #systemtap
humblec has joined #systemtap
Humble has quit [Ping timeout: 258 seconds]
<leitao>
fche, if I want to add support for vector registers on ppc64le on SystemTap, what is your recommendation? Start with register() or print_regs()? Looking at register, it seems it only grab registers from ptrace pt_regs struct.
orivej has joined #systemtap
wcohen has joined #systemtap
<fche>
leitao, would have to see how exactly kernel code can get at vector registers - at all. maybe inline assembly code with direct %xmmwhatever?
<fche>
dunno, would start with hand-made c code
mbenitez has quit [Quit: Leaving]
scox has quit [Ping timeout: 246 seconds]
<gromero>
fche: Hi. How do you usually debug a probe that crashes the kernel? Given it's on a VM? Any hint on that?
<drsmith>
gromero: Basically you want to be able to watch the console output. For a vm, that might mean using your VM manager instead of ssh'ing into the VM. Another solution would be to use a network console (google 'netconsole").
<gromero>
drsmith: hum, right. so basically you use the kernel backtraces?