LTTng control library C API
Loading...
Searching...
No Matches
channel-dead-group-policy.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_CHANNEL_DEAD_GROUP_POLICY_H
10#define LTTNG_MAP_CHANNEL_DEAD_GROUP_POLICY_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
55
57
58#ifdef __cplusplus
59}
60#endif
61
62#endif /* LTTNG_MAP_CHANNEL_DEAD_GROUP_POLICY_H */
lttng_map_channel_dead_group_policy
Dead group policy of a user space map channel with the per-process buffer ownership model.
Definition channel-dead-group-policy.h:30
@ LTTNG_MAP_CHANNEL_DEAD_GROUP_POLICY_SUM_INTO_SHARED
Add each value of each map of the terminated process to the corresponding key of the shared map group...
Definition channel-dead-group-policy.h:53
@ LTTNG_MAP_CHANNEL_DEAD_GROUP_POLICY_DROP
Discard the maps of the terminated process.
Definition channel-dead-group-policy.h:38