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