Hi Takashi,
Thank you for comment.
Takashi Nishiie wrote:
It's not so easy for systemtap... for example, if a marker pass 'char *',
how can we do it? it might have to record as a string, or might have to
record as a pointer. Obviously, printf-style information includes a kind of
'semantic' information. So, I think the 'lookup table' is good.
Sure, however, LTTng can have original "format information" itself.
I think those 'semantic' type information (which informs you what
is this value and how this value should be recorded) should be
defined by each tracer, because what information they want to
extract from arguments are strongly depends on their use cases.
Actually, that requires tracers to pay maintenance costs, but
it's not so big if the "regular" marking point is enough stable.
Regards,
--
Masami Hiramatsu
Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division
e-mail: mhiramat@redhat.com
--