mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
Merge pull request #429 from bjackman/remove-cpufreq-interactive
trace-cmd: remove cpufreq_interactive from default events
This commit is contained in:
commit
4d7ef408c9
@ -92,7 +92,7 @@ class TraceCmdInstrument(Instrument):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
parameters = [
|
parameters = [
|
||||||
Parameter('events', kind=list, default=['sched*', 'irq*', 'power*', 'cpufreq_interactive*'],
|
Parameter('events', kind=list, default=['sched*', 'irq*', 'power*'],
|
||||||
global_alias='trace_events',
|
global_alias='trace_events',
|
||||||
description="""
|
description="""
|
||||||
Specifies the list of events to be traced. Each event in the list will be passed to
|
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