1 /* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
5 * Copyright (C) 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11 #include <linux/module.h>
13 #define LTTNG_MODULES_UUID_STR_LEN 37
15 struct lttng_trace_clock
{
18 int (*uuid
)(char *uuid
);
19 const char *(*name
)(void);
20 const char *(*description
)(void);
23 int lttng_clock_register_plugin(struct lttng_trace_clock
*ltc
,
25 void lttng_clock_unregister_plugin(struct lttng_trace_clock
*ltc
,
28 #endif /* _LTTNG_TRACE_CLOCK_H */
This page took 0.055408 seconds and 4 git commands to generate.