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: systemtap LKET help


"Anderson Lizardo" <anderson.lizardo@gmail.com> writes:

> What about LKET's ability to make binary tracing (and later parse it
> using lket-b2a)? Is there something similar to this in current
> tapsets? [...]

Not exactly.  LKET is unique in that it includes tracing commands, not
just data gathering.

Binary data printing per se is available with printf (but I see no
actual documentation on the binary directives %b etc. [whoops!] but at
least there are test cases in src/testsuite/systemtap.printf/bin*).
Decoding could consist of a brief perl script.

- FChE


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