Linux Perf
|
Public Attributes | |
struct list_head | work_list |
struct thread * | thread |
struct rb_node | node |
u64 | max_lat |
u64 | max_lat_at |
u64 | total_lat |
u64 | nb_atoms |
u64 | total_runtime |
int | num_merged |
Definition at line 118 of file builtin-sched.c.
u64 work_atoms::max_lat |
Definition at line 122 of file builtin-sched.c.
u64 work_atoms::max_lat_at |
Definition at line 123 of file builtin-sched.c.
u64 work_atoms::nb_atoms |
Definition at line 125 of file builtin-sched.c.
struct rb_node work_atoms::node |
Definition at line 121 of file builtin-sched.c.
int work_atoms::num_merged |
Definition at line 127 of file builtin-sched.c.
struct thread* work_atoms::thread |
Definition at line 120 of file builtin-sched.c.
u64 work_atoms::total_lat |
Definition at line 124 of file builtin-sched.c.
u64 work_atoms::total_runtime |
Definition at line 126 of file builtin-sched.c.
struct list_head work_atoms::work_list |
Definition at line 119 of file builtin-sched.c.