Fix: Tests: `gen-ust-events` doesn't error out on invalid option
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / tp.c
1 /*
2 * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
3 *
4 * SPDX-License-Identifier: MIT
5 *
6 */
7
8 #define _LGPL_SOURCE
9 #define TRACEPOINT_CREATE_PROBES
10 #include "tp.h"
This page took 0.028515 seconds and 4 git commands to generate.