LTTng control library C API
Loading...
Searching...
No Matches
group-type.h
1/*
2 * Copyright (C) 2026 Philippe Proulx <eepp@efficios.com>
3 * Copyright (C) 2026 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 *
5 * SPDX-License-Identifier: LGPL-2.1-only
6 *
7 */
8
9#ifndef LTTNG_MAP_GROUP_TYPE_H
10#define LTTNG_MAP_GROUP_TYPE_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
49
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* LTTNG_MAP_GROUP_TYPE_H */
lttng_map_group_type
Type of a map group.
Definition group-type.h:27
@ LTTNG_MAP_GROUP_TYPE_SHARED
Channel-wide map group with no owner ID (one per user space map channel).
Definition group-type.h:47
@ LTTNG_MAP_GROUP_TYPE_USER_PER_USER
Per-user, user space map group.
Definition group-type.h:32
@ LTTNG_MAP_GROUP_TYPE_KERNEL_GLOBAL
Linux kernel, system-wide map group.
Definition group-type.h:29
@ LTTNG_MAP_GROUP_TYPE_USER_PER_PROCESS
Per-process, user space map group.
Definition group-type.h:35