Linux Kernel
3.7.1
|
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <helpers/helpers.h>
#include <helpers/sysfs.h>
Go to the source code of this file.
Data Structures | |
struct | cpuid_core_info |
Functions | |
int | sysfs_topology_read_file (unsigned int cpu, const char *fname) |
int | get_cpu_topology (struct cpupower_topology *cpu_top) |
void | cpu_topology_release (struct cpupower_topology cpu_top) |
void cpu_topology_release | ( | struct cpupower_topology | cpu_top | ) |
Definition at line 108 of file topology.c.
int get_cpu_topology | ( | struct cpupower_topology * | cpu_top | ) |
Definition at line 74 of file topology.c.