include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / tp / lttng-ust-tracef.h
CommitLineData
1c196845
MJ
1// SPDX-FileCopyrightText: 2011-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2//
3// SPDX-License-Identifier: MIT
7dae71f2
MD
4
5#include <lttng/tracepoint.h>
6#include <stdarg.h>
7
7f2f82c3 8LTTNG_UST_TRACEPOINT_EVENT(lttng_ust_tracef, event,
cadfcbfc 9 LTTNG_UST_TP_ARGS(const char *, msg, unsigned int, len, void *, ip),
efa14d16 10 LTTNG_UST_TP_FIELDS(
1d188af9 11 lttng_ust_field_sequence_text(char, msg, msg, unsigned int, len)
ddde62ca 12 lttng_ust_field_unused(ip)
7dae71f2
MD
13 )
14)
612e9ce4 15LTTNG_UST_TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, LTTNG_UST_TRACEPOINT_LOGLEVEL_DEBUG)
This page took 0.031231 seconds and 4 git commands to generate.