1
0
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:
setrofim 2017-10-02 13:41:57 +01:00 committed by GitHub
commit 66ba28e625

View File

@ -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