Home
last modified time | relevance | path

Searched refs:ParseOptions (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Dcmd_dumprecord.cpp48 bool ParseOptions(const std::vector<std::string>& args);
60 if (!ParseOptions(args)) { in Run()
83 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in DumpRecordCommand
Dcmd_stat.cpp309 bool ParseOptions(const std::vector<std::string>& args,
334 if (!ParseOptions(args, &workload_args)) { in Run()
444 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in __anon3ff1e7bf0111::StatCommand
Dcmd_report_sample.cpp87 bool ParseOptions(const std::vector<std::string>& args);
117 if (!ParseOptions(args)) { in Run()
201 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon5d136c400111::ReportSampleCommand
Dcmd_kmem.cpp325 bool ParseOptions(const std::vector<std::string>& args,
363 if (!ParseOptions(args, &left_args)) { in Run()
375 bool KmemCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in __anoncbe18e6d0111::KmemCommand
Dcmd_report.cpp359 bool ParseOptions(const std::vector<std::string>& args);
395 if (!ParseOptions(args)) { in Run()
424 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon235bfe9f0111::ReportCommand
Dcmd_record.cpp174 bool ParseOptions(const std::vector<std::string>& args,
234 if (!ParseOptions(args, &workload_args)) { in Run()
363 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in RecordCommand