Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_log_constants.cc16 TraceLog::kInternalRecordContinuously = 1 << 1; member in base::trace_event::TraceLog
Dtrace_log.h423 static const InternalTraceOptions kInternalRecordContinuously;
Dtrace_log.cc657 return ret | kInternalRecordContinuously; in GetInternalOptionsFromTraceConfig()
1662 if (options & kInternalRecordContinuously) in CreateTraceBuffer()
Dtrace_event_unittest.cc2788 EXPECT_EQ(TraceLog::kInternalRecordContinuously, in TEST_F()
2803 TraceLog::kInternalRecordContinuously | TraceLog::kInternalEnableSampling, in TEST_F()