Home
last modified time | relevance | path

Searched defs:record_args (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp397 const std::vector<std::string>& record_args) { in CreateSimpleperfProcess()
499 void ProfileSession::StartRecording(const std::vector<std::string>& record_args) { in StartRecording()
/system/extras/simpleperf/
Dcmd_trace_sched.cpp175 std::vector<std::string> record_args = {"-e", in RecordSchedEvents() local
Dcmd_kmem.cpp432 bool KmemCommand::RecordKmemInfo(const std::vector<std::string>& record_args) { in RecordKmemInfo()