Binary output with byte granularity
Mike Mason
mmlnx@us.ibm.com
Mon Oct 15 20:32:00 GMT 2007
Frank Ch. Eigler wrote:
> Mike Mason <mmlnx@us.ibm.com> writes:
>
>> Is there a way in SystemTap to output binary data with byte
>> granularity? [...]
>
> printf ("%1b", value)
That prints one byte. How do I print all the bytes of binary data in a buffer of arbitrary length? If there's a way in SystemTap's language without using embedded C, I'm not seeing it.
Mike
>
> Bug #4978 tracks fixing the missing documentation.
>
> - FChE
More information about the Systemtap
mailing list