On Mon, Oct 08, 2018 at 09:44:35PM +0200, Alexander Bluhm wrote: > Hi, > > On May 14 we did split kernel spinning time from system time. Goal > was to see what the kernel is doing. > > I just realized that user land time accounting has also changed. > The commit changed system time of a process that is spinning. But > the user land process still uses CPU time in the kernel that should > be accounted to the user. The user does not care if kernel is > spinning or working for him. time(1) only shows real, user, sys. > > So I would like to restore the original behavior for user land > processes.
ok cheloha@
