Searched refs:LEVEL2 (Results 1 – 1 of 1) sorted by relevance
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 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() [all …]
|