mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
Merge pull request #492 from bjackman/trace-thermal-default
trace-cmd: Enable thermal trace events by default
This commit is contained in:
commit
66ba28e625
@ -103,7 +103,7 @@ class TraceCmdInstrument(Instrument):
|
|||||||
|
|
||||||
parameters = [
|
parameters = [
|
||||||
Parameter('events', kind=list_of_strings,
|
Parameter('events', kind=list_of_strings,
|
||||||
default=['sched*', 'irq*', 'power*'],
|
default=['sched*', 'irq*', 'power*', 'thermal*'],
|
||||||
global_alias='trace_events',
|
global_alias='trace_events',
|
||||||
description="""
|
description="""
|
||||||
Specifies the list of events to be traced. Each event in the
|
Specifies the list of events to be traced. Each event in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user