Merge remote-tracking branch 'origin/rusage'

Conflicts:
	configure
	kernel/process.c
This commit is contained in:
Ken Sato
2017-04-27 15:10:38 +09:00
24 changed files with 1037 additions and 41 deletions

View File

@@ -665,9 +665,14 @@ struct thread {
struct sig_pending *ptrace_sendsig;
// cpu time
/*
struct timespec stime;
struct timespec utime;
struct timespec btime;
*/
unsigned long system_tsc;
unsigned long user_tsc;
unsigned long base_tsc;
int times_update;
int in_kernel;