LTTng control library C API
Loading...
Searching...
No Matches
channel-type.h
1/*
2 * Copyright (C) 2023 Philippe Proulx <eepp@efficios.com>
3 * Copyright (C) 2023 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 *
5 * SPDX-License-Identifier: LGPL-2.1-only
6 *
7 */
8
9#ifndef LTTNG_MAP_CHANNEL_TYPE_H
10#define LTTNG_MAP_CHANNEL_TYPE_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
32
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif /* LTTNG_MAP_CHANNEL_TYPE_H */
lttng_map_channel_type
Type of a map channel.
Definition channel-type.h:25
@ LTTNG_MAP_CHANNEL_TYPE_USER
User space map channel.
Definition channel-type.h:30
@ LTTNG_MAP_CHANNEL_TYPE_KERNEL
Linux kernel map channel.
Definition channel-type.h:27