too many transport failure
Frank Ch. Eigler
fche@redhat.com
Fri Apr 1 19:48:00 GMT 2011
jistone wrote:
> [...]
>> pp() will print a long string, thought that consumes a lot of buffer.
>> [...]
> You could get the raw probe address with a function like this:
>
> function REG_IP:long() %{
> THIS->__retvalue = CONTEXT->regs ? REG_IP(CONTEXT->regs) : 0;
> %}
That's weird, we have uaddr() already. There should be a raw
version of it with that content, named something better.
> Then, we don't have any automatic way to associate that to a pp() [...]
What about symname(REG_IP())?
- FChE
More information about the Systemtap
mailing list