Lines Matching defs:m_s

116       : m_s(s), m_options(options) {
117 m_s.Format("thread #{0}: tid = {1}\n", thread.GetIndexID(), thread.GetID());
120 void NoMoreData() override { m_s << " no more data\n"; }
125 m_s.Format("\n[call tree #{0}]\n", i);
135 m_s << " ";
138 m_s << "(none)";
140 m_s.Format("{0}`(none)", module_name);
143 &m_s, item.symbol_info->exe_ctx.GetTargetPtr(),
149 m_s << "\n";
154 m_s << " ...missing instructions\n";
156 m_s.Format(" {0}: ", item.id);
159 m_s.Format("[{0}] ", item.timestamp
165 m_s << "(event) " << TraceCursor::EventKindToString(*item.event);
168 m_s.Format(" [new CPU={0}]",
172 m_s.Format(" [{0}]", item.hw_clock ? std::to_string(*item.hw_clock)
179 m_s.Format(" [{0}]", item.sync_point_metadata);
183 m_s << "(error) " << *item.error;
185 m_s.Format("{0:x+16}", item.load_address);
187 m_s << " ";
189 &m_s, /*max_opcode_byte_size=*/0,
200 m_s << "\n";
207 m_s << "<tracing errors>";
213 &m_s, segment.GetFirstInstructionSymbolInfo().exe_ctx.GetTargetPtr(),
219 m_s << " to ";
223 m_s.Format("{0}:{1}", last_sc.line_entry.line, last_sc.line_entry.column);
226 &m_s, segment.GetFirstInstructionSymbolInfo().exe_ctx.GetTargetPtr(),
237 m_s << "tracing error";
243 m_s << "(none)";
245 m_s << module_name << "`(none)";
247 m_s << module_name << "`" << sc.GetFunctionName().AsCString();
252 m_s.Indent();
254 m_s << "\n";
256 m_s.IndentMore();
258 m_s.IndentLess();
263 m_s.Indent();
265 m_s.Format(" [{0}, {1}]\n", segment.GetFirstInstructionID(),
269 m_s.IndentMore();
271 m_s.IndentLess();
276 Stream &m_s;
310 : m_s(s), m_options(options),
311 m_j(m_s.AsRawOstream(),
426 Stream &m_s;