Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / lttng-ust-tracef.h
CommitLineData
7dae71f2 1/*
c0c0989a 2 * SPDX-License-Identifier: MIT
7dae71f2 3 *
c0c0989a 4 * Copyright (C) 2011-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7dae71f2
MD
5 */
6
7#include <lttng/tracepoint.h>
8#include <stdarg.h>
9
10TRACEPOINT_EVENT(lttng_ust_tracef, event,
5dadb547 11 TP_ARGS(const char *, msg, unsigned int, len, void *, ip),
7dae71f2
MD
12 TP_FIELDS(
13 ctf_sequence_text(char, msg, msg, unsigned int, len)
14 )
15)
16TRACEPOINT_LOGLEVEL(lttng_ust_tracef, event, TRACE_DEBUG)
This page took 0.025586 seconds and 4 git commands to generate.