Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
[lttng-ust.git] / tests / hello / tp.c
CommitLineData
81614639 1/*
8d8a24c8
MD
2 * tp.c
3 *
4 * Copyright (c) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
a09dac63 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.
a09dac63 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.
a09dac63
PMF
14 */
15
81614639 16#define TRACEPOINT_CREATE_PROBES
41aaf8a5 17#include "ust_tests_hello.h"
This page took 0.027321 seconds and 4 git commands to generate.