Man page - tracef(3)
Packages contains this manual
- lttng_ust_vtracef(3)
- lttng-ust-cyg-profile(3)
- lttng_ust_tracepoint(3)
- lttng_ust_tracelog(3)
- tracef(3)
- lttng_ust_vtracelog(3)
- lttng-gen-tp(1)
- lttng-ust-dl(3)
- lttng_ust_do_tracepoint(3)
- tracepoint(3)
- tracelog(3)
- lttng_ust_tracef(3)
- do_tracepoint(3)
- lttng_ust_tracepoint_enabled(3)
- tracepoint_enabled(3)
- lttng-ust(3)
apt-get install liblttng-ust-dev
Manual
TRACEF
NAMESYNOPSIS
DESCRIPTION
BUGS
RESOURCES
COPYRIGHTS
THANKS
AUTHORS
SEE ALSO
NAME
tracef - LTTng-UST printf(3)-like interface
SYNOPSIS
#include <lttng/tracef.h>
#define tracef ( fmt , ...)
Link with -llttng-ust -llttng-ust-common .
DESCRIPTION
The tracef() macro is part of versionĀ 0 of the LTTng-UST API (see the āCompatibility with previous APIsā section of lttng-ust (3)).
Prefer using lttng_ust_tracef (3) which is part of versionĀ 1 of the API and has the lttng_ust_ namespace.
BUGS
If you encounter any issue or usability problem, please report it on the LTTng bug tracker <https://bugs.lttng.org/projects/lttng-ust>.
RESOURCES
⢠LTTng project website <http://lttng.org>
⢠LTTng documentation <http://lttng.org/docs>
⢠Git repositories <http://git.lttng.org>
⢠GitHub organization <http://github.com/lttng>
⢠Continuous integration <http://ci.lttng.org/>
⢠Mailing list <http://lists.lttng.org> for support and development: lttng-dev@lists.lttng.org
⢠IRC channel <irc://irc.oftc.net/lttng>: #lttng on irc.oftc.net
COPYRIGHTS
This macro is part of the LTTng-UST project.
This macro is distributed under the GNU Lesser General Public License, version 2.1 <http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html>. See the COPYING <https://github.com/lttng/lttng-ust/blob/v2.13/COPYING> file for more details.
THANKS
Thanks to Ericsson for funding this work, providing real-life use cases, and testing.
Special thanks to Michel Dagenais and the DORSAL laboratory <http://www.dorsal.polymtl.ca/> at Ćcole Polytechnique de MontrĆ©al for the LTTng journey.
AUTHORS
LTTng-UST was originally written by Mathieu Desnoyers, with additional contributions from various other people. It is currently maintained by Mathieu Desnoyers <mailto:mathieu.desnoyers@efficios.com>.
SEE ALSO
lttng_ust_tracef (3), lttng_ust_vtracef (3)