Rename "tsc" to "timestamp"
[lttng-ust.git] / doc / man / tracef.3.txt
1 // SPDX-FileCopyrightText: 2016 Philippe Proulx <pproulx@efficios.com>
2 // SPDX-License-Identifier: CC-BY-4.0
3 //
4 tracef(3)
5 =========
6 :object-type: macro
7
8
9 NAME
10 ----
11 tracef - LTTng-UST printf(3)-like interface
12
13
14 SYNOPSIS
15 --------
16 [verse]
17 *#include <lttng/tracef.h>*
18
19 [verse]
20 #define *tracef*('fmt', ...)
21
22 Link with `-llttng-ust -llttng-ust-common`.
23
24
25 DESCRIPTION
26 -----------
27 The `tracef()` macro is part of version{nbsp}0 of the LTTng-UST API (see
28 the ``Compatibility with previous APIs'' section of man:lttng-ust(3)).
29
30 Prefer using man:lttng_ust_tracef(3) which is part of version{nbsp}1 of
31 the API and has the `lttng_ust_` 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.031041 seconds and 5 git commands to generate.