Linux Perf
|
Public Attributes | |
struct wake_event * | next |
int | waker |
int | wakee |
u64 | time |
const char * | backtrace |
Definition at line 184 of file builtin-timechart.c.
const char* wake_event::backtrace |
Definition at line 189 of file builtin-timechart.c.
struct wake_event* wake_event::next |
Definition at line 185 of file builtin-timechart.c.
u64 wake_event::time |
Definition at line 188 of file builtin-timechart.c.
int wake_event::wakee |
Definition at line 187 of file builtin-timechart.c.
int wake_event::waker |
Definition at line 186 of file builtin-timechart.c.