Searched refs:record_file_path (Results 1 – 1 of 1) sorted by relevance
101 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() argument181 record_file_path}; in RecordSchedEvents()189 bool TraceSchedCommand::ParseSchedEvents(const std::string& record_file_path) { in ParseSchedEvents() argument190 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()