1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

trace-cmd: Enable thermal trace events by default

Due to the nature of modern Android devices, in order to usefully
interpret the power* events, you more and more often need to know the
kernel's view of temperature too. Therefore I think enabling the
thermal event group by default makes sense.
This commit is contained in:
Brendan Jackman 2017-10-02 13:29:10 +01:00
parent d03d950b8e
commit 1eac74fa8f

View File

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