Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_record.cpp388 std::unique_ptr<RecordFileWriter> CreateRecordFile(const std::string& filename,
1445 record_file_writer_ = CreateRecordFile(record_filename_, attrs); in CreateAndInitRecordFile()
1460 std::unique_ptr<RecordFileWriter> RecordCommand::CreateRecordFile(const std::string& filename, in CreateRecordFile() function in simpleperf::__anon22e2a7220111::RecordCommand
1886 record_file_writer_ = CreateRecordFile(record_filename_, reader->AttrSection()); in MoveRecordFile()