Function report |
Source Code:include\linux\cgroup.h |
Create Date:2022-07-28 05:55:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cgroup_account_cputime
Proto:static inline void cgroup_account_cputime(struct task_struct *task, u64 delta_exec)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
u64 | delta_exec |
773 | cpuacct_charge(task, delta_exec) |
776 | cgrp = task_dfl_cgroup(task) |
777 | If cgroup_parent(cgrp) Then __cgroup_account_cputime(cgrp, delta_exec) |
Name | Describe |
---|---|
update_curr | Update the current task's runtime statistics. |
update_curr_rt | Update the current task's runtime statistics. Skip current tasks that* are not in our scheduling class. |
update_curr_dl | Update the current task's runtime statistics (provided it is still* a -deadline task and has not been removed from the dl_rq). |
put_prev_task_stop |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |