]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
taskstats: add e/u/stime for TGID command
authorZhang Xiao <xiao.zhang@windriver.com>
Mon, 8 May 2017 22:56:45 +0000 (15:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 May 2017 00:15:12 +0000 (17:15 -0700)
commit8c733420bdd5a6cc2d8540fb5aa32d1fbf3cb3ff
treee5ae903b22d0288fe9a8391c2ab0ca85bbe9dfce
parenteaa0d190bfe1ed891b814a52712dcd852554cb08
taskstats: add e/u/stime for TGID command

The elapsed time, user CPU time and system CPU time for the thread group
status request are presently left at zero.  Fill these in.

[akpm@linux-foundation.org: run ktime_get_ns() a single time]
[akpm@linux-foundation.org: include linux/sched/cputime.h for task_cputime()]
Link: http://lkml.kernel.org/r/1488508424-12322-1-git-send-email-xiao.zhang@windriver.com
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/taskstats.c