Home
last modified time | relevance | path

Searched refs:record_args (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp173 const std::vector<std::string>& record_args);
397 const std::vector<std::string>& record_args) { in CreateSimpleperfProcess() argument
414 args.insert(args.end(), record_args.begin(), record_args.end()); in CreateSimpleperfProcess()
499 void ProfileSession::StartRecording(const std::vector<std::string>& record_args) { in StartRecording() argument
500 impl_->StartRecording(record_args); in StartRecording()
Dsimpleperf.h140 void StartRecording(const std::vector<std::string>& record_args);
/system/extras/simpleperf/
Dcmd_trace_sched.cpp175 std::vector<std::string> record_args = {"-e", in RecordSchedEvents() local
183 record_args.push_back("--clockid"); in RecordSchedEvents()
184 record_args.push_back("monotonic"); in RecordSchedEvents()
186 return record_cmd->Run(record_args); in RecordSchedEvents()
Dcmd_kmem.cpp310 bool RecordKmemInfo(const std::vector<std::string>& record_args);
432 bool KmemCommand::RecordKmemInfo(const std::vector<std::string>& record_args) { in RecordKmemInfo() argument
449 args.insert(args.end(), record_args.begin(), record_args.end()); in RecordKmemInfo()