arm64: dts: rockchip: set hall-sensor interrupt gpio pull up for rk3399-mid
[firefly-linux-kernel-4.4.55.git] / Documentation / cgroups / cpuacct.txt
index 34197079f1887a6339e4211a9aac81b3b45b9688..9d73cc0cadb98a63818f532022b5c375285f1215 100644 (file)
@@ -23,7 +23,7 @@ New accounting groups can be created under the parent group /sys/fs/cgroup.
 
 # cd /sys/fs/cgroup
 # mkdir g1
-# echo $$ > g1
+# echo $$ > g1/tasks
 
 The above steps create a new group g1 and move the current shell
 process (bash) into it. CPU time consumed by this bash and its children
@@ -39,13 +39,6 @@ system: Time spent by tasks of the cgroup in kernel mode.
 
 user and system are in USER_HZ unit.
 
-cpuacct.cpufreq file gives CPU time (in nanoseconds) spent at each CPU
-frequency. Platform hooks must be implemented inorder to properly track
-time at each CPU frequency.
-
-cpuacct.power file gives CPU power consumed (in milliWatt seconds). Platform
-must provide and implement power callback functions.
-
 cpuacct controller uses percpu_counter interface to collect user and
 system times. This has two side effects: