This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

UProbes fails


Looking at dmesg, I get this information:

In 32-bit apps, uprobes does not currently support probing
instructions whose first byte is 0xf0
Can't place uprobe at pid 4498 vaddr 0xb0bf9750: instruction type
cannot be probed

This means I cant just do probe process("/some/process").function("*").call etc.
A little bit annoying, but absolutely not a problem, systemtap is
luckely flexible enough to work around it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]