1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

trace-cmd: remove cpufreq_interactive from default events

The interactive governor isn't standard any more (and was
Android-only anyway). Remove this default so you don't get errors for
kernels that don't support it.
This commit is contained in:
Brendan Jackman 2017-09-15 17:45:45 +01:00
parent 0cc8ebbf69
commit 4063ea0ba8

View File

@ -103,7 +103,7 @@ class TraceCmdInstrument(Instrument):
parameters = [
Parameter('events', kind=list_of_strings,
default=['sched*', 'irq*', 'power*', 'cpufreq_interactive*'],
default=['sched*', 'irq*', 'power*'],
global_alias='trace_events',
description="""
Specifies the list of events to be traced. Each event in the