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.h451 static const InternalTraceOptions kInternalEnableSampling;
Dtrace_log.cc633 if (new_options & kInternalEnableSampling) { in SetEnabled()
680 config.IsSamplingEnabled() ? kInternalEnableSampling : kInternalNone; in GetInternalOptionsFromTraceConfig()
Dtrace_event_unittest.cc2932 TraceLog::kInternalRecordUntilFull | TraceLog::kInternalEnableSampling, in TEST_F()
2938 TraceLog::kInternalRecordContinuously | TraceLog::kInternalEnableSampling, in TEST_F()
2944 TraceLog::kInternalEchoToConsole | TraceLog::kInternalEnableSampling, in TEST_F()
2950 TraceLog::kInternalEchoToConsole | TraceLog::kInternalEnableSampling, in TEST_F()