Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h301 void SetDataAndFilename(const MmapRecordDataType& data, const std::string& filename);
328 void SetDataAndFilename(const Mmap2RecordDataType& data, const std::string& filename);
Drecord.cpp274 SetDataAndFilename(data, filename); in MmapRecord()
277 void MmapRecord::SetDataAndFilename(const MmapRecordDataType& data, const std::string& filename) { in SetDataAndFilename() function in simpleperf::MmapRecord
324 SetDataAndFilename(data, filename); in Mmap2Record()
327 void Mmap2Record::SetDataAndFilename(const Mmap2RecordDataType& data, const std::string& filename) { in SetDataAndFilename() function in simpleperf::Mmap2Record
Dcmd_debug_unwind.cpp299 record.SetDataAndFilename(data, record_filename_); in UpdateMmapRecordForEmbeddedFiles()
Dcmd_record.cpp1774 r.SetDataAndFilename(data, GetUrlInApk(filename, ee->entry_name())); in UpdateMmapRecordForEmbeddedPath()
1786 r.SetDataAndFilename(data, filename); in UpdateMmapRecordForEmbeddedPath()