e1745ed6165f30c2ca6c4716a171169fe69f7a3d
[lttng-tools.git] / doc / examples / trigger-on-event / tp.c
1 /*
2 * Copyright (C) 2020 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: MIT
5 *
6 */
7
8 #define TRACEPOINT_DEFINE
9 #define TRACEPOINT_CREATE_PROBES
10 #include "tp.h"
This page took 0.030548 seconds and 5 git commands to generate.