|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h>#include <limits.h>#include "helpers/sysfs.h"#include "helpers/helpers.h"#include "idle_monitor/cpupower-monitor.h"Go to the source code of this file.
Macros | |
| #define | CPUIDLE_STATES_MAX 10 |
Functions | |
| void | fix_up_intel_idle_driver_name (char *tmp, int num) |
| void | cpuidle_unregister (void) |
Variables | |
| struct cpuidle_monitor | cpuidle_sysfs_monitor |
| struct timespec | start_time |
| #define CPUIDLE_STATES_MAX 10 |
Definition at line 18 of file cpuidle_sysfs.c.
Definition at line 175 of file cpuidle_sysfs.c.
Definition at line 81 of file cpuidle_sysfs.c.
| struct cpuidle_monitor cpuidle_sysfs_monitor |
Definition at line 20 of file cpuidle_sysfs.c.
Definition at line 24 of file cpuidle_sysfs.c.
1.8.2