fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / src / bin / lttng-sessiond / modprobe.hpp
1 /*
2 * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef _MODPROBE_H
9 #define _MODPROBE_H
10
11 void modprobe_remove_lttng_all();
12 void modprobe_remove_lttng_control();
13 void modprobe_remove_lttng_data();
14 int modprobe_lttng_control();
15 int modprobe_lttng_data();
16
17 #endif /* _MODPROBE_H */
This page took 0.029191 seconds and 4 git commands to generate.