aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2018-01-03 15:14:23 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2018-01-03 16:24:33 +0100
commit35358d0e4cbd9dda6efcde2f1fc600667e73b353 (patch)
tree28e8726056e8d57820fe32a21222cb6d698a9ebb
parentbb64ec447c3416cdfa411cd0e3a5a05a4ed607f9 (diff)
add more trace eventsnext
-rw-r--r--wa/instrumentation/trace-cmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wa/instrumentation/trace-cmd.py b/wa/instrumentation/trace-cmd.py
index 5e349233..44314cc1 100644
--- a/wa/instrumentation/trace-cmd.py
+++ b/wa/instrumentation/trace-cmd.py
@@ -100,7 +100,7 @@ class TraceCmdInstrument(Instrument):
parameters = [
Parameter('events', kind=list_of_strings,
- default=['sched*', 'irq*', 'power*', 'thermal*'],
+ default=['sched*', 'irq*', 'power*', 'thermal*', 'timer*', 'workqueue*'],
global_alias='trace_events',
description="""
Specifies the list of events to be traced. Each event in the
@@ -112,7 +112,7 @@ class TraceCmdInstrument(Instrument):
description="""
Specifies the list of functions to be traced.
"""),
- Parameter('buffer_size', kind=int, default=None,
+ Parameter('buffer_size', kind=int, default=40000,
global_alias='trace_buffer_size',
description="""
Attempt to set ftrace buffer size to the specified value (in