Lines Matching refs:strm
434 void ThreadPlanStackMap::DumpPlans(Stream &strm, in DumpPlans() argument
454 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 "\n", index_id, tid); in DumpPlans()
455 strm.IndentMore(); in DumpPlans()
456 strm.Indent(); in DumpPlans()
457 strm.Printf("No active thread plans\n"); in DumpPlans()
458 strm.IndentLess(); in DumpPlans()
463 strm.Indent(); in DumpPlans()
464 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 ":\n", index_id, tid); in DumpPlans()
466 elem.second.DumpThreadPlans(strm, desc_level, internal); in DumpPlans()
470 bool ThreadPlanStackMap::DumpPlansForTID(Stream &strm, lldb::tid_t tid, in DumpPlansForTID() argument
481 strm.Format("Unknown TID: {0}", tid); in DumpPlansForTID()
490 strm.Format("Unknown TID: {0}\n", tid); in DumpPlansForTID()
497 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 "\n", index_id, tid); in DumpPlansForTID()
498 strm.IndentMore(); in DumpPlansForTID()
499 strm.Indent(); in DumpPlansForTID()
500 strm.Printf("No active thread plans\n"); in DumpPlansForTID()
501 strm.IndentLess(); in DumpPlansForTID()
506 strm.Indent(); in DumpPlansForTID()
507 strm.Printf("thread #%u: tid = 0x%4.4" PRIx64 ":\n", index_id, tid); in DumpPlansForTID()
509 stack->DumpThreadPlans(strm, desc_level, internal); in DumpPlansForTID()