Home
last modified time | relevance | path

Searched refs:trace_options (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/platform/
Dtracing_controller_backend.py15 def Start(self, trace_options, category_filter, timeout): argument
21 assert isinstance(trace_options,
39 self._current_trace_options = trace_options
42 if trace_options.enable_chrome_trace:
45 trace_options, category_filter.filter_string, timeout)
Dtracing_controller.py10 def Start(self, trace_options, category_filter, timeout=10): argument
28 trace_options, category_filter, timeout)
/external/chromium_org/components/tracing/
Dchild_trace_message_filter.cc62 base::debug::TraceOptions trace_options; in OnBeginTracing() local
63 trace_options.SetFromString(options); in OnBeginTracing()
67 trace_options); in OnBeginTracing()
85 base::debug::TraceOptions trace_options; in OnEnableMonitoring() local
86 trace_options.SetFromString(options); in OnEnableMonitoring()
90 trace_options); in OnEnableMonitoring()
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dtracing_backend.py38 def StartTracing(self, trace_options, custom_categories=None, timeout=10): argument
54 if (trace_options.record_mode == tracing_options.RECORD_AS_MUCH_AS_POSSIBLE
60 trace_options.record_mode,
63 trace_options.record_mode = tracing_options.RECORD_UNTIL_FULL
69 req['params']['options'] = m[trace_options.record_mode]
Dchrome_browser_backend.py256 def StartTracing(self, trace_options, custom_categories=None, argument
267 assert trace_options and trace_options.enable_chrome_trace
271 trace_options, custom_categories, timeout)
/external/chromium_org/content/browser/tracing/
Dtracing_controller_impl.h34 const base::debug::TraceOptions& trace_options,
40 const base::debug::TraceOptions& trace_options,
132 const base::debug::TraceOptions& trace_options,
136 const base::debug::TraceOptions& trace_options,
141 const base::debug::TraceOptions& trace_options,
Dtracing_controller_impl.cc210 const TraceOptions& trace_options, in SetEnabledOnFileThread() argument
215 category_filter, static_cast<TraceLog::Mode>(mode), trace_options); in SetEnabledOnFileThread()
229 const TraceOptions& trace_options, in EnableRecording() argument
242 trace_options_ = trace_options; in EnableRecording()
244 if (trace_options.enable_systrace) { in EnableRecording()
261 category_filter, trace_options, callback); in EnableRecording()
267 trace_options, in EnableRecording()
274 const TraceOptions& trace_options, in OnEnableRecordingDone() argument
281 it->get()->SendBeginTracing(category_filter, trace_options); in OnEnableRecordingDone()
363 const TraceOptions& trace_options, in EnableMonitoring() argument
[all …]
Dtracing_controller_browsertest.cc218 TraceOptions trace_options; in TestEnableCaptureAndDisableMonitoring() local
219 trace_options.enable_sampling = true; in TestEnableCaptureAndDisableMonitoring()
223 trace_options, in TestEnableCaptureAndDisableMonitoring()
363 TraceOptions trace_options; in IN_PROC_BROWSER_TEST_F() local
364 trace_options.enable_sampling = true; in IN_PROC_BROWSER_TEST_F()
367 trace_options, in IN_PROC_BROWSER_TEST_F()
/external/chromium-trace/trace-viewer/src/about_tracing/
Dtracing_controller.js113 var trace_options = [];
114 trace_options.push(opt_trace_continuous ? 'record-continuously' :
117 trace_options.push('enable-sampling');
126 trace_options.join(',')
/external/chromium_org/tools/perf/measurements/
Dloading_trace_unittest.py18 trace_options = self._options
19 results = self.RunMeasurement(measurement, ps, options = trace_options)
/external/chromium_org/content/browser/android/
Dtracing_controller_android.cc38 base::debug::TraceOptions trace_options; in StartTracing() local
39 trace_options.SetFromString( in StartTracing()
47 trace_options, in StartTracing()
Dtracing_controller_android.h25 jstring trace_options);
/external/chromium_org/content/public/browser/
Dtracing_controller.h91 const base::debug::TraceOptions& trace_options,
128 const base::debug::TraceOptions& trace_options,
/external/chromium_org/tools/telemetry/telemetry/core/backends/
Dbrowser_backend.py73 def StartTracing(self, trace_options, custom_categories=None, argument
/external/chromium_org/content/browser/media/
Dwebrtc_getusermedia_browsertest.cc86 base::debug::TraceOptions trace_options(base::debug::RECORD_UNTIL_FULL); in StartTracing() local
87 trace_options.enable_sampling = true; in StartTracing()
90 trace_options); in StartTracing()
/external/chromium_org/base/debug/
Dtrace_event_unittest.cc1816 TraceOptions trace_options(RECORD_UNTIL_FULL); in TEST_F() local
1817 trace_options.enable_sampling = true; in TEST_F()
1820 trace_options); in TEST_F()
1835 TraceOptions trace_options(RECORD_UNTIL_FULL); in TEST_F() local
1836 trace_options.enable_sampling = true; in TEST_F()
1839 trace_options); in TEST_F()
1870 TraceOptions trace_options(RECORD_UNTIL_FULL); in TEST_F() local
1871 trace_options.enable_sampling = true; in TEST_F()
1875 trace_options); in TEST_F()
Dtrace_event_impl.cc1410 InternalTraceOptions old_options = trace_options(); in SetEnabled()
1504 InternalTraceOptions option = trace_options(); in GetCurrentTraceOptions()
1608 InternalTraceOptions options = trace_options(); in CreateTraceBuffer()
1997 if (trace_options() & kInternalEchoToConsole) { in AddTraceEventWithThreadIdAndTimestamp()
2140 if (trace_options() & kInternalEchoToConsole) { in UpdateTraceEventDuration()
Dtrace_event_impl.h696 InternalTraceOptions trace_options() const {
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-trace.c1209 const struct option trace_options[] = { in cmd_trace() local
1238 argc = parse_options(argc, argv, trace_options, trace_usage, 0); in cmd_trace()