doc/man: document LTTng-UST 2.13
[lttng-ust.git] / doc / man / tracef.3.txt
CommitLineData
4ddbd0b7
PP
1tracef(3)
2=========
3:object-type: macro
4
5
6NAME
7----
cfd56ee1 8tracef, vtracef - LTTng-UST printf(3)-like interface
4ddbd0b7
PP
9
10
11SYNOPSIS
12--------
13[verse]
14*#include <lttng/tracef.h>*
15
16[verse]
17#define *tracef*('fmt', ...)
d6208c2d 18#define *vtracef*('fmt', 'ap')
4ddbd0b7 19
e436e84d 20Link with `-llttng-ust -llttng-ust-common`.
4ddbd0b7
PP
21
22
23DESCRIPTION
24-----------
5b1163c6
PP
25The `tracef()` and `vtracef()` macros are part of version{nbsp}0 of the
26LTTng-UST API (see the ``Compatibility with previous APIs'' section of
27man:lttng-ust(3)).
4ddbd0b7 28
5b1163c6
PP
29Prefer using man:lttng_ust_tracef(3) and man:lttng_ust_vtracef(3) which
30are part of version{nbsp}1 of the API and have the `lttng_ust_`
31namespace.
4ddbd0b7
PP
32
33include::common-footer.txt[]
34
35include::common-copyrights.txt[]
36
37include::common-authors.txt[]
38
39
40SEE ALSO
41--------
5b1163c6
PP
42man:lttng_ust_tracef(3),
43man:lttng_ust_vtracef(3)
This page took 0.027144 seconds and 4 git commands to generate.