summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2018-05-16 12:17:38 -0700
committerLisa Nguyen <lisa.nguyen@linaro.org>2018-05-16 16:34:08 -0700
commitd6ed18c973d415749e0c190d0fb42ce4acf5f2ab (patch)
tree317fdcf841d1db8f5d5600d64a0e3f7a5ed3e9b3
parent3e78e25a59be51a33c3992cf4eb709521b60787e (diff)
Update the trace-cmd parameters in v3 AEP agenda
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--agenda/example_agenda_aep.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/agenda/example_agenda_aep.yaml b/agenda/example_agenda_aep.yaml
index f5bcc43..7149021 100644
--- a/agenda/example_agenda_aep.yaml
+++ b/agenda/example_agenda_aep.yaml
@@ -13,8 +13,8 @@ global:
# You may want to edit your config.yaml to set up the energy_measurement
# instrument (an example configuration is provided in this repo).
instrumentation: [energy_measurement, dmesg, trace-cmd]
- trace_events: ['sched_switch', 'irq*', 'cpu_idle', 'cpu_frequency']
- trace_buffer_size: 40000
+ trace_events: ['sched_switch', 'irq*']
+ trace_buffer_size: 60000
# To aid reproducibility and try to reduce noise in power measurements,
# minimise the screen brightness and set airplane mode on.