From: Frederic Weisbecker Date: Wed, 21 Nov 2012 15:26:44 +0000 (+0100) Subject: cputime: Rename thread_group_times to thread_group_cputime_adjusted X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~75^2~2^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80d0a1ae8bb8fee0edd37427836f108b30f596b;p=pandora-kernel.git cputime: Rename thread_group_times to thread_group_cputime_adjusted We have thread_group_cputime() and thread_group_times(). The naming doesn't provide enough information about the difference between these two APIs. To lower the confusion, rename thread_group_times() to thread_group_cputime_adjusted(). This name better suggests that it's a version of thread_group_cputime() that does some stabilization on the raw cputime values. ie here: scale on top of CFS runtime stats and bound lower value for monotonicity. Signed-off-by: Frederic Weisbecker Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Steven Rostedt Cc: Paul Gortmaker --- Reading git-diff-tree failed