| Index: systrace/systrace/run_systrace.py
 | 
| diff --git a/systrace/systrace/run_systrace.py b/systrace/systrace/run_systrace.py
 | 
| index 5ce2ca33bde5933167ddd2a8a661b74c3e7ebc06..fc748c3895f38ea495169f8f1d562e558fd34bd6 100755
 | 
| --- a/systrace/systrace/run_systrace.py
 | 
| +++ b/systrace/systrace/run_systrace.py
 | 
| @@ -44,13 +44,14 @@ from systrace import util
 | 
|  from systrace.tracing_agents import atrace_agent
 | 
|  from systrace.tracing_agents import atrace_from_file_agent
 | 
|  from systrace.tracing_agents import atrace_process_dump
 | 
| +from systrace.tracing_agents import monsoon_agent
 | 
|  from systrace.tracing_agents import battor_trace_agent
 | 
|  from systrace.tracing_agents import ftrace_agent
 | 
|  from systrace.tracing_agents import walt_agent
 | 
|  
 | 
|  
 | 
|  ALL_MODULES = [atrace_agent, atrace_from_file_agent, atrace_process_dump,
 | 
| -               battor_trace_agent, ftrace_agent, walt_agent]
 | 
| +               battor_trace_agent, ftrace_agent, walt_agent, monsoon_agent]
 | 
|  
 | 
|  
 | 
|  def parse_options(argv):
 | 
| 
 |