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