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

Public Attributes

u64 last_time
 
u64 dt_run
 
u64 dt_sleep
 
u64 dt_iowait
 
u64 dt_preempt
 
u64 dt_delay
 
u64 ready_to_run
 
struct stats run_stats
 
u64 total_run_time
 
u64 total_sleep_time
 
u64 total_iowait_time
 
u64 total_preempt_time
 
u64 total_delay_time
 
int last_state
 
char shortname [3]
 
bool comm_changed
 
u64 migrations
 

Detailed Description

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

Member Data Documentation

◆ comm_changed

bool thread_runtime::comm_changed

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

◆ dt_delay

u64 thread_runtime::dt_delay

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

◆ dt_iowait

u64 thread_runtime::dt_iowait

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

◆ dt_preempt

u64 thread_runtime::dt_preempt

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

◆ dt_run

u64 thread_runtime::dt_run

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

◆ dt_sleep

u64 thread_runtime::dt_sleep

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

◆ last_state

int thread_runtime::last_state

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

◆ last_time

u64 thread_runtime::last_time

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

◆ migrations

u64 thread_runtime::migrations

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

◆ ready_to_run

u64 thread_runtime::ready_to_run

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

◆ run_stats

struct stats thread_runtime::run_stats

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

◆ shortname

char thread_runtime::shortname[3]

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

◆ total_delay_time

u64 thread_runtime::total_delay_time

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

◆ total_iowait_time

u64 thread_runtime::total_iowait_time

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

◆ total_preempt_time

u64 thread_runtime::total_preempt_time

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

◆ total_run_time

u64 thread_runtime::total_run_time

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

◆ total_sleep_time

u64 thread_runtime::total_sleep_time

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


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