[PATCH 1/6] cputime: Use a proper subsystem naming for vtime related APIs

2012-09-25 Thread Frederic Weisbecker
Use a naming based on vtime as a prefix for virtual based cputime accounting APIs: - account_system_vtime() -> vtime_account() - account_switch_vtime() -> vtime_task_switch() It makes it easier to allow for further declension such as vtime_account_system(), vtime_account_idle(), ... if we want

[PATCH 1/6] cputime: Use a proper subsystem naming for vtime related APIs

2012-09-25 Thread Frederic Weisbecker
Use a naming based on vtime as a prefix for virtual based cputime accounting APIs: - account_system_vtime() - vtime_account() - account_switch_vtime() - vtime_task_switch() It makes it easier to allow for further declension such as vtime_account_system(), vtime_account_idle(), ... if we want to

[PATCH 1/6] cputime: Use a proper subsystem naming for vtime related APIs

2012-09-10 Thread Frederic Weisbecker
Use a naming based on vtime as a prefix for virtual based cputime accounting APIs: - account_system_vtime() -> vtime_account() - account_switch_vtime() -> vtime_task_switch() It makes it easier to allow for further declension such as vtime_account_system(), vtime_account_idle(), ... if we want

[PATCH 1/6] cputime: Use a proper subsystem naming for vtime related APIs

2012-09-10 Thread Frederic Weisbecker
Use a naming based on vtime as a prefix for virtual based cputime accounting APIs: - account_system_vtime() - vtime_account() - account_switch_vtime() - vtime_task_switch() It makes it easier to allow for further declension such as vtime_account_system(), vtime_account_idle(), ... if we want to