🔙 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-descriptor-kernel.h
1
/*
2
* Copyright (C) 2024 Philippe Proulx <eepp@efficios.com>
3
* Copyright (C) 2024 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_DESCRIPTOR_KERNEL_H
10
#define LTTNG_MAP_CHANNEL_DESCRIPTOR_KERNEL_H
11
12
#include <lttng/lttng-export.h>
13
#include <lttng/map/channel-descriptor.h>
14
#include <lttng/map/value-type.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
84
LTTNG_EXPORT
extern
struct
lttng_map_channel_descriptor
*
85
lttng_map_channel_descriptor_kernel_string_key_scalar_value_create
(
86
enum
lttng_map_value_type
value_type);
87
89
90
#ifdef __cplusplus
91
}
92
#endif
93
94
#endif
/* LTTNG_MAP_CHANNEL_DESCRIPTOR_KERNEL_H */
lttng_map_channel_descriptor_kernel_string_key_scalar_value_create
struct lttng_map_channel_descriptor * lttng_map_channel_descriptor_kernel_string_key_scalar_value_create(enum lttng_map_value_type value_type)
Creates a descriptor of a Linux kernel map channel whose maps have string keys and scalar values.
lttng_map_value_type
lttng_map_value_type
Type of the values of a map.
Definition
value-type.h:25
lttng_map_channel_descriptor
Map channel descriptor (opaque type).
lttng
map
channel-descriptor-kernel.h
Generated by
1.9.8