/doc/man/lttng-ust.3
/doc/man/tracef.3
/doc/man/tracelog.3
-/doc/man/vtracef.3
-/doc/man/vtracelog.3
/doc/man/lttng_ust_tracef.3
/doc/man/lttng_ust_tracelog.3
/doc/man/lttng_ust_vtracef.3
tracelog
# Man page aliases (generated from other sources):
-MAN3_ALIASES = lttng_ust_vtracef.3 lttng_ust_vtracelog.3 vtracef.3 vtracelog.3
+MAN3_ALIASES = lttng_ust_vtracef.3 lttng_ust_vtracelog.3
# troff man pages:
MAN3_TROFF = \
%.3.xml: $(srcdir)/%.3.txt $(COMMON_DEPS)
$(ADOC_DOCBOOK) -o $@ $<
-# These pair of files are generated by a single invocation of xmlto, use an
-# empty rule that depends on a fake intermediate file to track the dependencies
-# without resorting to Group Targets which were only introduced in GNU Make 4.3.
-tracef.3 vtracef.3: tracef.3.alias
- @# Empty recipe to mark tracef.3 and vtracef.3 as rebuilt
-
-tracelog.3 vtracelog.3: tracelog.3.alias
- @# Empty recipe to mark tracelog.3 and vtracelog.3 as rebuilt
-
+# These pair of files are generated by a single invocation of xmlto, use
+# an empty rule that depends on a fake intermediate file to track the
+# dependencies without resorting to Group Targets which were only
+# introduced in GNU Make 4.3.
lttng_ust_tracef.3 lttng_ust_vtracef.3: lttng_ust_tracef.3.alias
@# Empty recipe to mark lttng_ust_tracef.3 and lttng_ust_vtracef.3 as rebuilt
NAME
----
-tracef, vtracef - LTTng-UST printf(3)-like interface
+tracef - LTTng-UST printf(3)-like interface
SYNOPSIS
[verse]
#define *tracef*('fmt', ...)
-#define *vtracef*('fmt', 'ap')
Link with `-llttng-ust -llttng-ust-common`.
DESCRIPTION
-----------
-The `tracef()` and `vtracef()` macros are part of version{nbsp}0 of the
-LTTng-UST API (see the ``Compatibility with previous APIs'' section of
-man:lttng-ust(3)).
+The `tracef()` macro is part of version{nbsp}0 of the LTTng-UST API (see
+the ``Compatibility with previous APIs'' section of man:lttng-ust(3)).
-Prefer using man:lttng_ust_tracef(3) and man:lttng_ust_vtracef(3) which
-are part of version{nbsp}1 of the API and have the `lttng_ust_`
-namespace.
+Prefer using man:lttng_ust_tracef(3) which is part of version{nbsp}1 of
+the API and has the `lttng_ust_` namespace.
include::common-footer.txt[]
NAME
----
-tracelog, vtracelog - LTTng-UST printf(3)-like interface with a log level
+tracelog - LTTng-UST printf(3)-like interface with a log level
SYNOPSIS
[verse]
#define *tracelog*('level', 'fmt', ...)
-#define *vtracelog*('level', 'fmt', 'ap')
Link with `-llttng-ust -llttng-ust-common`.
DESCRIPTION
-----------
-The `tracelog()` and `vtracelog()` macros are part of version{nbsp}0 of
-the LTTng-UST API (see the ``Compatibility with previous APIs'' section
-of man:lttng-ust(3)).
+The `tracelog()` macro is part of version{nbsp}0 of the LTTng-UST API
+(see the ``Compatibility with previous APIs'' section of
+man:lttng-ust(3)).
-Prefer using man:lttng_ust_tracelog(3) and man:lttng_ust_vtracelog(3)
-which are part of version{nbsp}1 of the API and have the `lttng_ust_`
-namespace.
+Prefer using man:lttng_ust_tracelog(3) which is part of version{nbsp}1
+of the API and has the `lttng_ust_` namespace.
include::common-footer.txt[]