Lines Matching refs:LEVEL2
37 #define LEVEL2 (indent + 2) macro
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()
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()
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()