Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / examples / easy-ust / tp.c
CommitLineData
4807c6de 1/*
c0c0989a 2 * SPDX-License-Identifier: MIT
4807c6de 3 *
c0c0989a 4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4807c6de
MD
5 */
6
7/*
8 * Defining macro creates the code objects of the traceprobes, only do
9 * it once per file
a60af3a5 10 */
4807c6de
MD
11#define TRACEPOINT_CREATE_PROBES
12/*
a60af3a5 13 * The header containing our TRACEPOINT_EVENTs.
4807c6de
MD
14 */
15#include "sample_component_provider.h"
This page took 0.027211 seconds and 4 git commands to generate.