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

  /external/libchrome/base/trace_event/
trace_log_constants.cc 18 TraceLog::kInternalEnableSampling = 1 << 2;
trace_log.h 425 static const InternalTraceOptions kInternalEnableSampling;
trace_log.cc 609 if (new_options & kInternalEnableSampling) {
650 config.IsSamplingEnabled() ? kInternalEnableSampling : kInternalNone;
    [all...]
trace_event_unittest.cc     [all...]

Completed in 335 milliseconds