Introduce LTTNG_UST_MAP_POPULATE_POLICY environment variable
[lttng-ust.git] / src / common / populate.h
CommitLineData
97572c04
MD
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2024 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7#ifndef _UST_COMMON_POPULATE_H
8#define _UST_COMMON_POPULATE_H
9
10#include <stdbool.h>
11
12bool lttng_ust_map_populate_cpu_is_enabled(int cpu)
13 __attribute__((visibility("hidden")));
14
15bool lttng_ust_map_populate_is_enabled(void)
16 __attribute__((visibility("hidden")));
17
18#endif /* _UST_COMMON_POPULATE_H */
This page took 0.023179 seconds and 4 git commands to generate.