Home
last modified time | relevance | path

Searched refs:INDENT_TWO (Results 1 - 3 of 3) sorted by relevance

/developtools/hiperf/src/
H A Dsubcommand_dump.cpp472 PRINT_INDENT(indent + INDENT_TWO, "filePath:%s\n", symbolFileStruct.filePath_.c_str()); in PrintSymbolFile()
473 PRINT_INDENT(indent + INDENT_TWO, "symbolType:%u\n", symbolFileStruct.symbolType_); in PrintSymbolFile()
474 PRINT_INDENT(indent + INDENT_TWO, "minExecAddr:0x%" PRIx64 "\n", symbolFileStruct.textExecVaddr_); in PrintSymbolFile()
475 PRINT_INDENT(indent + INDENT_TWO, "minExecAddrFileOffset:0x%08" PRIx64 "\n", in PrintSymbolFile()
478 PRINT_INDENT(indent + INDENT_TWO, "buildId:'%s'\n", symbolFileStruct.buildId_.c_str()); in PrintSymbolFile()
480 PRINT_INDENT(indent + INDENT_TWO, "symbol number: %zu\n", symbolFileStruct.symbolStructs_.size()); in PrintSymbolFile()
492 PRINT_INDENT(indent + INDENT_TWO, "Event descriptions: %zu\n", sectionEventdesc.eventDesces_.size()); in PrintFeatureEventdesc()
495 PRINT_INDENT(indent + INDENT_TWO, "event name[%zu]: %s ids: %s\n", i, desc.name.c_str(), in PrintFeatureEventdesc()
500 PRINT_INDENT(indent + INDENT_TWO, "\n"); in PrintFeatureEventdesc()
523 PRINT_INDENT(indent + INDENT_TWO, " in DumpFeaturePortion()
[all...]
H A Dreport_protobuf_file.cpp310 PRINT_INDENT(indent + INDENT_TWO, "symbols_vaddr: 0x%" PRIx64 " \n", in Dump()
314 PRINT_INDENT(indent + INDENT_TWO, "symbols_file_id: %u\n", callframe.symbols_file_id()); in Dump()
317 PRINT_INDENT(indent + INDENT_TWO, "function_name_id: %d\n", callframe.function_name_id()); in Dump()
351 PRINT_INDENT(indent + INDENT_TWO, "%d:%s\n", i, message.function_name(i).c_str()); in Dump()
/developtools/hiperf/include/
H A Dutilities.h80 constexpr const int INDENT_TWO = 2; variable

Completed in 3 milliseconds