Linux Perf
work_atoms Struct Reference
Collaboration diagram for work_atoms:
Collaboration graph

Public Attributes

struct list_head work_list
 
struct threadthread
 
struct rb_node node
 
u64 max_lat
 
u64 max_lat_at
 
u64 total_lat
 
u64 nb_atoms
 
u64 total_runtime
 
int num_merged
 

Detailed Description

Definition at line 118 of file builtin-sched.c.

Member Data Documentation

◆ max_lat

u64 work_atoms::max_lat

Definition at line 122 of file builtin-sched.c.

◆ max_lat_at

u64 work_atoms::max_lat_at

Definition at line 123 of file builtin-sched.c.

◆ nb_atoms

u64 work_atoms::nb_atoms

Definition at line 125 of file builtin-sched.c.

◆ node

struct rb_node work_atoms::node

Definition at line 121 of file builtin-sched.c.

◆ num_merged

int work_atoms::num_merged

Definition at line 127 of file builtin-sched.c.

◆ thread

struct thread* work_atoms::thread

Definition at line 120 of file builtin-sched.c.

◆ total_lat

u64 work_atoms::total_lat

Definition at line 124 of file builtin-sched.c.

◆ total_runtime

u64 work_atoms::total_runtime

Definition at line 126 of file builtin-sched.c.

◆ work_list

struct list_head work_atoms::work_list

Definition at line 119 of file builtin-sched.c.


The documentation for this struct was generated from the following file: