Commit | Line | Data |
---|---|---|
e72d66a6 DG |
1 | /* |
2 | * tp.c | |
3 | * | |
9d16b343 | 4 | * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
e72d66a6 | 5 | * |
9d16b343 | 6 | * SPDX-License-Identifier: MIT |
e72d66a6 | 7 | * |
e72d66a6 DG |
8 | */ |
9 | ||
10 | #define TRACEPOINT_CREATE_PROBES | |
11 | #include "tp.h" |