Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_record.cpp346 std::unique_ptr<RecordFileWriter> CreateRecordFile(const std::string& filename);
1218 record_file_writer_ = CreateRecordFile(record_filename_); in CreateAndInitRecordFile()
1231 std::unique_ptr<RecordFileWriter> RecordCommand::CreateRecordFile(const std::string& filename) { in CreateRecordFile() function in simpleperf::__anon08ce178e0110::RecordCommand
1634 record_file_writer_ = CreateRecordFile(record_filename_); in MoveRecordFile()