Linux Perf
|
Public Attributes | |
struct power_event * | next |
int | type |
int | state |
u64 | start_time |
u64 | end_time |
int | cpu |
Definition at line 175 of file builtin-timechart.c.
int power_event::cpu |
Definition at line 181 of file builtin-timechart.c.
u64 power_event::end_time |
Definition at line 180 of file builtin-timechart.c.
struct power_event* power_event::next |
Definition at line 176 of file builtin-timechart.c.
u64 power_event::start_time |
Definition at line 179 of file builtin-timechart.c.
int power_event::state |
Definition at line 178 of file builtin-timechart.c.
int power_event::type |
Definition at line 177 of file builtin-timechart.c.