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.h453 static const InternalTraceOptions kInternalRecordContinuously; variable
Dtrace_log.cc668 return ret | kInternalRecordContinuously; in GetInternalOptionsFromTraceConfig()
1692 if (options & kInternalRecordContinuously) { in CreateTraceBuffer()
Dtrace_event_unittest.cc2745 EXPECT_EQ(TraceLog::kInternalRecordContinuously, in TEST_F()