Home
last modified time | relevance | path

Searched refs:trace_buf_size (Results 1 – 4 of 4) 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.py142 if (config.trace_buf_size is not None) and (config.trace_buf_size > 0):
143 atrace_args.extend(['-b', str(config.trace_buf_size)])
430 def __init__(self, atrace_categories, trace_buf_size, kfuncs, argument
435 self.trace_buf_size = trace_buf_size
472 options.trace_buf_size, options.kfuncs,
/external/chromium-trace/catapult/systrace/systrace/
Dtracing_controller.py284 device_serial_number, target, trace_buf_size): argument
295 self.trace_buf_size = trace_buf_size
304 options.trace_buf_size)
309 None, None, options.trace_buf_size)
Drun_systrace.py97 if (options.trace_buf_size is not None) and (options.trace_buf_size <= 0):