8 tracef, vtracef - LTTng-UST printf(3)-like interface
14 *#include <lttng/tracef.h>*
17 #define *tracef*('fmt', ...)
18 #define *vtracef*('fmt', 'ap')
20 Link with `-llttng-ust -llttng-ust-common`.
25 The `tracef()` and `vtracef()` macros are part of version{nbsp}0 of the
26 LTTng-UST API (see the ``Compatibility with previous APIs'' section of
29 Prefer using man:lttng_ust_tracef(3) and man:lttng_ust_vtracef(3) which
30 are part of version{nbsp}1 of the API and have the `lttng_ust_`
33 include::common-footer.txt[]
35 include::common-copyrights.txt[]
37 include::common-authors.txt[]
42 man:lttng_ust_tracef(3),
43 man:lttng_ust_vtracef(3)