aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-10-30 12:35:40 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-10-30 12:42:19 +0530
commitda6026e0abd197bdc7be4a4789546c617100782b (patch)
tree88ff4b97bbc14cd7e045212d44d2c5662f8a69cf
parent46bdd70ff45e62a141288820d901ecac622ead9b (diff)
wa2-lava: juno: config instrumentation updates
hwmon entries are not yet ported on 3.18 kernel. so juno_energy entries will be used instead of hwmon. Adding more instrumentation for juno - execution_time - interrupts - cpufreq - juno_energy Change-Id: Ie349898ce62fcec5e4016f23aad8788b407e0858 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-rwxr-xr-xtemplates/config-juno.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/config-juno.py b/templates/config-juno.py
index 1d5721f..3930cc4 100755
--- a/templates/config-juno.py
+++ b/templates/config-juno.py
@@ -2,9 +2,9 @@ reboot_policy = 'never'
instrumentation = [
'execution_time',
#'daq',
- #'interrupts',
- #'cpufreq',
- 'hwmon',
+ 'interrupts',
+ 'cpufreq',
+ 'juno_energy',
#'perf',
#'streamline',
]