Lines Matching refs:ReportSampleCommand
123 class ReportSampleCommand : public Command { class
125 ReportSampleCommand() in ReportSampleCommand() function in simpleperf::__anon8586ab2c0110::ReportSampleCommand
203 bool ReportSampleCommand::Run(const std::vector<std::string>& args) { in Run()
289 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions()
335 bool ReportSampleCommand::DumpProtobufReport(const std::string& filename) { in DumpProtobufReport()
480 bool ReportSampleCommand::OpenRecordFile() { in OpenRecordFile()
499 bool ReportSampleCommand::PrintMetaInfo() { in PrintMetaInfo()
525 bool ReportSampleCommand::ProcessRecord(std::unique_ptr<Record> record) { in ProcessRecord()
546 bool ReportSampleCommand::ProcessSampleRecord(const SampleRecord& r) { in ProcessSampleRecord()
579 bool ReportSampleCommand::PrintSampleRecordInProtobuf( in PrintSampleRecordInProtobuf()
626 void ReportSampleCommand::AddUnwindingResultInProtobuf( in AddUnwindingResultInProtobuf()
680 bool ReportSampleCommand::WriteRecordInProtobuf(proto::Record& proto_record) { in WriteRecordInProtobuf()
689 bool ReportSampleCommand::PrintLostSituationInProtobuf() { in PrintLostSituationInProtobuf()
705 bool ReportSampleCommand::PrintFileInfoInProtobuf() { in PrintFileInfoInProtobuf()
737 bool ReportSampleCommand::PrintThreadInfoInProtobuf() { in PrintThreadInfoInProtobuf()
753 bool ReportSampleCommand::PrintSampleRecord(const SampleRecord& r, in PrintSampleRecord()
787 void ReportSampleCommand::PrintLostSituation() { in PrintLostSituation()
797 [] { return std::unique_ptr<Command>(new ReportSampleCommand()); }); in RegisterReportSampleCommand()