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