• Home
  • Raw
  • Download

Lines Matching refs:PrintIndent

220     PrintIndent(indent, "magic: ");  in PrintHeaderInfo()
222 PrintIndent(indent, "%c", header.magic[i]); in PrintHeaderInfo()
224 PrintIndent(indent, "\n"); in PrintHeaderInfo()
225 PrintIndent(indent, "header_size: %" PRId64 "\n", header.size); in PrintHeaderInfo()
229 PrintIndent(indent, "attr_size: %" PRId64 "\n", header.attrSize); in PrintHeaderInfo()
234 PrintIndent(indent, "attrs[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo()
237 PrintIndent(indent, "data[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo()
239 PrintIndent(indent, "event_types[file section]: offset %" PRId64 ", size %" PRId64 "\n", in PrintHeaderInfo()
242 PrintIndent(indent, in PrintHeaderInfo()
258 PrintIndent(indent, "feature: %s\n", PerfFileSection::GetFeatureName(feature).c_str()); in DumpPrintFileHeader()
309 PrintIndent(LEVEL1, "sample_type names: %s\n", names.c_str()); in DumpSampleType()
314 PrintIndent(indent, "event_attr: \n"); in DumpPrintEventAttr()
316 PrintIndent(LEVEL1, "type %u, size %u, config %llu\n", attr.type, attr.size, attr.config); in DumpPrintEventAttr()
319 PrintIndent(LEVEL1, "sample_freq %llu\n", attr.sample_freq); in DumpPrintEventAttr()
321 PrintIndent(LEVEL1, "sample_period %llu\n", attr.sample_period); in DumpPrintEventAttr()
324 PrintIndent(LEVEL1, "sample_type (0x%llx) \n", attr.sample_type); in DumpPrintEventAttr()
327 PrintIndent(LEVEL1, "read_format (0x%llx) \n", attr.read_format); in DumpPrintEventAttr()
329 PrintIndent(LEVEL1, "disabled %u, inherit %u, pinned %u, exclusive %u\n", attr.disabled, in DumpPrintEventAttr()
332 PrintIndent(LEVEL1, "exclude_user %u, exclude_kernel %u, exclude_hv %u, exclude_idle %u\n", in DumpPrintEventAttr()
335 PrintIndent(LEVEL1, "mmap %u, mmap2 %u, comm %u, comm_exec %u, freq %u\n", attr.mmap, in DumpPrintEventAttr()
338 PrintIndent(LEVEL1, "inherit_stat %u, enable_on_exec %u, task %u, use_clockid %u\n", in DumpPrintEventAttr()
341 PrintIndent(LEVEL1, "watermark %u, precise_ip %u, mmap_data %u, clockid %d\n", attr.watermark, in DumpPrintEventAttr()
344 PrintIndent(LEVEL1, "sample_id_all %u, exclude_host %u, exclude_guest %u\n", attr.sample_id_all, in DumpPrintEventAttr()
346 PrintIndent(LEVEL1, "branch_sample_type 0x%llx\n", attr.branch_sample_type); in DumpPrintEventAttr()
347 PrintIndent(LEVEL1, "exclude_callchain_kernel %u, exclude_callchain_user %u\n", in DumpPrintEventAttr()
349 PrintIndent(LEVEL1, "sample_regs_user 0x%llx\n", attr.sample_regs_user); in DumpPrintEventAttr()
350 PrintIndent(LEVEL1, "sample_stack_user 0x%x\n", attr.sample_stack_user); in DumpPrintEventAttr()
358 PrintIndent(indent, "attr %zu:\n", i + 1); in DumpAttrPortion()
361 PrintIndent(indent, " ids:"); in DumpAttrPortion()
363 PrintIndent(indent, " %" PRId64, id); in DumpAttrPortion()
365 PrintIndent(indent, "\n"); in DumpAttrPortion()
418 PrintIndent(indent, "\n callchain: %zu\n", sample->callFrames_.size()); in DumpCallChain()
423 PrintIndent(indent, "%02zd:%s\n", std::distance(frameIt, sample->callFrames_.end()), in DumpCallChain()
460 PrintIndent(indent, "\n ======= there are %d records ======== \n", recordCount); in DumpDataPortion()
465 PrintIndent(LEVEL2, "filePath:%s\n", symbolFileStruct.filePath_.c_str()); in PrintSymbolFile()
466 PrintIndent(LEVEL2, "symbolType:%u\n", symbolFileStruct.symbolType_); in PrintSymbolFile()
467 PrintIndent(LEVEL2, "minExecAddr:0x%" PRIx64 "\n", symbolFileStruct.textExecVaddr_); in PrintSymbolFile()
468 PrintIndent(LEVEL2, "minExecAddrFileOffset:0x%08" PRIx64 "\n", in PrintSymbolFile()
471 PrintIndent(LEVEL2, "buildId:'%s'\n", symbolFileStruct.buildId_.c_str()); in PrintSymbolFile()
473 PrintIndent(LEVEL2, "symbol number: %zu\n", symbolFileStruct.symbolStructs_.size()); in PrintSymbolFile()
476 PrintIndent(LEVEL3, "%05d [0x%016" PRIx64 "@0x%08x] %s\n", symbolid, symbolStruct.vaddr_, in PrintSymbolFile()
485 PrintIndent(LEVEL2, "Event descriptions: %zu\n", sectionEventdesc.eventDesces_.size()); in PrintFeatureEventdesc()
488 PrintIndent(LEVEL2, "event name[%zu]: %s ids: %s\n", i, desc.name.c_str(), in PrintFeatureEventdesc()
493 PrintIndent(LEVEL2, "\n"); in PrintFeatureEventdesc()
498 PrintIndent(indent, "\n ==== features ====\n"); in DumpFeaturePortion()
501 PrintIndent(LEVEL1, "feature %d:%s\n", feature, in DumpFeaturePortion()
508 PrintIndent(indent, "\n ==== feature sections ====\n"); in DumpFeaturePortion()
511 PrintIndent(LEVEL1, "feature %d:%s content: \n", featureSection.get()->featureId_, in DumpFeaturePortion()
516 PrintIndent(LEVEL2, "%s\n", sectionString->toString().c_str()); in DumpFeaturePortion()
527 PrintIndent(LEVEL2, "SymbolFiles:%zu\n", in DumpFeaturePortion()
532 PrintIndent(LEVEL2, "\n"); in DumpFeaturePortion()
533 PrintIndent(LEVEL2, "fileid:%d\n", fileid); in DumpFeaturePortion()
541 PrintIndent(LEVEL2, "not support dump this feature.\n"); in DumpFeaturePortion()