Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\clock.c Create Date:2022-07-28 09:37:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Running clock - returns the time that has elapsed while a guest has been* running.* On a guest this value should be local_clock minus the time the guest was* suspended by the hypervisor (for any reason).

Proto:u64 __weak running_clock(void)

Type:u64

Parameter:Nothing

481  Return local_clock()