aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSergei Trofimov <sergei.trofimov@arm.com>2015-06-03 16:15:44 +0100
committerSergei Trofimov <sergei.trofimov@arm.com>2015-06-03 16:20:48 +0100
commit02af02f0cbf98ea2d54660187e788ae13c49438a (patch)
tree2d537b84a829cd972e26c481014cf1430e54cc62 /scripts
parent9971041e453fd6d27625449cdac1a9bfb6ced9f2 (diff)
Adding cpustates result processor (and script)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cpustates17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/cpustates b/scripts/cpustates
new file mode 100644
index 00000000..1f36961c
--- /dev/null
+++ b/scripts/cpustates
@@ -0,0 +1,17 @@
+#!/usr/bin/env python
+# Copyright 2015 ARM Limited
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+from wlauto.utils.power import main
+main()