Searched refs:cpuacct (Results 1 – 7 of 7) sorted by relevance
29 struct cpuacct { struct36 static inline struct cpuacct *css_ca(struct cgroup_subsys_state *css) in css_ca() argument38 return css ? container_of(css, struct cpuacct, css) : NULL; in css_ca()42 static inline struct cpuacct *task_ca(struct task_struct *tsk) in task_ca()47 static inline struct cpuacct *parent_ca(struct cpuacct *ca) in parent_ca()53 static struct cpuacct root_cpuacct = {62 struct cpuacct *ca; in cpuacct_css_alloc()92 struct cpuacct *ca = css_ca(css); in cpuacct_css_free()99 static u64 cpuacct_cpuusage_read(struct cpuacct *ca, int cpu) in cpuacct_cpuusage_read()118 static void cpuacct_cpuusage_write(struct cpuacct *ca, int cpu, u64 val) in cpuacct_cpuusage_write()[all …]
21 obj-$(CONFIG_CGROUP_CPUACCT) += cpuacct.o
18 /sys/fs/cgroup/cpuacct.usage gives the CPU time (in nanoseconds) obtained30 can be obtained from g1/cpuacct.usage and the same is accumulated in31 /sys/fs/cgroup/cpuacct.usage also.33 cpuacct.stat file lists a few statistics which further divide the42 cpuacct controller uses percpu_counter interface to collect user and
7 cpuacct.txt
54 the cpu and cpuacct controllers, make sense to put on the same
26 SUBSYS(cpuacct)
2 # Feature name: virt-cpuacct