HomeSort by relevance Sort by last modified time
    Searched refs:trace_options (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
tracing_backend.py 97 def StartTracing(self, trace_options, custom_categories=None, timeout=10):
114 'options': trace_options.GetTraceOptionsStringForChromeDevtool(),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend.py 95 def StartTracing(self, trace_options, custom_categories=None,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
chrome_browser_backend.py 241 def StartTracing(self, trace_options, custom_categories=None,
245 trace_options: An tracing_options.TracingOptions instance.
253 trace_options, custom_categories, timeout)
  /external/libchrome/base/trace_event/
trace_log.cc 573 InternalTraceOptions old_options = trace_options();
941 if (trace_options() & kInternalEnableArgumentFilter) {
    [all...]
trace_log.h 371 InternalTraceOptions trace_options() const { function in class:base::trace_event::TraceLog
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_agent_unittest.py 65 def StartChromeTracing(self, trace_options, filter_string, timeout=10):
66 del trace_options, filter_string, timeout # unused

Completed in 154 milliseconds