Lines Matching refs:PrintIndent
224 PrintIndent(indent, "magic: "); in PrintHeaderInfo()
226 PrintIndent(indent, "%c", header.magic[i]); in PrintHeaderInfo()
228 PrintIndent(indent, "\n"); in PrintHeaderInfo()
229 PrintIndent(indent, "header_size: %" PRId64 "\n", header.size); in PrintHeaderInfo()
233 PrintIndent(indent, "attr_size: %" PRId64 "\n", header.attrSize); in PrintHeaderInfo()
238 PrintIndent(indent, "attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo()
241 PrintIndent(indent, "data[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo()
243 PrintIndent(indent, "event_types[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo()
246 PrintIndent(indent, in PrintHeaderInfo()
262 PrintIndent(indent, "feature: %s\n", PerfFileSection::GetFeatureName(feature).c_str()); in DumpPrintFileHeader()
319 PrintIndent(LEVEL1, "sample_type names: %s\n", names.c_str()); in DumpSampleType()
324 PrintIndent(indent, "event_attr: \n"); in DumpPrintEventAttr()
326 PrintIndent(LEVEL1, "type %u, size %u, config %llu\n", attr.type, attr.size, attr.config); in DumpPrintEventAttr()
329 PrintIndent(LEVEL1, "sample_freq %llu\n", attr.sample_freq); in DumpPrintEventAttr()
331 PrintIndent(LEVEL1, "sample_period %llu\n", attr.sample_period); in DumpPrintEventAttr()
334 PrintIndent(LEVEL1, "sample_type (0x%llx) \n", attr.sample_type); in DumpPrintEventAttr()
337 PrintIndent(LEVEL1, "read_format (0x%llx) \n", attr.read_format); in DumpPrintEventAttr()
339 PrintIndent(LEVEL1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled, in DumpPrintEventAttr()
342 PrintIndent(LEVEL1, "exclude_user %u, exclude_kernel %u, exclude_hv %u, exclude_idle %u\n", in DumpPrintEventAttr()
345 PrintIndent(LEVEL1, "mmap %u, mmap2 %u, comm %u, comm_exec %u, freq %u\n", attr.mmap, in DumpPrintEventAttr()
348 PrintIndent(LEVEL1, "inherit_stat %u, enable_on_exec %u, task %u, use_clockid %u\n", in DumpPrintEventAttr()
351 PrintIndent(LEVEL1, "watermark %u, precise_ip %u, mmap_data %u, clockid %d\n", attr.watermark, in DumpPrintEventAttr()
354 PrintIndent(LEVEL1, "sample_id_all %u, exclude_host %u, exclude_guest %u\n", attr.sample_id_all, in DumpPrintEventAttr()
356 PrintIndent(LEVEL1, "branch_sample_type 0x%llx\n", attr.branch_sample_type); in DumpPrintEventAttr()
357 PrintIndent(LEVEL1, "exclude_callchain_kernel %u, exclude_callchain_user %u\n", in DumpPrintEventAttr()
359 PrintIndent(LEVEL1, "sample_regs_user 0x%llx\n", attr.sample_regs_user); in DumpPrintEventAttr()
360 PrintIndent(LEVEL1, "sample_stack_user 0x%x\n", attr.sample_stack_user); in DumpPrintEventAttr()
368 PrintIndent(indent, "attr %zu:\n", i + 1); in DumpAttrPortion()
371 PrintIndent(indent, " ids:"); in DumpAttrPortion()
373 PrintIndent(indent, " %" PRId64, id); in DumpAttrPortion()
375 PrintIndent(indent, "\n"); in DumpAttrPortion()
429 PrintIndent(indent, "\n callchain: %zu\n", sample->callFrames_.size()); in DumpCallChain()
434 PrintIndent(indent, "%02zd:%s\n", std::distance(frameIt, sample->callFrames_.end()), in DumpCallChain()
471 PrintIndent(indent, "\n ======= there are %d records ======== \n", recordCount); in DumpDataPortion()
476 PrintIndent(LEVEL2, "filePath:%s\n", symbolFileStruct.filePath_.c_str()); in PrintSymbolFile()
477 PrintIndent(LEVEL2, "symbolType:%u\n", symbolFileStruct.symbolType_); in PrintSymbolFile()
478 PrintIndent(LEVEL2, "minExecAddr:0x%" PRIx64 "\n", symbolFileStruct.textExecVaddr_); in PrintSymbolFile()
479 PrintIndent(LEVEL2, "minExecAddrFileOffset:0x%08" PRIx64 "\n", in PrintSymbolFile()
482 PrintIndent(LEVEL2, "buildId:'%s'\n", symbolFileStruct.buildId_.c_str()); in PrintSymbolFile()
484 PrintIndent(LEVEL2, "symbol number: %zu\n", symbolFileStruct.symbolStructs_.size()); in PrintSymbolFile()
487 PrintIndent(LEVEL3, "%05d [0x%016" PRIx64 "@0x%08x] %s\n", symbolid, symbolStruct.vaddr_, in PrintSymbolFile()
496 PrintIndent(LEVEL2, "Event descriptions: %zu\n", sectionEventdesc.eventDesces_.size()); in PrintFeatureEventdesc()
499 PrintIndent(LEVEL2, "event name[%zu]: %s ids: %s\n", i, desc.name.c_str(), in PrintFeatureEventdesc()
504 PrintIndent(LEVEL2, "\n"); in PrintFeatureEventdesc()
509 PrintIndent(indent, "\n ==== features ====\n"); in DumpFeaturePortion()
512 PrintIndent(LEVEL1, "feature %d:%s\n", feature, in DumpFeaturePortion()
519 PrintIndent(indent, "\n ==== feature sections ====\n"); in DumpFeaturePortion()
522 PrintIndent(LEVEL1, "feature %d:%s content: \n", featureSection.get()->featureId_, in DumpFeaturePortion()
527 PrintIndent(LEVEL2, "%s\n", sectionString->toString().c_str()); in DumpFeaturePortion()
537 PrintIndent(LEVEL2, "SymbolFiles:%zu\n", in DumpFeaturePortion()
542 PrintIndent(LEVEL2, "\n"); in DumpFeaturePortion()
543 PrintIndent(LEVEL2, "fileid:%d\n", fileid); in DumpFeaturePortion()
549 PrintIndent(LEVEL2, "get SymbolFiles failed\n"); in DumpFeaturePortion()
558 PrintIndent(LEVEL2, "get StackTable failed\n"); in DumpFeaturePortion()
562 … PrintIndent(LEVEL2, "not support dump this feature(%d).\n", featureSection.get()->featureId_); in DumpFeaturePortion()
570 PrintIndent(LEVEL1, "TableNums: %zu\n\n", uniStackTable.uniStackTableInfos_.size()); in DumpUniqueStackTableNode()
572 PrintIndent(LEVEL2, "tableid: %d\n", tableid); in DumpUniqueStackTableNode()
573 PrintIndent(LEVEL2, "pid: %" PRIu32 "\n", uniStackTableInfo.pid); in DumpUniqueStackTableNode()
574 PrintIndent(LEVEL2, "tableSize: %" PRIu32 "\n", uniStackTableInfo.tableSize); in DumpUniqueStackTableNode()
575 PrintIndent(LEVEL2, "numNodes: %" PRIu32 "\n", uniStackTableInfo.numNodes); in DumpUniqueStackTableNode()
576 PrintIndent(LEVEL2, "%-7s %-7s %-8s\n", "no", "index", "node"); in DumpUniqueStackTableNode()
579 … PrintIndent(LEVEL2, "%-7zu %-7" PRIu32 " 0x%-8" PRIx64 "\n", i, node.index, node.node.value); in DumpUniqueStackTableNode()