Tracepoint API namespacing 'TRACEPOINT_CREATE_PROBES'
[lttng-ust.git] / doc / examples / easy-ust / tp.c
CommitLineData
4807c6de 1/*
c0c0989a 2 * SPDX-License-Identifier: MIT
4807c6de 3 *
c0c0989a 4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4807c6de
MD
5 */
6
7/*
8 * Defining macro creates the code objects of the traceprobes, only do
9 * it once per file
a60af3a5 10 */
660323e6 11#define LTTNG_UST_TRACEPOINT_CREATE_PROBES
4807c6de 12/*
7f2f82c3 13 * The header containing our LTTNG_UST_TRACEPOINT_EVENTs.
4807c6de
MD
14 */
15#include "sample_component_provider.h"
This page took 0.029183 seconds and 4 git commands to generate.