2f60f97a33b8be69192e142d7c0b1b74f7f49b3f
[lttng-ust.git] / doc / examples / cmake-multiple-shared-libraries / tracepoint-provider.cpp
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2016 Sebastien Boisvert <sboisvert@gydle.com>
5 */
6
7 #define TRACEPOINT_CREATE_PROBES
8 #define LTTNG_UST_TRACEPOINT_DEFINE
9
10 #include "tracepoint-provider.h"
This page took 0.029589 seconds and 3 git commands to generate.