Re: [PATCH v3 1/2] cputime: remove duplicate code in account_process_tick

2019-07-22 Thread Alex Shi
Forget this patchset. I sent out a new 3 patches. Thanks Alex 在 2019/7/22 下午3:38, Alex Shi 写道: > The irqtime_account_process_tick path was introduced for precise ns irq > time account from commit abb74cefa9c6 ("sched: Export ns irqtimes > through /proc/stat") while account_process_tick still u

[PATCH v3 1/2] cputime: remove duplicate code in account_process_tick

2019-07-22 Thread Alex Shi
The irqtime_account_process_tick path was introduced for precise ns irq time account from commit abb74cefa9c6 ("sched: Export ns irqtimes through /proc/stat") while account_process_tick still use jiffes. This divide isn't necessary especially now both paths are ns precison. Move out the irqtime_ac