Clean-up: run format-cpp on the tree
[lttng-tools.git] / tests / utils / testapp / userspace-probe-sdt-binary / libbar.c
1 /*
2 * Copyright (C) 2017 Francis Deslauriers <francis.deslauriers@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-or-later
5 *
6 */
7
8 #include "foobar_provider.h"
9
10 #include <sys/sdt.h>
11 void bar_function()
12 {
13 FOOBAR_TP_IN_DLOPEN();
14 }
This page took 0.02955 seconds and 4 git commands to generate.