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_field
Proto:static inline void cgroup_account_cputime_field(struct task_struct *task, enum cpu_usage_stat index, u64 delta_exec)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
enum cpu_usage_stat | index | |
u64 | delta_exec |
788 | cpuacct_account_field(task, index, delta_exec) |
791 | cgrp = task_dfl_cgroup(task) |
792 | If cgroup_parent(cgrp) Then __cgroup_account_cputime_field(cgrp, index, delta_exec) |
Name | Describe |
---|---|
task_group_account_field |
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 |