Commit | Line | Data |
---|---|---|
f4e40ab6 DG |
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" |