[ltt-dev] LTTng-UST 2.0 tracepoint API change: add "provider" field
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Tue Nov 8 10:59:04 EST 2011
Hi,
I just added the "provider" field to UST TRACEPOINT_EVENT().
So instrumentation does:
TRACEPOINT_EVENT(provider, event, ...)
and in code:
tracepoint(provider, event, ...)
in lttng UI, it is specified with:
provider:event
and shown as such in the babeltrace output.
Best regards,
Mathieu
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list