🔙 Back to main site
LTTng control library C API
stable-2.16
stable-2.14
stable-2.15
stable-2.16
Main Page
Related Pages
Topics
Data Structures
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
13
extern
"C"
{
14
#endif
15
25
enum
lttng_map_channel_type
{
27
LTTNG_MAP_CHANNEL_TYPE_KERNEL
= 0,
28
30
LTTNG_MAP_CHANNEL_TYPE_USER
= 1,
31
};
32
34
35
#ifdef __cplusplus
36
}
37
#endif
38
39
#endif
/* LTTNG_MAP_CHANNEL_TYPE_H */
lttng_map_channel_type
lttng_map_channel_type
Type of a map channel.
Definition
channel-type.h:25
LTTNG_MAP_CHANNEL_TYPE_USER
@ LTTNG_MAP_CHANNEL_TYPE_USER
User space map channel.
Definition
channel-type.h:30
LTTNG_MAP_CHANNEL_TYPE_KERNEL
@ LTTNG_MAP_CHANNEL_TYPE_KERNEL
Linux kernel map channel.
Definition
channel-type.h:27
lttng
map
channel-type.h
Generated by
1.9.8