library mass rename: add lttng- prefix
[ust.git] / liblttng-ust / probes / lttng-probe-ust.c
1 /*
2 * probes/lttng-probe-ust.c
3 *
4 * Copyright 2010 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * LTTng UST core probes.
7 *
8 * Dual LGPL v2.1/GPL v2 license.
9 */
10
11 /*
12 * Create LTTng tracepoint probes.
13 */
14 #define TRACEPOINT_CREATE_PROBES
15
16 #include "lttng-probe-ust.h"
This page took 0.028499 seconds and 4 git commands to generate.