Tests: Add filtering tests for uncovered cases
[lttng-tools.git] / tests / tools / filtering / tp.c
CommitLineData
9fec62f7
CB
1/*
2 * Copyright (c) - 2012 David Goulet <dgoulet@efficios.com>
3 *
4 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR
5 * IMPLIED. ANY USE IS AT YOUR OWN RISK.
6 *
7 * Permission is hereby granted to use or copy this program for any purpose,
8 * provided the above notices are retained on all copies. Permission to modify
9 * the code and to distribute modified code is granted, provided the above
10 * notices are retained, and a notice that the code was modified is included
11 * with the above copyright notice.
12 */
13
14#define TRACEPOINT_CREATE_PROBES
15#include "tp.h"
This page took 0.022841 seconds and 4 git commands to generate.