Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_api.cpp83 bool ParseOptions(const std::vector<std::string>& args);
96 if (!ParseOptions(args)) { in Run()
106 bool CollectCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon85f98dc60111::CollectCommand
Dcmd_dumprecord.cpp49 bool ParseOptions(const std::vector<std::string>& args);
61 if (!ParseOptions(args)) { in Run()
95 bool DumpRecordCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in DumpRecordCommand
Dcmd_debug_unwind.cpp105 bool ParseOptions(const std::vector<std::string>& args);
137 if (!ParseOptions(args)) { in Run()
152 bool DebugUnwindCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in DebugUnwindCommand
Dcmd_trace_sched.cpp100 bool ParseOptions(const std::vector<std::string>& args);
120 if (!ParseOptions(args)) { in Run()
138 bool TraceSchedCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anon070c38810111::TraceSchedCommand
Dcmd_stat.cpp363 bool ParseOptions(const std::vector<std::string>& args,
394 if (!ParseOptions(args, &workload_args)) { in Run()
531 bool StatCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in __anon07e158a80111::StatCommand
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 __anon93d0ff560111::KmemCommand
Dcmd_report_sample.cpp110 bool ParseOptions(const std::vector<std::string>& args);
149 if (!ParseOptions(args)) { in Run()
237 bool ReportSampleCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anoncefef3490111::ReportSampleCommand
Dcmd_report.cpp433 bool ParseOptions(const std::vector<std::string>& args);
476 if (!ParseOptions(args)) { in Run()
508 bool ReportCommand::ParseOptions(const std::vector<std::string>& args) { in ParseOptions() function in __anona4eb4dc80111::ReportCommand
Dcmd_record.cpp264 bool ParseOptions(const std::vector<std::string>& args,
358 if (!ParseOptions(args, &workload_args)) { in Run()
664 bool RecordCommand::ParseOptions(const std::vector<std::string>& args, in ParseOptions() function in RecordCommand