geopm 3.1.1.dev456+g3ba31824
GEOPM - Global Extensible Open Power Manager
Loading...
Searching...
No Matches
geopm_access.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2015 - 2024 Intel Corporation
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef GEOPM_ACCESS_H_INCLUDE
7#define GEOPM_ACCESS_H_INCLUDE
8
9#include <stddef.h>
10#include "geopm_public.h"
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
24 geopm_msr_allowlist(size_t result_max, char *result);
25
26#ifdef __cplusplus
27}
28#endif
29#endif
int GEOPM_PUBLIC geopm_msr_allowlist(size_t result_max, char *result)
Fill result with the msr-safe allowlist file contents reflecting all known MSRs for the specified pla...
Definition MSRIOGroup.cpp:1835
#define GEOPM_PUBLIC
Definition geopm_public.h:10