Function report |
Source Code:kernel\cgroup\rstat.c |
Create Date:2022-07-28 11:12:00 |
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:void __cgroup_account_cputime_field(struct cgroup *cgrp, enum cpu_usage_stat index, u64 delta_exec)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup * | cgrp | |
enum cpu_usage_stat | index | |
u64 | delta_exec |
386 | Case index == CPUTIME_USER |
387 | Case index == CPUTIME_NICE |
388 | utime += delta_exec |
389 | Break |
390 | Case index == CPUTIME_SYSTEM |
391 | Case index == CPUTIME_IRQ |
392 | Case index == CPUTIME_SOFTIRQ |
393 | stime += delta_exec |
394 | Break |
395 | Default |
396 | Break |
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 |