tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / ust-dl / libzzz.c
1 /*
2 * Copyright (C) 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #include "libzzz.h"
9
10 #define TRACEPOINT_DEFINE
11 #define TRACEPOINT_PROBE_DYNAMIC_LINKAGE
12 #include "libzzz-tp.h"
13
14 int zzz(void)
15 {
16 tracepoint(libzzz, zzz);
17 return 1;
18 }
This page took 0.028807 seconds and 4 git commands to generate.