#include <lininfo.h>
Data Fields | |
GString * | cpu |
Global count. | |
GString * | cpu0 |
Count for the first cpu/core. | |
GString * | cpu1 |
Count for the second cpu/core. | |
GString * | ctxt |
Context switches. |
Definition at line 197 of file lininfo.h.
GString* stats_info::cpu |
Global count.
Definition at line 199 of file lininfo.h.
Referenced by get_stats_info(), and update_misc().
GString* stats_info::cpu0 |
Count for the first cpu/core.
Definition at line 200 of file lininfo.h.
Referenced by get_stats_info().
GString* stats_info::cpu1 |
Count for the second cpu/core.
Definition at line 201 of file lininfo.h.
Referenced by get_stats_info().
GString* stats_info::ctxt |
Context switches.
Definition at line 202 of file lininfo.h.
Referenced by get_stats_info(), and update_misc().