Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:thread_group_cputime_adjusted

Proto:void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
u64 *ut
u64 *st
676  Accumulate raw cputime values of dead tasks (sig->[us]time) and live* tasks (sum on group iteration) belonging to @tsk's group.
677  Adjust tick based cputime random precision against scheduler runtime* accounting
Caller
NameDescribe
do_sys_times
getrusage