Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_trace_sched.cpp101 bool RecordSchedEvents(const std::string& record_file_path);
102 bool ParseSchedEvents(const std::string& record_file_path);
168 bool TraceSchedCommand::RecordSchedEvents(const std::string& record_file_path) { in RecordSchedEvents() argument
181 record_file_path}; in RecordSchedEvents()
189 bool TraceSchedCommand::ParseSchedEvents(const std::string& record_file_path) { in ParseSchedEvents() argument
190 std::unique_ptr<RecordFileReader> reader = RecordFileReader::CreateInstance(record_file_path); in ParseSchedEvents()
198 LOG(ERROR) << "sched:sched_stat_runtime isn't recorded in " << record_file_path; in ParseSchedEvents()