tests: Build all integer declarations
[lttng-ust.git] / tests / hello / tp.c
CommitLineData
81614639 1/*
8d8a24c8
MD
2 * tp.c
3 *
4 * Copyright (c) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
a09dac63
PMF
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8d8a24c8
MD
8 * License as published by the Free Software Foundation; version 2.1 of
9 * the License.
a09dac63
PMF
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
8d8a24c8 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
a09dac63
PMF
19 */
20
81614639
MD
21#define TRACEPOINT_CREATE_PROBES
22#include "tp.h"
This page took 0.025283 seconds and 4 git commands to generate.