Introduce c++ test
[lttng-ust.git] / tests / hello.cxx / tp.c
CommitLineData
6b79f035
MD
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.023504 seconds and 4 git commands to generate.