Release 4.11 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 | 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 | 16 | 94.12% | 1 | 50.00% |
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 | 65 | 97.01% | 2 | 66.67% |
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.