SoW-2019-0002: Dynamic Snapshot
[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.030436 seconds and 5 git commands to generate.