Fix UST tests if lttng-ust is not available
[lttng-tools.git] / tests / ust-nprocesses / tp.c
CommitLineData
b6ca8ef5
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
15#define TRACEPOINT_CREATE_PROBES
16#include "ust_gen_event.h"
This page took 0.022809 seconds and 4 git commands to generate.