Update licensing info
[lttng-modules.git] / probes / lttng-type-list.h
CommitLineData
17baffe2
MD
1/*
2 * lttng-type-list.h
3 *
4 * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * Dual LGPL v2.1/GPL v2 license.
7 */
8
40652b65
MD
9/* Type list, used to create metadata */
10
40652b65
MD
11/* Enumerations */
12TRACE_EVENT_ENUM(hrtimer_mode,
13 V(HRTIMER_MODE_ABS),
14 V(HRTIMER_MODE_REL),
15 V(HRTIMER_MODE_PINNED),
16 V(HRTIMER_MODE_ABS_PINNED),
17 V(HRTIMER_MODE_REL_PINNED),
1d12cebd 18 R(HRTIMER_MODE_UNDEFINED, 0x04, 0x20), /* Example (to remove) */
40652b65
MD
19)
20
21TRACE_EVENT_TYPE(hrtimer_mode, enum, unsigned char)
This page took 0.023123 seconds and 4 git commands to generate.