Relicense tests probe headers/tp.c files to MIT-style license
[lttng-ust.git] / tests / demo / tp.c
CommitLineData
580d134b
MD
1/*
2 * tp.c
3 *
4 * Copyright (c) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
49276e52
MD
6 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
7 * OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
580d134b 8 *
49276e52
MD
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.
580d134b
MD
14 */
15
16#define TRACEPOINT_CREATE_PROBES
17#include "ust_tests_demo.h"
This page took 0.023259 seconds and 4 git commands to generate.