Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] LTTng-UST tracepoint API updates
@ 2011-11-12 18:13 Mathieu Desnoyers
  2011-11-13 19:12 ` Mathieu Desnoyers
  0 siblings, 1 reply; 6+ messages in thread
From: Mathieu Desnoyers @ 2011-11-12 18:13 UTC (permalink / raw)


Hi,

I introduced the following API changes for LTTng-UST, after receiving
very appropriate feedback:

    Tracepoint API change: rename TRACEPOINT_SYSTEM to TRACEPOINT_PROVIDER
    
    Eliminates the confusion between the first TRACEPOINT_EVENT "provider"
    argument and the "TRACEPOINT_SYSTEM", which need to be the same thing.
    
and made sure TRACEPOINT_PROVIDER always match TRACEPOINT_SYSTEM by
adding a compiler warning:

    Tracepoints: add provider mismatch check
    
Finally, rename TP_ARGS to TP_VARS, in preparation for combining
TP_PROTO and TP_ARGS:

    tracepoint API change: rename TP_ARGS to TP_VARS
    
    In preparation of folding of both TP_PROTO and TP_ARGS into TP_ARGS.

Hopefully I'll succeed to getting both TP_PROTO and TP_VARS combined
into TP_ARGS, but even if this does not work out, TP_VARS seems much
more appropriate than TP_ARGS here.

Thanks,

Mathieu

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-15  1:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-12 18:13 [ltt-dev] LTTng-UST tracepoint API updates Mathieu Desnoyers
2011-11-13 19:12 ` Mathieu Desnoyers
2011-11-14 21:23   ` Matthew Khouzam
2011-11-14 22:09     ` Mathieu Desnoyers
2011-11-14 22:14       ` Matthew Khouzam
2011-11-15  1:04         ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox