Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / ust / multi-session / tp.c
CommitLineData
b19155c0
DG
1/*
2 * Copyright (c) - 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 * Copyright (c) - 2012 David Goulet <dgoulet@efficios.com>
4 *
5 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR
6 * IMPLIED. ANY USE IS AT YOUR OWN RISK.
7 *
8 * Permission is hereby granted to use or copy this program for any purpose,
9 * provided the above notices are retained on all copies. Permission to modify
10 * the code and to distribute modified code is granted, provided the above
11 * notices are retained, and a notice that the code was modified is included
12 * with the above copyright notice.
13 */
14
a349ffc2 15#define _LGPL_SOURCE
b19155c0
DG
16#define TRACEPOINT_CREATE_PROBES
17#include "ust_gen_nevents.h"
This page took 0.029242 seconds and 4 git commands to generate.