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

  /external/chromium_org/tools/perf/measurements/
loading_trace_unittest.py 18 trace_options = self._options
19 results = self.RunMeasurement(measurement, ps, options = trace_options)
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 208 int trace_options,
215 static_cast<TraceLog::Options>(trace_options));
243 int trace_options = (options & RECORD_CONTINUOUSLY) ? local
246 trace_options |= TraceLog::ENABLE_SAMPLING;
266 category_filter, trace_options, callback);
272 trace_options,
279 int trace_options,
287 static_cast<TraceLog::Options>(trace_options));
387 int trace_options = 0; local
389 trace_options |= TraceLog::ENABLE_SAMPLING
    [all...]
tracing_controller_impl.h 140 int trace_options,
145 int trace_options,
  /external/chromium_org/base/debug/
trace_event_impl.h 413 Options trace_options() const {
trace_event_impl.cc     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 1209 const struct option trace_options[] = { local
    [all...]

Completed in 901 milliseconds