diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3a6e05e77715..fefce22e4c16 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -517,6 +517,8 @@ struct signal_struct { | |||
| 517 | * in __exit_signal, except for the group leader. | 517 | * in __exit_signal, except for the group leader. |
| 518 | */ | 518 | */ |
| 519 | cputime_t utime, stime, cutime, cstime; | 519 | cputime_t utime, stime, cutime, cstime; |
| 520 | cputime_t gtime; | ||
| 521 | cputime_t cgtime; | ||
| 520 | unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; | 522 | unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; |
| 521 | unsigned long min_flt, maj_flt, cmin_flt, cmaj_flt; | 523 | unsigned long min_flt, maj_flt, cmin_flt, cmaj_flt; |
| 522 | unsigned long inblock, oublock, cinblock, coublock; | 524 | unsigned long inblock, oublock, cinblock, coublock; |
| @@ -1048,6 +1050,7 @@ struct task_struct { | |||
| 1048 | 1050 | ||
| 1049 | unsigned int rt_priority; | 1051 | unsigned int rt_priority; |
| 1050 | cputime_t utime, stime; | 1052 | cputime_t utime, stime; |
| 1053 | cputime_t gtime; | ||
| 1051 | unsigned long nvcsw, nivcsw; /* context switch counts */ | 1054 | unsigned long nvcsw, nivcsw; /* context switch counts */ |
| 1052 | struct timespec start_time; /* monotonic time */ | 1055 | struct timespec start_time; /* monotonic time */ |
| 1053 | struct timespec real_start_time; /* boot based time */ | 1056 | struct timespec real_start_time; /* boot based time */ |
