• Paul E. McKenney's avatar
    rcuscale: Measure grace-period kthread CPU time · 5f8e3202
    Paul E. McKenney authored
    This commit adds the ability to output the CPU time consumed by the
    grace-period kthread for the RCU variant under test.  The CPU time is
    whatever is in the designated task's current->stime field, and thus is
    controlled by whatever CPU-time accounting scheme is in effect.
    
    This output appears in microseconds as follows on the console:
    
    rcu_scale: Grace-period kthread CPU time: 42367.037
    
    [ paulmck: Apply feedback from Stephen Rothwell and kernel test robot. ]
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    Tested-by: default avatarYujie Liu <yujie.liu@intel.com>
    5f8e3202
tasks.h 66.6 KB