Home
last modified time | relevance | path

Searched refs:trace_output_mode_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.cc1038 trace_output_mode_(output_mode), in TraceWriter()
1155 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in FinishTracing()
1178 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in FinishTracing()
1199 if (trace_output_mode_ == TraceOutputMode::kStreaming) { in FinishTracing()
1385 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in RecordThreadInfo()
1479 if (trace_output_mode_ == TraceOutputMode::kStreaming) { in PrepareBufferForNewEntries()
1710 if (is_new_method && trace_output_mode_ == TraceOutputMode::kStreaming) { in FlushEntriesFormatV1()
1814 if (trace_output_mode_ != TraceOutputMode::kStreaming) { in FlushBuffer()
1835 if (trace_output_mode_ == TraceOutputMode::kStreaming) { in FlushBuffer()
Dtrace.h206 TraceOutputMode GetOutputMode() { return trace_output_mode_; } in GetOutputMode()
325 const TraceOutputMode trace_output_mode_; variable