|
Linux Kernel
3.7.1
|
#include <cpupower-monitor.h>
Data Fields | |
| char | name [MONITOR_NAME_LEN] |
| int | name_len |
| int | hw_states_num |
| cstate_t * | hw_states |
| int(* | start )(void) |
| int(* | stop )(void) |
| struct cpuidle_monitor *(* | do_register )(void) |
| void(* | unregister )(void) |
| unsigned int | overflow_s |
| int | needs_root |
Definition at line 45 of file cpupower-monitor.h.
|
read |
Definition at line 53 of file cpupower-monitor.h.
| cstate_t* hw_states |
Definition at line 50 of file cpupower-monitor.h.
| int hw_states_num |
Definition at line 49 of file cpupower-monitor.h.
| char name[MONITOR_NAME_LEN] |
Definition at line 47 of file cpupower-monitor.h.
| int name_len |
Definition at line 48 of file cpupower-monitor.h.
| int needs_root |
Definition at line 56 of file cpupower-monitor.h.
| unsigned int overflow_s |
Definition at line 55 of file cpupower-monitor.h.
Definition at line 51 of file cpupower-monitor.h.
Definition at line 52 of file cpupower-monitor.h.
Definition at line 54 of file cpupower-monitor.h.
1.8.2