doc/man: document LTTng-UST 2.13
[lttng-ust.git] / doc / man / tracef.3.txt
1 tracef(3)
2 =========
3 :object-type: macro
4
5
6 NAME
7 ----
8 tracef, vtracef - LTTng-UST printf(3)-like interface
9
10
11 SYNOPSIS
12 --------
13 [verse]
14 *#include <lttng/tracef.h>*
15
16 [verse]
17 #define *tracef*('fmt', ...)
18 #define *vtracef*('fmt', 'ap')
19
20 Link with `-llttng-ust -llttng-ust-common`.
21
22
23 DESCRIPTION
24 -----------
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
27 man:lttng-ust(3)).
28
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_`
31 namespace.
32
33 include::common-footer.txt[]
34
35 include::common-copyrights.txt[]
36
37 include::common-authors.txt[]
38
39
40 SEE ALSO
41 --------
42 man:lttng_ust_tracef(3),
43 man:lttng_ust_vtracef(3)
This page took 0.02986 seconds and 4 git commands to generate.