| Index: systrace/systrace/tracing_agents/ftrace_agent.py
|
| diff --git a/systrace/systrace/tracing_agents/ftrace_agent.py b/systrace/systrace/tracing_agents/ftrace_agent.py
|
| index bddeae5467d3cfbc73a1617f17cb14e0545a1adf..9b63c6af22c668a774507f0f47e9f8aa462f25ca 100644
|
| --- a/systrace/systrace/tracing_agents/ftrace_agent.py
|
| +++ b/systrace/systrace/tracing_agents/ftrace_agent.py
|
| @@ -90,7 +90,7 @@ all_categories = {
|
|
|
| def try_create_agent(config):
|
| if config.target != 'linux':
|
| - return False
|
| + return None
|
| return FtraceAgent(FtraceAgentIo)
|
|
|
|
|
|
|