Add trigger on event rule matches application example
[lttng-tools.git] / doc / examples / trigger-condition-event-matches / tracepoint-trigger-example.c
... / ...
CommitLineData
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 "tracepoint-trigger-example.h"
This page took 0.022942 seconds and 4 git commands to generate.