Lines Matching refs:Dump
245 bool ReportProtobufFileReader::Dump(std::string fileName, ProtobufReadBack readBack) in Dump() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader
278 Dump(record, defaultIndent); in Dump()
297 bool ReportProtobufFileReader::Dump(const CallStackSample &message, int indent) in Dump() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader
329 bool ReportProtobufFileReader::Dump(const SampleStatistic &message, int indent) in Dump() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader
341 bool ReportProtobufFileReader::Dump(const SymbolTableFile &message, int indent) in Dump() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader
355 bool ReportProtobufFileReader::Dump(const VirtualThreadInfo &message, int indent) in Dump() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader
369 bool ReportProtobufFileReader::Dump(const ReportInfo &message, int indent) in Dump() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader
380 bool ReportProtobufFileReader::Dump(const HiperfRecord &record, int indent) in Dump() function in OHOS::Developtools::HiPerf::ReportProtobufFileReader
384 return Dump(record.sample(), INDENT_ONE_LEVEL); in Dump()
386 return Dump(record.statistic(), INDENT_ONE_LEVEL); in Dump()
388 return Dump(record.file(), INDENT_ONE_LEVEL); in Dump()
390 return Dump(record.thread(), INDENT_ONE_LEVEL); in Dump()
392 return Dump(record.info(), INDENT_ONE_LEVEL); in Dump()