Lines Matching +full:per +full:- +full:cpu
34 4) Per-task and per-thread context switch count statistics
69 /* The scheduling discipline as set in task->policy field. */
84 /* The user CPU time of a task, in [usec]. */
85 __u64 ac_utime; /* User CPU time [usec] */
87 /* The system CPU time of a task, in [usec]. */
88 __u64 ac_stime; /* System CPU time [usec] */
90 /* The minor page fault count of a task, as set in task->min_flt. */
93 /* The major page fault count of a task, as set in task->maj_flt. */
112 /* Delay waiting for cpu, while runnable
118 /* Following four fields atomically updated using task->delays->lock */
130 /* cpu "wall-clock" running time
131 * On some architectures, value will adjust for cpu time stolen
138 /* cpu "virtual" running time
153 /* Accumulated RSS usage in duration of a task, in MBytes-usecs.
157 * average usage per system time unit can be calculated.
159 __u64 coremem; /* accumulated RSS usage in MB-usec */
164 __u64 virtmem; /* accumulated VM usage in MB-usec */
167 __u64 hiwater_rss; /* High-watermark of RSS usage */
170 __u64 hiwater_vm; /* High-water virtual memory usage */
180 4) Per-task and per-thread statistics::