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

  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 167 TraceLog::Options trace_options = (options & RECORD_CONTINUOUSLY) ? local
170 trace_options = static_cast<TraceLog::Options>(
171 trace_options | TraceLog::ENABLE_SAMPLING);
176 base::debug::CategoryFilter(category_filter), trace_options); local
182 it->get()->SendBeginTracing(category_filter, trace_options);
429 TraceLog::GetInstance()->trace_options());
  /external/chromium_org/base/debug/
trace_event_impl.cc     [all...]
trace_event_impl.h 395 Options trace_options() const {

Completed in 200 milliseconds