summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2018-06-18 14:12:25 +0200
committerVincent Guittot <vincent.guittot@linaro.org>2018-06-18 14:12:25 +0200
commitfc49c5d3419cfedd905d47f699f9f97efe484344 (patch)
tree60085f18088c33ab7916a4b6e23a7d5b9dc08b98
parent1c9a899d146cf0c9a166dd9a99bcd99aa98999db (diff)
trace-cmd: disable unused trace-cmd
ftarce events are not used ofr now so we disable them Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
-rw-r--r--agenda/example_agenda_aep.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/agenda/example_agenda_aep.yaml b/agenda/example_agenda_aep.yaml
index f9bc405..df096e0 100644
--- a/agenda/example_agenda_aep.yaml
+++ b/agenda/example_agenda_aep.yaml
@@ -12,7 +12,7 @@ global:
# Collect energy data, ftrace files, and dmesg
# 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]
+ instrumentation: [energy_measurement, dmesg]
trace_events: ['sched_switch', 'irq*']
trace_buffer_size: 60000