summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-09-05 23:59:02 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-05 23:59:01 -0700
commitac95bb8bcb889ab936654162e542209669340eb3 (patch)
tree1df0791116c605a6e87c57c8ec54014d13a6a0b7 /Documentation
parenta2c5ca327b447828300e9ffde4b7fb0a81223957 (diff)
parent47f20dea209022229177b139502f04d2876a51ce (diff)
Merge "ANDROID: cpufreq: times: add /proc/uid_concurrent_{active,policy}_time"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/procfs-concurrent_time16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/procfs-concurrent_time b/Documentation/ABI/testing/procfs-concurrent_time
new file mode 100644
index 000000000000..55b414289b40
--- /dev/null
+++ b/Documentation/ABI/testing/procfs-concurrent_time
@@ -0,0 +1,16 @@
+What: /proc/uid_concurrent_active_time
+Date: December 2018
+Contact: Connor O'Brien <connoro@google.com>
+Description:
+ The /proc/uid_concurrent_active_time file displays aggregated cputime
+ numbers for each uid, broken down by the total number of cores that were
+ active while the uid's task was running.
+
+What: /proc/uid_concurrent_policy_time
+Date: December 2018
+Contact: Connor O'Brien <connoro@google.com>
+Description:
+ The /proc/uid_concurrent_policy_time file displays aggregated cputime
+ numbers for each uid, broken down based on the cpufreq policy
+ of the core used by the uid's task and the number of cores associated
+ with that policy that were active while the uid's task was running.