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