|
geopm 3.2.1.dev237+gbe30cff60
GEOPM - Global Extensible Open Power Manager
|
#include "MSRIOImp.hpp"#include <sys/ioctl.h>#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <fcntl.h>#include <string.h>#include <sstream>#include <map>#include "geopm_error.h"#include "geopm_sched.h"#include "geopm_debug.hpp"#include "geopm/Exception.hpp"#include "geopm/Helper.hpp"#include "geopm/PlatformTopo.hpp"#include "IOUring.hpp"#include "MSRPath.hpp"
Namespaces | |
| namespace | geopm |
Macros | |
| #define | GEOPM_IOC_MSR_BATCH _IOWR('c', 0xA2, struct geopm::MSRIOImp::m_msr_batch_array_s) |
| #define GEOPM_IOC_MSR_BATCH _IOWR('c', 0xA2, struct geopm::MSRIOImp::m_msr_batch_array_s) |