Home
last modified time | relevance | path

Searched refs:kInternalEnableSampling (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_log_constants.cc18 TraceLog::kInternalEnableSampling = 1 << 2; member in base::trace_event::TraceLog
Dtrace_log.h425 static const InternalTraceOptions kInternalEnableSampling;
Dtrace_log.cc609 if (new_options & kInternalEnableSampling) { in SetEnabled()
650 config.IsSamplingEnabled() ? kInternalEnableSampling : kInternalNone; in GetInternalOptionsFromTraceConfig()
1665 else if ((options & kInternalEnableSampling) && mode_ == MONITORING_MODE) in CreateTraceBuffer()
Dtrace_event_unittest.cc2797 TraceLog::kInternalRecordUntilFull | TraceLog::kInternalEnableSampling, in TEST_F()
2803 TraceLog::kInternalRecordContinuously | TraceLog::kInternalEnableSampling, in TEST_F()
2809 TraceLog::kInternalEchoToConsole | TraceLog::kInternalEnableSampling, in TEST_F()
2815 TraceLog::kInternalEchoToConsole | TraceLog::kInternalEnableSampling, in TEST_F()