Home
last modified time | relevance | path

Searched refs:trace_buf_size (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dftrace_agent.py104 def __init__(self, ftrace_categories, target, trace_buf_size): argument
108 self.trace_buf_size = trace_buf_size
121 options.trace_buf_size)
140 if ((self._config.trace_buf_size is not None)
141 and (self._config.trace_buf_size > 0)):
142 buffer_size = self._config.trace_buf_size
Datrace_agent.py140 if (config.trace_buf_size is not None) and (config.trace_buf_size > 0):
141 atrace_args.extend(['-b', str(config.trace_buf_size)])
418 def __init__(self, atrace_categories, trace_buf_size, kfuncs, argument
423 self.trace_buf_size = trace_buf_size
460 options.trace_buf_size, options.kfuncs,
/external/chromium-trace/catapult/systrace/systrace/
Drun_systrace.py97 if (options.trace_buf_size is not None) and (options.trace_buf_size <= 0):