mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00: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:
parent
81fa5fdf81
commit
a533680e49
@ -92,7 +92,7 @@ class TraceCmdInstrument(Instrument):
|
||||
"""
|
||||
|
||||
parameters = [
|
||||
Parameter('events', kind=list, default=['sched*', 'irq*', 'power*', 'cpufreq_interactive*'],
|
||||
Parameter('events', kind=list, default=['sched*', 'irq*', 'power*'],
|
||||
global_alias='trace_events',
|
||||
description="""
|
||||
Specifies the list of events to be traced. Each event in the list will be passed to
|
||||
|
Loading…
x
Reference in New Issue
Block a user