Release 4.10 kernel/sched/cpuacct.h
#ifdef CONFIG_CGROUP_CPUACCT
extern void cpuacct_charge(struct task_struct *tsk, u64 cputime);
extern void cpuacct_account_field(struct task_struct *tsk, int index, u64 val);
#else
static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
li zefan | li zefan | 14 | 100.00% | 1 | 100.00% |
| Total | 14 | 100.00% | 1 | 100.00% |
static inline void
cpuacct_account_field(struct task_struct *tsk, int index, u64 val)
{
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
li zefan | li zefan | 16 | 94.12% | 1 | 50.00% |
zhao lei | zhao lei | 1 | 5.88% | 1 | 50.00% |
| Total | 17 | 100.00% | 2 | 100.00% |
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
li zefan | li zefan | 65 | 97.01% | 2 | 66.67% |
zhao lei | zhao lei | 2 | 2.99% | 1 | 33.33% |
| Total | 67 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.