2 * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * SPDX-License-Identifier: GPL-2.0-only
8 #include <lttng/ust-sigbus.h>
9 #include <lttng/ust-ctl.h>
10 #include <lttng/lttng-export.h>
11 #include "ust-sigbus.h"
13 LTTNG_EXPORT
DEFINE_LTTNG_UST_SIGBUS_STATE();
15 void lttng_ust_handle_sigbus(void *address
)
17 lttng_ust_ctl_sigbus_handle(address
);
This page took 0.028692 seconds and 4 git commands to generate.