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