Common Trace Format 2 generation
[deliverable/lttng-modules.git] / src / clock-utils.h
1 /* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
2 *
3 * src/clock-utils.h
4 *
5 * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 * Copyright (C) 2022 Francis Deslauriers <francis.deslauriers@efficios.com>
7 */
8
9 #include <linux/types.h>
10
11 int64_t trace_clock_offset(void);
This page took 0.030849 seconds and 5 git commands to generate.