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]

Re: Binary output with byte granularity


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


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